anyone having similar issue?
On Thu, Oct 6, 2016 at 12:00 PM, Nirav Patel wrote:
> I forgot to mention other scenario where I get same error. It's during use
> of `org.apache.spark.mllib.evaluation.MulticlassMetrics`
>
> It fails on following call
>
> val predictionMatrix = new MulticlassMetrics
I forgot to mention other scenario where I get same error. It's during use
of `org.apache.spark.mllib.evaluation.MulticlassMetrics`
It fails on following call
val predictionMatrix = new MulticlassMetrics(preditctionAndLabels)
predictionMatrix.fMeasure(3.0) //Fails here
ERROR [2016-10-06 11:58:5