Details
-
Sub-task
-
Status: Resolved
-
Minor
-
Resolution: Incomplete
-
None
-
None
Description
This JIRA is to discuss how the number of label classes should be inferred in multinomial logistic regression. Currently, MLOR checks the dataframe metadata and if the number of classes is not specified then it uses the maximum value seen in the label column. If the labels are not properly indexed, then this can cause a large number of zero coefficients and potentially produce instabilities in model training.