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
Scikit-learn estimators have a n_iter_ parameter. Dask-GLM doesn't.
For example, the Scikit-Learn logistic regression implementation has the n_iter_ parameter (docs). However, the Dask-GLM implementation doesn't (docs).
Scikit-learn estimators have a
n_iter_
parameter. Dask-GLM doesn't.For example, the Scikit-Learn logistic regression implementation has the
n_iter_
parameter (docs). However, the Dask-GLM implementation doesn't (docs).This issue presented itself in dask/dask-blog#15 (comment)
The text was updated successfully, but these errors were encountered: