Getting Started
Objective functions
Automated Machine Learning
Components and Custom Pipelines
Guardrails
Resources
LinearRegressor.
fit
Fits component to data
X (pd.DataFrame or np.array) – the input training data of shape [n_samples, n_features]
y (pd.Series, optional) – the target training labels of length [n_samples]
self