mljar / mljar-examples

Examples how MLJAR can be used
Apache License 2.0
58 stars 33 forks source link

xgboost ntree_limit is deprecated, use `iteration_range` or model slicing instead. #7

Closed maysen closed 3 years ago

maysen commented 3 years ago

xgboost ntree_limit is deprecated, use iteration_range or model slicing instead.

How to deal with it :(

pplonski commented 3 years ago

The code in mljar-supervised should be updated. There is an issue https://github.com/mljar/mljar-supervised/issues/419 for this warning.