Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated typos in plot_spam.py #15

Merged
merged 1 commit into from
Jul 5, 2016

Conversation

kpolimis
Copy link
Collaborator

@kpolimis kpolimis commented Jul 5, 2016

No description provided.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 90.977% when pulling 38a98bf on kpolimis:flake8 into 1a630d5 on uwescience:master.

@@ -45,9 +45,9 @@

idx = np.where(spam_y_test == 0)[0]
plt.errorbar(spam_y_hat[idx, 1], np.sqrt(spam_V_IJ_unbiased[idx]),
fmt='.', alpha=0.75, label='ham')
fmt='.', alpha=0.75, label='not spam')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sometimes also referred to as "ham" (https://wiki.apache.org/spamassassin/Ham)

@kpolimis
Copy link
Collaborator Author

kpolimis commented Jul 5, 2016

I had no idea. Thanks for the heads up

@arokem
Copy link
Contributor

arokem commented Jul 5, 2016

Better to leave as-is (with your version), though. I think that this might be too obscure.

@arokem arokem merged commit 13b3f79 into scikit-learn-contrib:master Jul 5, 2016
@kpolimis kpolimis deleted the flake8 branch October 31, 2017 17:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants