Skip to content

Updating code to be compatible with scikit-learn#1

Merged
bammari merged 1 commit intomainfrom
fix-skl-dependency
Jan 5, 2026
Merged

Updating code to be compatible with scikit-learn#1
bammari merged 1 commit intomainfrom
fix-skl-dependency

Conversation

@bammari
Copy link
Collaborator

@bammari bammari commented Dec 26, 2025

In this PR, we update the code to be compatible with the most recent version of scikit-learn.

Changed base_estimator to estimator and throwing deprecation warning per PR # 33.

_validate_data no longer in BaseEstimator class so changed to import from sklearn.validation

Changed optional argument from force_all_finite to esnure_all_finite.

@bammari bammari merged commit 27dcfcf into main Jan 5, 2026
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.

1 participant