Skip to content

Adapt code and requirements for latest sklearn#194

Merged
heidmic merged 3 commits intomasterfrom
latest_sklearn
Jun 23, 2025
Merged

Adapt code and requirements for latest sklearn#194
heidmic merged 3 commits intomasterfrom
latest_sklearn

Conversation

@RomanSraj
Copy link
Copy Markdown
Collaborator

No description provided.

@RomanSraj RomanSraj requested a review from heidmic June 13, 2025 12:29
@RomanSraj RomanSraj self-assigned this Jun 13, 2025
@github-actions
Copy link
Copy Markdown

⚠️ Pylint job contains errors or warnings ⚠️

Please check the report here.
(The PR will still pass the pipeline)

@github-actions
Copy link
Copy Markdown

⚠️ Pylint job contains errors or warnings ⚠️

Please check the report here.
(The PR will still pass the pipeline)

Comment thread requirements.txt
Comment thread suprb/base.py
Comment thread suprb/suprb.py
Comment thread suprb/suprb.py
X = check_array(X)
def predict(self, X):
check_is_fitted(self)
X = validate_data(self, X, ensure_2d=True, reset=False)
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

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

is this a change in sklearn guidelines?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

This is also part of https://scikit-learn.org/stable/developers/develop.html and shall be used in the newer version

@github-actions
Copy link
Copy Markdown

⚠️ Pylint job contains errors or warnings ⚠️

Please check the report here.
(The PR will still pass the pipeline)

@RomanSraj RomanSraj requested a review from heidmic June 23, 2025 09:36
@heidmic heidmic merged commit 38a20c4 into master Jun 23, 2025
3 checks passed
@heidmic heidmic deleted the latest_sklearn branch June 23, 2025 10:14
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.

2 participants