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
{{ message }}
This repository was archived by the owner on Dec 6, 2023. It is now read-only.
lightning was relying on sklearn.utils.testing to import the assert_* functions but they got removed from sklearn. We should import them from numpy.testing for the assert_array_* and nose.tools for the others. @StrikerRUS do you want to tackle this?