cuml.ensemble#

IsolationForest

GPU-accelerated Isolation Forest for anomaly detection.

RandomForestClassifier

Implements a Random Forest classifier model which fits multiple decision tree classifiers in an ensemble.

RandomForestRegressor

Implements a Random Forest regressor model which fits multiple decision trees in an ensemble.