Iterate through networks associated with `data` (short dataname)
Iterate through networks associated with `data` (short dataname)
throuth their JSON configuration and evaluate their prediction and uncertainties for the (true) x in `x_range`. In addition, the values of the noisified `x_range` and
throuth their JSON configuration and evaluate their prediction and
uncertainties for the (true) x in `x_range`. The results returned are as numpy
arrays included in a `plotting_dictionary` that contains the predictions
and uncertainties via the keys "prediction" and "uncertainty" but also the
noisified version of `x_range` and the corresponding y values (key
"range_points") and `number_of_test_datapoints` points from the test
dataset with seed `plotting_seed` (key "test_data_points").
**Note**: The output of the neural networks are assumed to be
one-dimensional .
:data: String, short dataname
:data: String, short dataname
:x_range: An iterator yielding the (true) x values to consider
:x_range: An iterator yielding the (true) x values to consider
:eiv: Boolean. If True an EiV model is used, else an non-EiV model.
:eiv: Boolean. If True an EiV model is used, else an non-EiV model.