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
It seems a little ridiculous to have validate(X, y, method, options)
and validate_repeat(X, y, method, options, n_trials = 100)
We should consider renaming validate_repeat -> validate and validate -> validate_internal (not exported to users) throughout all of the code. Then users can just specify n_trials in validate(). Maybe this defaults to 1 then instead of 100?
The text was updated successfully, but these errors were encountered:
It seems a little ridiculous to have
validate(X, y, method, options)
and
validate_repeat(X, y, method, options, n_trials = 100)
We should consider renaming validate_repeat -> validate and validate -> validate_internal (not exported to users) throughout all of the code. Then users can just specify n_trials in validate(). Maybe this defaults to 1 then instead of 100?
The text was updated successfully, but these errors were encountered: