mlxtend
mlxtend copied to clipboard
Update minor typos in fpgrowth.ipynb
Code of Conduct
Reviewed
Description
Fixing minor typos in the markdown of notebooks for the FP-Growth webpage
Related issues or pull requests
Pull Request Checklist
- [ ] Added a note about the modification or contribution to the
./docs/sources/CHANGELOG.mdfile (if applicable) - [ ] Added appropriate unit test functions in the
./mlxtend/*/testsdirectories (if applicable) - [x] Modify documentation in the corresponding Jupyter Notebook under
mlxtend/docs/sources/(if applicable) - [ ] Ran
PYTHONPATH='.' pytest ./mlxtend -svand make sure that all unit tests pass (for small modifications, it might be sufficient to only run the specific test file, e.g.,PYTHONPATH='.' pytest ./mlxtend/classifier/tests/test_stacking_cv_classifier.py -sv) - [ ] Checked for style issues by running
flake8 ./mlxtend
Check out this pull request on ![]()
See visual diffs & provide feedback on Jupyter Notebooks.
Powered by ReviewNB
Awesome, thanks for the PR!
Codecov Report
Patch and project coverage have no change.
Comparison is base (
68d4d39) 77.26% compared to head (4bbb46f) 77.26%.
Additional details and impacted files
@@ Coverage Diff @@
## master #1057 +/- ##
=======================================
Coverage 77.26% 77.26%
=======================================
Files 200 200
Lines 11297 11297
Branches 1483 1483
=======================================
Hits 8729 8729
Misses 2350 2350
Partials 218 218
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Somehow I totally forgot to merge this. Thanks again!