Xgboost: This may not be accurate due to some parameters are only used in language bindings but passed down to XGBoost core. Or some parameters are not used but slip through this verification. Please open an issue if you find above cases.

Created on 18 Jul 2020  路  5Comments  路  Source: dmlc/xgboost

Basically I moved everything to my Linux (centos 8) server, then this pops out:
image

(There is no such warnings when I run it on my windows laptop)

However, the param verbose_eval seems to be working right...

Most helpful comment

The verbose_eval belongs to the Python function call xgb.train(), not in the param dictionary. See the doc for xgb.train(): https://xgboost.readthedocs.io/en/latest/python/python_api.html#xgboost.train

All 5 comments

The verbose_eval belongs to the Python function call xgb.train(), not in the param dictionary. See the doc for xgb.train(): https://xgboost.readthedocs.io/en/latest/python/python_api.html#xgboost.train

The verbose_eval belongs to the Python function call xgb.train(), not in the param dictionary. See the doc for xgb.train(): https://xgboost.readthedocs.io/en/latest/python/python_api.html#xgboost.train

Oh that's it! thx for blustering fast reply haha.

@hcho3 So far the parameters validation has been working well, do you think it's time for us to drop the experimental tag?

@trivialfis Yes, we can drop the experimental tag. Thanks for implementing it. It is one of the best major improvements we made in user experience recently.

Thanks, let me submit a PR next week.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ivannz picture ivannz  路  3Comments

nnorton24 picture nnorton24  路  3Comments

vkuznet picture vkuznet  路  3Comments

frankzhangrui picture frankzhangrui  路  3Comments

lizsz picture lizsz  路  3Comments