Hi,
Any pointers? I'm not sure if this thread is reaching the right audience?
--
View this message in context:
http://apache-spark-user-list.1001560.n3.nabble.com/numBins-property-not-honoured-in-BinaryClassificationMetrics-class-when-spark-default-parallelism-is1-tp27204p27269.html
Sent from
Hi,
I'm trying to use the BinaryClassificationMetrics class to compute the pr
curve as below -
import org.apache.avro.generic.GenericRecord
import org.apache.hadoop.conf.Configuration
import org.apache.hadoop.mapred.JobConf
import org.apache.spark.mllib.evaluation.BinaryClassificationMetrics
im