python - MLlib and pyspark features -
i utilize areaunderroc mllib in apache spark. running spark 1.1.0 , function not available in pyspark available in scala.
is there feature tracker tracks advancement of porting scala apis python apis?
i have tried search in official jira not find ticket number corresponding this.
pyspark.mllib.evaluation.binaryclassificationmetrics.areaunderroc
has been introduced in spark 1.4.0:
from pyspark.mllib.evaluation import binaryclassificationmetrics scoreandlabels = ... binaryclassificationmetrics(scoreandlabels).areaunderroc
python scala apache-spark mllib apache-spark-mllib
No comments:
Post a Comment