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
set the early_stopping parameter = True. Take a look at n_iter_no_change too. Both of them are implementet but not in the version you get from pip (at least the last time i checked it).
Conda and PIP still use version 0.3 (which does not support early stopping).
Imho the easiest way is too clone this repo (or only the boruta.py file) into your project at least this worked for me. If you do this ensure to import the cloned file and not the boruta 0.3.
Hi,
Is there a way to find the optimal number for max_iter? I need to find it to reduce the runtime.
thanks,
Sac
The text was updated successfully, but these errors were encountered: