mlxtend icon indicating copy to clipboard operation
mlxtend copied to clipboard

Update minor typos in fpgrowth.ipynb

Open tanmaychimurkar opened this issue 2 years ago • 3 comments

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.md file (if applicable)
  • [ ] Added appropriate unit test functions in the ./mlxtend/*/tests directories (if applicable)
  • [x] Modify documentation in the corresponding Jupyter Notebook under mlxtend/docs/sources/ (if applicable)
  • [ ] Ran PYTHONPATH='.' pytest ./mlxtend -sv and 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

tanmaychimurkar avatar Jul 13 '23 13:07 tanmaychimurkar

Check out this pull request on  ReviewNB

See visual diffs & provide feedback on Jupyter Notebooks.


Powered by ReviewNB

Awesome, thanks for the PR!

rasbt avatar Jul 13 '23 13:07 rasbt

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.

codecov[bot] avatar Jul 14 '23 23:07 codecov[bot]

Somehow I totally forgot to merge this. Thanks again!

rasbt avatar Mar 31 '24 12:03 rasbt