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

Remove ML model export as sklearn Pipeline and clean up code #744

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

valeriy42
Copy link
Contributor

@valeriy42 valeriy42 commented Dec 17, 2024

Exporting ML model as a sklearn Pipeline relied on undocumented code in sklearn, which was removed in the subsequent versions. The PR removes the export of ML models to allow eland to update the dependencies.

Note: this PR is supposed to be merged in 9.0.

@valeriy42 valeriy42 self-assigned this Dec 17, 2024
@valeriy42 valeriy42 requested a review from pquentin December 17, 2024 15:24
@valeriy42 valeriy42 added topic:ml Issue or PR about eland.ml.MLModel refactor A refactoring task labels Dec 17, 2024
Copy link
Member

@pquentin pquentin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! LGTM. We can upgrade scikit-learn itself as future work.

@valeriy42
Copy link
Contributor Author

@pquentin can we merge it now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactor A refactoring task topic:ml Issue or PR about eland.ml.MLModel
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants