evalml.pipelines.components.RandomForestClassifier¶
-
class
evalml.pipelines.components.
RandomForestClassifier
(n_estimators=10, max_depth=None, n_jobs=-1, random_state=0)[source]¶ Random Forest Classifier
Methods
Initialize self.
Describe a component and its parameters
Fits component to data
Make predictions using selected features.
Make probability estimates for labels.