PhilippPro / tuneRanger

Automatic tuning of random forests
32 stars 9 forks source link

No time based stopping #5

Closed ja-thomas closed 5 years ago

ja-thomas commented 5 years ago

As far as I can see it is only possible to set the number of tuning iterations and not the tuning time.

Is there are a reason for it?

Would be useful for benchmarking and other applications

PhilippPro commented 5 years ago

I am not sure how to do it, just stop the current MBO process and somehow get the best current result? Do you have a solution for this already? Maybe I should look into your package.

PhilippPro commented 5 years ago

Ok, in the newest commit I included a time.budget parameter similarly to your package. I think that should solve the problem. ;)