scikit-learn-contrib/lightning

When multiclass=False, SGDClassifier throws exception for non integer target

luoq opened this issue · 0 comments

luoq commented

As far as I know, classifier in sklearn supports non integer class such as string now, so we should handle non integer class.