Flow
TESTf122545929sklearn.ensemble._forest.RandomForestClassifier

TESTf122545929sklearn.ensemble._forest.RandomForestClassifier

Visibility: public Uploaded 04-07-2024 by Continuous Integration sklearn==1.0 numpy>=1.14.6 scipy>=1.1.0 joblib>=0.11 threadpoolctl>=2.0.0 0 runs
0 likes downloaded by 0 people 0 issues 0 downvotes , 0 total downloads
  • openml-python python scikit-learn sklearn sklearn_1.0
Issue #Downvotes for this reason By


Loading wiki
Help us complete this description Edit
A random forest classifier. A random forest is a meta estimator that fits a number of decision tree classifiers on various sub-samples of the dataset and uses averaging to improve the predictive accuracy and control over-fitting. The sub-sample size is controlled with the `max_samples` parameter if `bootstrap=True` (default), otherwise the whole dataset is used to build each tree.

Parameters

0
Runs

List all runs
Parameter:
Rendering chart
Rendering table