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.
source
share