Skip to content

Instantly share code, notes, and snippets.

@XWilliamY
Created July 18, 2020 07:34
Show Gist options
  • Select an option

  • Save XWilliamY/5356e4f26f67089601be4792e6b6cb7e to your computer and use it in GitHub Desktop.

Select an option

Save XWilliamY/5356e4f26f67089601be4792e6b6cb7e to your computer and use it in GitHub Desktop.
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