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

Notify users about about pandas dataframe use in bias_variance_decomp #832

Closed rasbt closed 3 years ago

rasbt commented 3 years ago

Raises a more descriptive ValueError if user uses a pandas DataFrame in the bias_variance_decomp func where it is currently not explicitly supported yet

pep8speaks commented 3 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-06-13 17:35:15 UTC