Flow
sklearn.ensemble._gb.GradientBoostingClassifier

sklearn.ensemble._gb.GradientBoostingClassifier

Visibility: public Uploaded 29-09-2020 by ray wright sklearn==0.23.1 numpy>=1.6.1 scipy>=0.9 0 runs
0 likes downloaded by 0 people 0 issues 0 downvotes , 0 total downloads
  • openml-python python scikit-learn sklearn sklearn_0.23.1
Issue #Downvotes for this reason By


Loading wiki
Help us complete this description Edit
Gradient Boosting for classification. GB builds an additive model in a forward stage-wise fashion; it allows for the optimization of arbitrary differentiable loss functions. In each stage ``n_classes_`` regression trees are fit on the negative gradient of the binomial or multinomial deviance loss function. Binary classification is a special case where only a single regression tree is induced.

Parameters

0
Runs

List all runs
Parameter:
Rendering chart
Rendering table