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

add max_len parameter to apriori #270

Merged
merged 1 commit into from
Oct 26, 2017
Merged

add max_len parameter to apriori #270

merged 1 commit into from
Oct 26, 2017

Conversation

rasbt
Copy link
Owner

@rasbt rasbt commented Oct 26, 2017

Description

Adds a new max_len parameter for the frequent itemset generation via the apriori function to allow for early stopping.

Related issues or pull requests

Fixes #269

Pull Request requirements

  • Added appropriate unit test functions in the ./mlxtend/*/tests directories
  • Ran nosetests ./mlxtend -sv and make sure that all unit tests pass
  • Checked the test coverage by running nosetests ./mlxtend --with-coverage
  • Checked for style issues by running flake8 ./mlxtend
  • Added a note about the modification or contribution to the ./docs/sources/CHANGELOG.md file
  • Modify documentation in the appropriate location under mlxtend/docs/sources/ (optional)
  • Checked that the Travis-CI build passed at https://travis-ci.org/rasbt/mlxtend

@coveralls
Copy link

Coverage Status

Coverage increased (+0.01%) to 90.858% when pulling 174b7e4 on max_len into edbca56 on master.

@rasbt rasbt merged commit 154499e into master Oct 26, 2017
@rasbt rasbt deleted the max_len branch November 7, 2017 06:33
takashioya pushed a commit to takashioya/mlxtend that referenced this pull request Nov 30, 2017
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

2 participants