1. 学习
  2. /
  3. 课程
  4. /
  5. Introduction to Spark SQL in Python

Connected

练习

Evaluate the classifier

A trained logistic regression model df_fitted is available. A dataframe df_testset is available containing test data for this model.

说明

100 XP
  • Score the trained model on the test data.
  • Print the Area Under Curve metric.