tusharsarkar3 / XBNet

Boosted neural network for tabular data
MIT License
212 stars 45 forks source link

Please update eval_metric from 'merror' to 'mlogloss' #6

Closed GDGauravDutta closed 2 years ago

GDGauravDutta commented 3 years ago

Please update eval_metric from 'merror' to 'mlogloss'

WARNING: ../src/learner.cc:1095: Starting in XGBoost 1.3.0, the default evaluation metric used with the objective 'multi:softprob' was changed from 'merror' to 'mlogloss'. Explicitly set eval_metric if you'd like to restore the old behavior.

tusharsarkar3 commented 2 years ago

Done