Getting Started
Objective functions
Automated Machine Learning
Pipelines and Components
Data Checks
Resources
ETRegressionPipeline.
fit
Build a model
X (pd.DataFrame or np.array) – the input training data of shape [n_samples, n_features]
y (pd.Series) – the target training labels of length [n_samples]
self