Medial Code Documentation
|
Feature parallel learning algorithm. Different machine will find best split on different features, then sync global best split It is recommonded used when data is small or #feature is large. More...
#include <parallel_tree_learner.h>
Public Member Functions | |
FeatureParallelTreeLearner (const Config *config) | |
void | Init (const Dataset *train_data, bool is_constant_hessian) override |
Protected Member Functions | |
void | BeforeTrain () override |
void | FindBestSplitsFromHistograms (const std::vector< int8_t > &is_feature_used, bool use_subtract) override |
Feature parallel learning algorithm. Different machine will find best split on different features, then sync global best split It is recommonded used when data is small or #feature is large.