Skip to content

MNT remove deprecation warning in keras example #775

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

glemaitre
Copy link
Member

Remove the deprecation warning in keras

@pep8speaks
Copy link

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

Line 27:1: E402 module level import not at top of file
Line 28:1: E402 module level import not at top of file
Line 29:1: E402 module level import not at top of file
Line 51:1: E402 module level import not at top of file
Line 52:1: E402 module level import not at top of file
Line 53:1: E402 module level import not at top of file
Line 54:1: E402 module level import not at top of file
Line 55:1: E402 module level import not at top of file
Line 56:1: E402 module level import not at top of file
Line 86:1: E402 module level import not at top of file
Line 92:1: E402 module level import not at top of file
Line 93:1: E402 module level import not at top of file
Line 132:1: E402 module level import not at top of file
Line 133:1: E402 module level import not at top of file
Line 152:1: E402 module level import not at top of file
Line 167:1: E402 module level import not at top of file
Line 189:1: E402 module level import not at top of file
Line 224:1: E402 module level import not at top of file
Line 225:1: E402 module level import not at top of file

@glemaitre glemaitre merged commit edd7522 into scikit-learn-contrib:master Nov 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants