bigframes.ml.ensemble#

Ensemble models. This module is styled after scikit-learn’s ensemble module: https://scikit-learn.org/stable/modules/ensemble.html

Classes

RandomForestClassifier([n_estimators, ...])

A random forest classifier.

RandomForestRegressor([n_estimators, ...])

A random forest regressor.

XGBClassifier([n_estimators, booster, ...])

XGBoost classifier model.

XGBRegressor([n_estimators, booster, ...])

XGBoost regression model.