fit
- MultiRegressionMixin.fit(X, y)[source]
Fits the data. After fitting, you can use the
predictandplot_selectionfunctions.Make sure the input data X only has the necessary columns present.
Parameters
- Xpd.DataFrame
The data
- ypd.Series or np.array(1d)
The output variable