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

Removed extra "reduce" statements. #1

Merged
merged 1 commit into from
Jul 30, 2012
Merged

Removed extra "reduce" statements. #1

merged 1 commit into from
Jul 30, 2012

Conversation

dan-blanchard
Copy link
Contributor

min supports lists directly, so reduce(min, rater_a) was verbose (and potentially less efficient).

I also improved the PEP8 compliance by getting rid of TABs used for indentation and adding spaces around operators.

min supports lists directly, so reduce(min, rater_a) was verbose (and potentially less efficient).

I also improved the PEP8 compliance by getting rid of TABs used for indentation and adding spaces around operators.
@benhamner benhamner merged commit 0fe0c25 into benhamner:master Jul 30, 2012
@benhamner
Copy link
Owner

Thanks Dan!

@dan-blanchard
Copy link
Contributor Author

You're welcome. Thanks for putting this script together in the first place. :)

@dan-blanchard dan-blanchard deleted the patch-1 branch April 2, 2013 17:36
benhamner pushed a commit that referenced this pull request Jul 20, 2015
Added function for calculation of F1 score
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.

2 participants