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
I'm wondering if we shouldn't throw an exception when reaching the maximum number of iterations, but instead just terminate with a warning an possibly set some internal flag to signal that the termination is because of a failed line search. This would happen in a logistic regression with perfect separation so this is related to #9. Inference isn't valid in this case but the fit should work just fine for prediction.
The text was updated successfully, but these errors were encountered:
I'm wondering if we shouldn't throw an exception when reaching the maximum number of iterations, but instead just terminate with a warning an possibly set some internal flag to signal that the termination is because of a failed line search. This would happen in a logistic regression with perfect separation so this is related to #9. Inference isn't valid in this case but the fit should work just fine for prediction.
The text was updated successfully, but these errors were encountered: