HI
I’m tryng to tune my XGboost model, but always iterations are max 10, also if i set stop argument in run method at 35 → stop={“training_iteration”: 35}
also if I deactive scheduler …ever max 10 iterations…why???
thanks in advantage
Can you share your code with us? Otherwise it’s impossible to know…
Actually, if you’re using xgboost, maybe you have to adjust the num_boost_round
parameter in xgboost.train()
?