Created
July 18, 2020 07:34
-
-
Save XWilliamY/5356e4f26f67089601be4792e6b6cb7e to your computer and use it in GitHub Desktop.
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
| target_y = 'predicted_conf' | |
| sns.boxplot(x='predicted_lang', | |
| y=target_y, | |
| data=copy_detected_langs[(copy_detected_langs['predicted_conf'] >= 0) & \ | |
| (copy_detected_langs['predicted_lang'].isin(names))], | |
| order = names | |
| ) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment