BaseExperiment.get_plot_data_ols# BaseExperiment.get_plot_data_ols(*args, **kwargs)[source]# Return plot data for OLS models. Override in subclasses that support OLS. Parameters: *args (Any) – Positional arguments forwarded to the subclass implementation. **kwargs (Any) – Keyword arguments forwarded to the subclass implementation. Return type: DataFrame