BaseExperiment.plot# BaseExperiment.plot(*args, **kwargs)[source]# Plot the model. Internally, this function dispatches to either _bayesian_plot or _ols_plot depending on the model type. Return type: tuple