Hyperactive
Hyperactive copied to clipboard
[ENH] `sklearn 1.7` compatibility
Multiple compatibility fixes with sklearn 1.7.
- The
sklearnadapter was importing the private utility fromsklearn,_deprecate_Xt_in_inverse_transform. This is fixed by removing the import and assuming the future interface. sklearnnow 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.