Skip to content

Commit

Permalink
change to boost from average output.
Browse files Browse the repository at this point in the history
  • Loading branch information
guolinke committed Mar 22, 2017
1 parent 1c1749d commit e179c7c
Show file tree
Hide file tree
Showing 6 changed files with 158 additions and 103 deletions.
1 change: 1 addition & 0 deletions include/LightGBM/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ struct BoostingConfig: public ConfigBase {
int drop_seed = 4;
double top_rate = 0.2f;
double other_rate = 0.1f;
bool boost_from_average = true;
std::string tree_learner_type = "serial";
TreeConfig tree_config;
LIGHTGBM_EXPORT void Set(const std::unordered_map<std::string, std::string>& params) override;
Expand Down
Loading

0 comments on commit e179c7c

Please sign in to comment.