I'm using CrossValidator (in PySpark) to create a logistic regression model. There is "areaUnderROC", which I assume gives the AUC for the bestModel chosen by CV. But how to get the areaUnderROC for the test data during the cross-validation?
-- View this message in context: http://apache-spark-user-list.1001560.n3.nabble.com/Is-there-a-way-to-get-the-AUC-metric-for-CrossValidator-tp27816.html Sent from the Apache Spark User List mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe e-mail: [email protected]
