Flow
sklearn.ensemble._hist_gradient_boosting.gradient_boosting.HistGradientBoostingClassifier

sklearn.ensemble._hist_gradient_boosting.gradient_boosting.HistGradientBoostingClassifier

Visibility: public Uploaded 25-09-2022 by VAIBHAV JAISWAL sklearn==1.0.2 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.2
Issue #Downvotes for this reason By


Loading wiki
Help us complete this description Edit
Histogram-based Gradient Boosting Classification Tree. This estimator is much faster than :class:`GradientBoostingClassifier` for big datasets (n_samples >= 10 000). This estimator has native support for missing values (NaNs). During training, the tree grower learns at each split point whether samples with missing values should go to the left or right child, based on the potential gain. When predicting, samples with missing values are assigned to the left or right child consequently. If no missing values were encountered for a given feature during training, then samples with missing values are mapped to whichever child has the most samples. This implementation is inspired by `LightGBM `_.

Parameters

0
Runs

List all runs
Parameter:
Rendering chart
Rendering table