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
Currently we fix n_iter. I think we should instead implement some kind of stochastic convergence criterion (either on the training data or on held out validation split) and instead configure a max_iter and some kind of patience parameter.
The text was updated successfully, but these errors were encountered:
Currently we fix
n_iter
. I think we should instead implement some kind of stochastic convergence criterion (either on the training data or on held out validation split) and instead configure amax_iter
and some kind of patience parameter.The text was updated successfully, but these errors were encountered: