You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, does this online random forest support paramters {max_depth, min_samples_leaf, class_weight} like in sklearn RandomForestClassifier()?
The only parameter of MondrianForestClassifier() is n_tree.
Hi, does this online random forest support paramters {max_depth, min_samples_leaf, class_weight} like in sklearn RandomForestClassifier()?
The only parameter of MondrianForestClassifier() is n_tree.