Plot#

This module contains functions to plot GP predictions and residual histograms in CrossValidation object

eurydice.plot.plot_histogram(cv_obj, include_Gaussian=False, colors=None, labels=None, axis_kwargs=None, legend_kwargs=None, ax=None)#

TODO: add doc string here

eurydice.plot.plot_prediction_and_residuals(cv_obj, inst_to_plot=None, colors=None, labels=None, axis_kwargs=None, legend_kwargs=None, ax1=None, ax2=None)#

TODO: add doc string here