diff --git a/include/LightGBM/config.h b/include/LightGBM/config.h index 8a9924c476c4..5bb0b0b80641 100644 --- a/include/LightGBM/config.h +++ b/include/LightGBM/config.h @@ -1173,8 +1173,6 @@ inline std::string ParseMetricAlias(const std::string& type) { return "kullback_leibler"; } else if (type == std::string("mean_absolute_percentage_error") || type == std::string("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")) { return "custom"; }