* Implement Transform class. * Add tests for softmax. * Use Transform in regression, softmax and hinge objectives, except for Cox. * Mark old gpu objective functions deprecated. * static_assert for softmax. * Split up multi-gpu tests.
7 lines
120 B
Plaintext
7 lines
120 B
Plaintext
/*!
|
|
* Copyright 2018 XGBoost contributors
|
|
*/
|
|
// Dummy file to keep the CUDA tests.
|
|
|
|
#include "test_regression_obj.cc"
|