-
-
Notifications
You must be signed in to change notification settings - Fork 25.8k
DOC update related packages #26922
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
DOC update related packages #26922
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise LGTM.
doc/related_projects.rst
Outdated
- `Keras <https://www.tensorflow.org/api_docs/python/tf/keras>`_ High-level API for | ||
TensorFlow with a scikit-learn inspired API. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be replaced with scikeras
: https://github.com/adriangb/scikeras
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
scikeras come at line 217.
From what I read in https://www.tensorflow.org/api_docs/python/tf/keras/Model, it seems fine to keep this entry. But no strong feeling.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keras has a scikit-learn inspired API, but it does not really work well with our meta-estimators. I am +1 on removing the Keras entry.
Reference Issues/PRs
Closes #26906.
What does this implement/fix? Explain your changes.
Any other comments?