Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Update learning.py mode function #323

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

Closed
wants to merge 2 commits into from

Conversation

lucasmoura
Copy link
Contributor

In the mode function in learning.py, there is a problem in this the line:

(item, count) = Counter(data).most_common(1)

That's because the most_common method returns a list. Therefore, the unpacking fails. That's the reason the build is currently failing as well. This MR fixes that and adds a test for the mode function

@Chipe1 Chipe1 mentioned this pull request Mar 6, 2017
@kaivalyar kaivalyar mentioned this pull request Mar 6, 2017
@norvig
Copy link
Collaborator

norvig commented Mar 7, 2017

Silly mistake on my part -- thanks for correcting it. It was also corrected in another change.

@norvig norvig closed this Mar 7, 2017
@lucasmoura
Copy link
Contributor Author

@norvig There is just one small problem left: missing import on utils.py for the Counter class.

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