Created
December 8, 2020 08:05
-
-
Save betterdatascience/e45d6bfca948e6ed04dd42f17c3b2f7f to your computer and use it in GitHub Desktop.
002_roc_auc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| df['quality'] = ['Good' if quality >= 7 else 'Bad' for quality in df['quality']] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment