EmilyXinyi

Results 28 comments of EmilyXinyi

I added one more change and git is allowing me to reopen it...

All tests pass on my end with `pytest -vl sklearn/metrics/tests/test_common.py -k`. Let me check what is my configuration Numpy = 1.26.4 SciPy = 1.13.1

> * I don't think this is acceptable to skip the test for scipy

> As supervised clusters metrics operate with labels imo it is wrong to use `dtype_name` from `yield_namespace_device_dtype_combinations` which are float types. Out of curiosity and because I am not familiar...

While working on this I kept running into this error `ValueError: Expected 2D array, got 1D array instead` with the `rbf_kernel`. I ran the corresponding tests in `sklearn/metrics/tests/test_common.py` and I...

Another reason why the checks are failing: `AssertionError: Estimator Nystroem raised an exception. The tag self.input_tags.sparse=True might not be consistent with the estimator's ability to handle sparse data (i.e. controlled...

@lucyleeow please take this one over if it's blocking other estimators! Thank you for your help! @ogrisel Thank you for the clarification!

@lucyleeow that would be awesome, thank you!