Skip to content

Commit

Permalink
Fixed typo in regression_metric.hpp (#2111)
Browse files Browse the repository at this point in the history
  • Loading branch information
amniskin authored and StrikerRUS committed Apr 16, 2019
1 parent ca85b67 commit 975d264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metric/regression_metric.hpp
Expand Up @@ -148,7 +148,7 @@ class L2Metric: public RegressionMetric<L2Metric> {
}
};

/*! \brief L2 loss for regression task */
/*! \brief Quantile loss for regression task */
class QuantileMetric : public RegressionMetric<QuantileMetric> {
public:
explicit QuantileMetric(const Config& config) :RegressionMetric<QuantileMetric>(config) {
Expand Down

0 comments on commit 975d264

Please sign in to comment.