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
[MRG+1] Fix test of SingleInheritanceEstimator to not raise DeprecationWarning (scikit-learn#8526)
* Fix test of SingleInheritanceEstimator to not raise DeprecationWarning
* [MRG+1] Fix test of SingleInheritanceEstimator to not raise DeprecationWarning (scikit-learn#8526)
Fix: test of SingleInheritanceEstimator to not raise DeprecationWarning (scikit-learn#8526)
- Ignore a DeprecationWarning about unpickling an estimator from a different version
* [MRG+2] Fix test of SingleInheritanceEstimator to not raise DeprecationWarning (scikit-learn#8526)
Fix: test of SingleInheritanceEstimator to not raise DeprecationWarning (scikit-learn#8526)
- Test of SingleInheritanceEstimator would raise UserWarning, not DeprecationWarning
- Ignore a UserWarning about unpickling an estimator from a different version
0 commit comments