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
What did you do?
With each command I need to specificy the train time. e.g. mlnet regression --dataset "Step2.csv" --label-col "Position" --has-header true --train-time 3600 --cache on
What happened?
I noticed that there are max 70 iterations. If all the iterations are completed before the train-time ends, I have to wait untill it counts till 0 before it outputs the best iteration & generates the example code.
What did you expect?
If the max amount of iterations have been completed, the training should stop. There is no need to wait until the countdown goes to 0 while being idle.