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
After some inspection, mars-project/mars#2505 (comment) perhaps explain it, gradient based loop solution for logistic regression is inefficient for xorbits.
JiaYaobo
changed the title
BUG: LogisticRegression.fit never stops with a bit *larger* data.
BUG: LogisticRegression.fit has poor performance on speed
Sep 25, 2023
Describe the bug
LogisticRegression.fit
never stops with a bit larger data.To Reproduce
When
max_iter=1
everything works fineHowever, just increase
max_iter
to 100, the program seems never stop (at least after 1min, it's weird.)The text was updated successfully, but these errors were encountered: