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

Estimator removal #67

Merged
merged 6 commits into from
Apr 23, 2024
Merged

Estimator removal #67

merged 6 commits into from
Apr 23, 2024

Conversation

franberchez
Copy link
Contributor

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 as Skorch.

@franberchez franberchez requested a review from victormvy April 19, 2024 10:53
@franberchez franberchez self-assigned this Apr 19, 2024
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
Copy link
Contributor

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.

Copy link
Contributor Author

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.

Copy link
Contributor

@victormvy victormvy left a 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.

@franberchez franberchez merged commit 151544a into development Apr 23, 2024
5 checks passed
@victormvy victormvy linked an issue Jun 6, 2024 that may be closed by this pull request
@victormvy victormvy deleted the estimator_removal branch July 24, 2024 09:53
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.

[API, MNT] PytorchEstimator deprecation
2 participants