Fix merge conflict. (#8791)
This commit is contained in:
parent
81b2ee1153
commit
52d0230b58
@ -423,7 +423,7 @@ XGBOOST_REGISTER_METRIC(TweedieNLogLik, "tweedie-nloglik")
|
||||
return new EvalEWiseBase<EvalTweedieNLogLik>(param);
|
||||
});
|
||||
|
||||
class QuantileError : public Metric {
|
||||
class QuantileError : public MetricNoCache {
|
||||
HostDeviceVector<float> alpha_;
|
||||
common::QuantileLossParam param_;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user