-
Notifications
You must be signed in to change notification settings - Fork 68
Open
Labels
Description
Hi authors of hep_ml,
I am wondering if there is an easy way to use the loss function (in particular the BinFlatnessLossFunction) from this package in XGBoost since XGBoost support custom loss function in the typical grad, hess format (https://xgboost.readthedocs.io/en/stable/tutorials/custom_metric_obj.html). This could help to improve the speed of training since hep_ml does not support multithreading (please correct me if I am wrong).
Thanks,
Andy
Reactions are currently unavailable