You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In xgboost scikit-learn fit API, the argument eval_metric can be a string for single metric or a list of string for multiple metrics. However, if we provide a list to the eval_metric, it will break the fit method in lore.estimators.xgboost.base. Specifically, in this and that. Can we support multiple eval metrics? I can submit a PR to fix this. Thanks!