Class imbalance: weights vs SMOTE
Loading a CSV
Selecting columns and rows
Prerequisites — what you should know before this track
Read the code carefully
# Positives (label 1) got scores 0.7 and 0.9 # Negatives (label 0) got scores 0.1 and 0.2 # Every positive ranks ABOVE every negative → perfect ranking print(1.0)
What will the program print? Write here: