Update learning.py mode function by lucasmoura · Pull Request #323 · aimacode/aima-python · GitHub
Skip to content

Update learning.py mode function#323

Closed
lucasmoura wants to merge 2 commits into
aimacode:masterfrom
lucasmoura:fix_build
Closed

Update learning.py mode function#323
lucasmoura wants to merge 2 commits into
aimacode:masterfrom
lucasmoura:fix_build

Conversation

@lucasmoura

Copy link
Copy Markdown
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

norvig commented Mar 7, 2017

Copy link
Copy Markdown
Collaborator

@norvig norvig closed this Mar 7, 2017
@lucasmoura

Copy link
Copy Markdown
Contributor Author

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