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
We need to ensure that check_estimator works with estimators that have the _pairwise attribute set. The easiest way to do that would be to have it run on SVC(kernel='precomputed'). That needs to work.
This should probably live in test_estimator_checks.py.