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
You can follow this. Just add verbosity = 0 within train function. As suggested by missuse "The current warning means xgboost is changing the name of an argument, but caret is still supplying the old name. Currently, it works but with new xgboost versions the argument will be completely replaced, if carets function code is not updated by then the warning will be replaced by an error." So, it would be better to update the caret function code.
I get error:
[11:52:40] WARNING: src/c_api/c_api.cc:935:
ntree_limit
is deprecated, useiteration_range
instead.Running:
The text was updated successfully, but these errors were encountered: