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