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
test_truncated_svd.py::test_sparse_formats
It's interesting that this is not quite covered by common tests. Apparently, we check predict and predict_proba, but not transform.
It would be useful to extend the check_estimator_sparse_data common test to also check transform when applicable. The test_truncated_svd.py::test_sparse_formats could then be removed. Also possibly other tests (git grep lil might give some indications).
The text was updated successfully, but these errors were encountered:
As mentioned in #14140 (comment) by @jnothman ,
It would be useful to extend the
check_estimator_sparse_data
common test to also checktransform
when applicable. Thetest_truncated_svd.py::test_sparse_formats
could then be removed. Also possibly other tests (git grep lil
might give some indications).The text was updated successfully, but these errors were encountered: