This website requires JavaScript.
Explore
Help
Sign In
Hendrik
/
xgboost
Watch
1
Star
0
Fork
0
You've already forked xgboost
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
xgboost
/
tests
/
cpp
/
metric
History
Jiaming Yuan
98d6faefd6
Implement slope for Pseduo-Huber. (
#7727
)
...
* Add objective and metric. * Some refactoring for CPU/GPU dispatching using linalg module.
2022-03-14 21:42:38 +08:00
..
test_auc.cc
Convert labels into tensor. (
#7456
)
2021-12-17 00:58:35 +08:00
test_auc.cu
Re-implement ROC-AUC. (
#6747
)
2021-03-20 16:52:40 +08:00
test_elementwise_metric.cc
Implement slope for Pseduo-Huber. (
#7727
)
2022-03-14 21:42:38 +08:00
test_elementwise_metric.cu
Porting elementwise metrics to GPU. (
#3952
)
2018-12-01 18:46:45 +13:00
test_metric.cc
Make HostDeviceVector single gpu only (
#4773
)
2019-08-26 09:51:13 +12:00
test_multiclass_metric.cc
Convert labels into tensor. (
#7456
)
2021-12-17 00:58:35 +08:00
test_multiclass_metric.cu
GPU multiclass metrics (
#4368
)
2019-04-15 17:47:47 +08:00
test_rank_metric.cc
Re-implement PR-AUC. (
#7297
)
2021-10-26 13:07:50 +08:00
test_rank_metric.cu
Ranking metric acceleration on the gpu (
#5398
)
2020-03-22 19:38:48 +13:00
test_survival_metric.cc
GPU implementation of AFT survival objective and metric (
#5714
)
2020-07-17 01:18:13 -07:00
test_survival_metric.cu
Avoid omp reduction in coordinate descent and aft metrics. (
#7316
)
2021-10-17 15:55:49 +08:00