Palashio / libra

Ergonomic machine learning for everyone.
http://libradocs.org/
MIT License
1.91k stars 109 forks source link

Silence XGBoost warnings #321

Closed a10mic closed 4 years ago

a10mic commented 4 years ago

name: Silence warning messages

- What I did Silenced the warning messages created by some wrong parameter use.

- How I did it Removed that parameter so that XGBoost can automatically select that parameter when to use and added verbosity to silent warning messages.

- How to verify it Running the tests

This pull request adds a new feature to libra. @Palashio, could you please take a look at it?