Skip to content

Conversation

@pedrobslima
Copy link

This fixes issue #284.

  • Compatibility with sklearn 1.7: Update data validation function during fit
    • Models couldn't be trained because BaseEstimator._validate_data() was removed since sklearn version 1.7, and needed to be switched to sklearn.utils.validation.validate_data() instead.

…g fit

Models couldn't be trained because BaseEstimator._validate_data() is deprecated since sklearn version 1.7, and needed to be switched to sklearn.utils.validation.validate_data()
@pedrobslima pedrobslima changed the title Update data validation function during fit (#284) Update data validation function during fit Dec 14, 2025
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