Implement slope for Pseduo-Huber. (#7727)
* Add objective and metric. * Some refactoring for CPU/GPU dispatching using linalg module.
This commit is contained in:
7
src/common/pseudo_huber.cc
Normal file
7
src/common/pseudo_huber.cc
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Copyright 2022, by XGBoost Contributors
|
||||
*/
|
||||
#include "pseudo_huber.h"
|
||||
namespace xgboost {
|
||||
DMLC_REGISTER_PARAMETER(PesudoHuberParam);
|
||||
}
|
||||
Reference in New Issue
Block a user