Skip to content

Commit

Permalink
fix missing file change
Browse files Browse the repository at this point in the history
  • Loading branch information
Ten0 committed Aug 6, 2023
1 parent e8c316f commit fe31d4e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions include/LightGBM/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ const int kDefaultNumLeaves = 31;

struct Config {
public:
Config() {}
Config(std::unordered_map<std::string, std::string> parameters_map) {
Set(parameters_map);
}
std::string ToString() const;
/*!
* \brief Get string value by specific name of key
Expand Down

0 comments on commit fe31d4e

Please sign in to comment.