-
Notifications
You must be signed in to change notification settings - Fork 0
api
Saman .E edited this page Jul 9, 2023
·
2 revisions
:C_GradientBoostingClassifier():
Create an instance of the model.
:__init__(*params):
Parameters
- Check the parameters in the documentation.
:Methods:
fit(X, y[, sample_weight, monitor])
- Fit the condensed gradient boosting model.
get_params()
- Returns parameters the model
predict(X)
- Retruns the predicted class labels for X
predict_proba(X)
- Retruns the probabilities class labels for X