ymattu / MlBayesOpt

R package to tune parameters for machine learning(Support Vector Machine, Random Forest, and Xgboost), using bayesian optimization with gaussian process
Other
45 stars 15 forks source link

RF: min node size #39

Closed ck37 closed 7 years ago

ck37 commented 7 years ago

Hi,

This adds support for optimizing over the min_node_size hyperparameter for random forest, and also supports not optimizing over num_trees (now defaults to 500) - per #36. Dependent upon my other pull request.

Thanks, Chris