-
-
Notifications
You must be signed in to change notification settings - Fork 211
Fix636 #637
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
Conversation
|
The unit test uses |
|
I can't find a scikit-learn component in |
|
I'm not aware of one either. Unless @amueller or @janvanrijn now of one I think you can simply skip the tests for those sklearn versions. |
|
Neural networks with layers structure param?
Op maandag 4 maart 2019 schreef Matthias Feurer <[email protected]>:
… I'm not aware of one either. Unless @amueller
<https://github.com/amueller> or @janvanrijn
<https://github.com/janvanrijn> now of one I think you can simply skip
the tests for those sklearn versions.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#637 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACL7-ouPMD8UjitntIH1iQHF8Ry-1g7dks5vTVnngaJpZM4bcAq2>
.
|
|
@janvanrijn thanks for the suggestion, unfortunately it looks like you just specify layer sizes through a tuple of |
Codecov Report
@@ Coverage Diff @@
## develop #637 +/- ##
===========================================
+ Coverage 89.79% 89.81% +0.02%
===========================================
Files 32 32
Lines 3313 3320 +7
===========================================
+ Hits 2975 2982 +7
Misses 338 338
Continue to review full report at Codecov.
|
Fixes an issue where a list of lists with simple types could not be serialized (because it was expected to be FeatureUnion, Pipeline or VotingClassifier), as described in #636.
Example flow generated: https://www.openml.org/f/9556
It deserializes correctly with