Implementation of hinge loss for binary classification (#3477)

This commit is contained in:
Henry Gouk
2018-08-07 10:06:42 +12:00
committed by Rory Mitchell
parent 44811f2330
commit 69454d9487
5 changed files with 94 additions and 0 deletions

View File

@@ -36,5 +36,6 @@ DMLC_REGISTRY_LINK_TAG(regression_obj);
#endif
DMLC_REGISTRY_LINK_TAG(multiclass_obj);
DMLC_REGISTRY_LINK_TAG(rank_obj);
DMLC_REGISTRY_LINK_TAG(hinge);
} // namespace obj
} // namespace xgboost