Find more posts tagged with
Sort by:
1 - 2 of
21

Hi,
LogisticRegression is not supporting other labels than binominal by definition of the algorithm. Are you sure you do not want to use a GLM?
BR,
Martin
Sort by:
1 - 2 of
21
Hi,
LogisticRegression is not supporting other labels than binominal by definition of the algorithm. Are you sure you do not want to use a GLM?
BR,
Martin
Thanks so much. I was comparing to scikit learn's which log regression which can work with numeric labels. Also, i was looking earlier at rapidminer's online documentation which seems to be outdated / silent on this. The documentation within the software is correct though. Thanks again.