SPARK ML, Tuning: Crosschecking Multiclass Logistic Regression

I am using Spark 1.6 and I am trying to use a CrossValidatorclassifier to configure multiclass Logistic Regression.

The problem is what is MultiClassClassificationEvaluatornot supported CrossValidatorfor multiclass Logistic Regression.

One solution is to manually rewrite the cross-validation in my code, which I prefer not to run before asking if anyone has encountered this problem and how it was resolved.

+4
source share

Source: https://habr.com/ru/post/1623543/


All Articles