Commit 47b7455d authored by Guolin Ke's avatar Guolin Ke
Browse files

Update config.h

parent da9baaf7
......@@ -369,7 +369,8 @@ struct ParameterAlias {
{ "ignore_feature", "ignore_column" },
{ "blacklist", "ignore_column" },
{ "predict_raw_score", "is_predict_raw_score" },
{ "predict_leaf_index", "is_predict_leaf_index" }
{ "predict_leaf_index", "is_predict_leaf_index" },
{ "num_classes", "num_class" }
});
std::unordered_map<std::string, std::string> tmp_map;
for (const auto& pair : *params) {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment