Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CUDA] Add quantile metric for new CUDA version (contribute to #5163) #5665

Merged
merged 19 commits into from
Mar 16, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
remove white space
  • Loading branch information
shiyu1994 committed Jan 6, 2023
commit b9788d24c0b98b014f39f4bdb2135e8035ee541f
2 changes: 1 addition & 1 deletion src/metric/cuda/cuda_regression_metric.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ class CUDAQuantileMetric : public CUDARegressionMetricInterface<QuantileMetric,
return alpha * delta;
}
}

double GetParamFromConfig() const override {
return alpha_;
}
Expand Down