rasbt / mlxtend

A library of extension and helper modules for Python's data analysis and machine learning libraries.
https://rasbt.github.io/mlxtend/
Other
4.85k stars 857 forks source link

Raise error on empty frequent itemset to association_rules #843

Closed rasbt closed 2 years ago

rasbt commented 2 years ago

The frequent_patterns.association_rules now raises a ValueError if an empty frequent itemset DataFrame is passed.

Fixes #496

pep8speaks commented 2 years ago

Hello @rasbt! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found:

There are currently no PEP 8 issues detected in this Pull Request. Cheers! :beers:

Comment last updated at 2021-09-02 17:27:07 UTC