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
BayesianRidge and ARDRegression are exposing the parameter n_iter instead of max_iter as in other models. I think that we should deprecate n_iter and rename it max_iter to be consistent.