Unverified Commit 1c60cfa6 authored by Nikita Titov's avatar Nikita Titov Committed by GitHub
Browse files

remove unused code (#3802)

parent d4d05fa0
...@@ -1173,8 +1173,6 @@ inline std::string ParseMetricAlias(const std::string& type) { ...@@ -1173,8 +1173,6 @@ inline std::string ParseMetricAlias(const std::string& type) {
return "kullback_leibler"; return "kullback_leibler";
} else if (type == std::string("mean_absolute_percentage_error") || type == std::string("mape")) { } else if (type == std::string("mean_absolute_percentage_error") || type == std::string("mape")) {
return "mape"; return "mape";
} else if (type == std::string("auc_mu")) {
return "auc_mu";
} else if (type == std::string("none") || type == std::string("null") || type == std::string("custom") || type == std::string("na")) { } else if (type == std::string("none") || type == std::string("null") || type == std::string("custom") || type == std::string("na")) {
return "custom"; return "custom";
} }
......
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