thundergbm
thundergbm copied to clipboard
how to use the random forest to train and predict?
Hi, you can refer to the parameters document of ThunderGBM here. You need to set four key parameters namely, bagging = 1 and n_trees=1, n_parallel_trees to the number of trees of your random forest, column_sampling_rate to set the proportion of features to use, if you want to use the random forest. Thank you.