Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tianlh
LightGBM-DCU
Commits
975d2641
Commit
975d2641
authored
Apr 16, 2019
by
amniskin
Committed by
Nikita Titov
Apr 17, 2019
Browse files
Fixed typo in regression_metric.hpp (#2111)
parent
ca85b679
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/metric/regression_metric.hpp
src/metric/regression_metric.hpp
+1
-1
No files found.
src/metric/regression_metric.hpp
View file @
975d2641
...
@@ -148,7 +148,7 @@ class L2Metric: public RegressionMetric<L2Metric> {
...
@@ -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
>
{
class
QuantileMetric
:
public
RegressionMetric
<
QuantileMetric
>
{
public:
public:
explicit
QuantileMetric
(
const
Config
&
config
)
:
RegressionMetric
<
QuantileMetric
>
(
config
)
{
explicit
QuantileMetric
(
const
Config
&
config
)
:
RegressionMetric
<
QuantileMetric
>
(
config
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment