Skip to content
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

[FR] Migrate from tf.keras.wrappers.scikit_learn to SciKeras #6

Open
northern-64bit opened this issue Dec 17, 2023 · 0 comments
Open
Labels
enhancement New feature or request

Comments

@northern-64bit
Copy link
Member

Context
The tf.keras.wrappers.scikit_learn is no longer maintained and has now been removed: tensorflow/tensorflow#36137 (comment). Thus we are using an old version to make it work. There is a successor to it, SciKeras (https://github.com/adriangb/scikeras).

Possible implementation
Switching to SciKeras. Here is more information about how to migrate to it: https://adriangb.com/scikeras/stable/migration.html

Describe alternatives you've considered
Keeping it the way it as is, since it works, at least for now.

Additional context
The code currently works with the keras version being kept at a maximum of 2.12.0.

@northern-64bit northern-64bit added the enhancement New feature or request label Dec 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant