* Add objective and metric. * Some refactoring for CPU/GPU dispatching using linalg module.
8 lines
142 B
C++
8 lines
142 B
C++
/*!
|
|
* Copyright 2022, by XGBoost Contributors
|
|
*/
|
|
#include "pseudo_huber.h"
|
|
namespace xgboost {
|
|
DMLC_REGISTER_PARAMETER(PesudoHuberParam);
|
|
}
|