evalml.pipelines.components.RandomForestClassifier.fit¶
-
RandomForestClassifier.
fit
(X, y=None)¶ Fits component to data
- Parameters
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]
- Returns
self