-
Notifications
You must be signed in to change notification settings - Fork 3
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
Estimator removal #67
Conversation
README.md
Outdated
@@ -3,8 +3,6 @@ | |||
`dlordinal` is an open-source Python toolkit focused on deep learning with ordinal methodologies. It is compatible with |
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.
dlordinal
is not directly compatible with scikit-learn
. However, all the methods implemented in dlordinal
can be used in classes that implement the scikit-learn
estimator interface.
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.
Thank you very much for the revision! This part has been corrected.
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.
PR can be merged after making the required changes in the README file.
After careful consideration associated to issue #66, it has been decided to remove the implemented estimator as it was too basic for our current needs. Instead, it has been developed a tutorial showcasing the compatibility of
dlordinal
with third-party packages such asSkorch
.