You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The library uses _validate_data function of BaseEstimator in sklearn which is deprecated in version 1.6 and removed in 1.7. So to workaround the issue we can use scikitlearn==1.5.2