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.