bigframes.ml.ensemble.RandomForestClassifier.__init__#

RandomForestClassifier.__init__(n_estimators: int = 100, *, tree_method: Literal['auto', 'exact', 'approx', 'hist'] = 'auto', min_tree_child_weight: int = 1, colsample_bytree: float = 1.0, colsample_bylevel: float = 1.0, colsample_bynode: float = 0.8, gamma: float = 0.0, max_depth: int = 15, subsample: float = 0.8, reg_alpha: float = 0.0, reg_lambda: float = 1.0, tol: float = 0.01, enable_global_explain: bool = False, xgboost_version: Literal['0.9', '1.1'] = '0.9')[source]#