nogilnick
Results
2
comments of
nogilnick
It looks like one group of failing checks are due to `sample_weight` invariant checks that do not account for sign-indeterminacy of SVD. I'm guessing these checks apply to any estimator...
That fixed the `ZeroDivisionError` failure. I see two remaining failures: 1. `test_check_estimator_clones` 2. `PCA()-check_sample_weights_invariance` Both look like sign-indeterminacy issues and both ultimately are caused by the `check_sample_weights_invariance` function in `estimator_checks.py`....