evalml.pipelines.CatBoostMulticlassClassificationPipeline.fit¶
-
CatBoostMulticlassClassificationPipeline.
fit
(X, y)¶ Build a model
- Parameters
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]
- Returns
self