trivialfis
cf2d86a4f6
Add travis sanitizers tests. ( #3557 )
...
* Add travis sanitizers tests.
* Add gcc-7 in Travis.
* Add SANITIZER_PATH for CMake.
* Enable sanitizer tests in Travis.
* Fix memory leaks in tests.
* Fix all memory leaks reported by Address Sanitizer.
* tests/cpp/helpers.h/CreateDMatrix now returns raw pointer.
2018-08-19 16:40:30 +12:00
ngoyal2707
5cd851ccef
added code for instance based weighing for rank objectives ( #3379 )
...
* added code for instance based weighing for rank objectives
* Fix lint
2018-06-22 15:10:59 -07:00
Rory Mitchell
a1ec7b1716
Change reduce operation from thrust to cub. Fix for cuda 9.1 error ( #3218 )
...
* Change reduce operation from thrust to cub. Fix for cuda 9.1 runtime error
* Unit test sum reduce
2018-04-04 14:21:48 +12:00
Arjan van der Velde
04221a7469
rank_metric: add AUC-PR ( #3172 )
...
* rank_metric: add AUC-PR
Implementation of the AUC-PR calculation for weighted data, proposed by Keilwagen, Grosse and Grau (https://doi.org/10.1371/journal.pone.0092209 )
* rank_metric: fix lint warnings
* Implement tests for AUC-PR and fix implementation
* add aucpr to documentation for other languages
2018-03-23 10:43:47 -04:00
Rory Mitchell
e939192978
Cmake improvements ( #2487 )
...
* Cmake improvements
* Add google test to cmake
2017-07-06 18:05:11 +12:00
AbdealiJK
a7e20555a3
tests/cpp: Add tests for rank_metrics.cc
2016-12-04 11:25:57 -08:00
AbdealiJK
4a2ef130a7
tests/cpp: Add test for elementwise_metric.cc
2016-12-04 11:25:57 -08:00
AbdealiJK
03abd47f49
tests/cpp: Add tests for Metric RMSE
2016-12-04 11:25:57 -08:00
AbdealiJK
582c373274
tests/cpp: Add tests for metric.cc
2016-12-04 11:25:57 -08:00