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
In the current implementation, the LogisticRegression class only works with binary classes. It should support multi-class data and implement one-vs-rest and multi-label regression (i.e. softmax regression).
The text was updated successfully, but these errors were encountered:
In the current implementation, the LogisticRegression class only works with binary classes. It should support multi-class data and implement one-vs-rest and multi-label regression (i.e. softmax regression).
The text was updated successfully, but these errors were encountered: