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.9k stars 867 forks source link

Keras Sequential Model Support for Bias Variance Computation #725

Closed hanzigs closed 4 years ago

hanzigs commented 4 years ago

Description

pep8speaks commented 4 years ago

Hello @hanzigs! 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 2020-09-11 17:22:03 UTC
coveralls commented 4 years ago

Coverage Status

Coverage decreased (-0.02%) to 90.661% when pulling 81e7a8714b9d1eeabd74beb8bc0188503f2060d7 on hanzigs:master into 8eb6954fd453dc4e9ae65cfc12749cbd682c90bd on rasbt:master.

rasbt commented 4 years ago

Thanks, @hanzigs, this looks great. Ideally, we could add a unit test, but this would add yet another dependency to the package, so I think it's fine leaving it like this. Will merge shortly. Thanks!

hanzigs commented 4 years ago

Thank you very much