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.