Skip to content

Conversation

@fkiraly
Copy link
Collaborator

@fkiraly fkiraly commented Jun 14, 2025

Multiple compatibility fixes with sklearn 1.7.

  • The sklearn adapter was importing the private utility from sklearn, _deprecate_Xt_in_inverse_transform. This is fixed by removing the import and assuming the future interface.
  • sklearn now has a more stringent set of input checks, instead of coercions. This is handled for the two estimators simultaneously - common methods are also moved ot a common adapter class.

@fkiraly fkiraly added the bug Something isn't working label Jun 14, 2025
@fkiraly fkiraly added enhancement New feature or request and removed bug Something isn't working labels Jun 14, 2025
@fkiraly fkiraly changed the title [BUG] handle depercated private import of _deprecate_Xt_in_inverse_transform [ENH] sklearn 1.7 compatibility Jun 14, 2025
@fkiraly
Copy link
Collaborator Author

fkiraly commented Jul 7, 2025

superseded by #138

@fkiraly fkiraly closed this Jul 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant