1. Learn
  2. /
  3. Courses
  4. /
  5. Introduction to Spark SQL in Python

Connected

Exercise

Evaluate the classifier

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

Instructions

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