Sven Stehle

Results 8 comments of Sven Stehle

Hi Nick, thanks for your detailed thoughts and explanation on this. I will start on the **Environment Resolver** in the first PR, "easier" to implement sounds good to me :)

Hi, I checked `GaussianRandomProjection`. In the `DONT_TEST` list this is referenced as `GaussianRandomProjectionHash` - maybe a typo? It seems `GaussianRandomProjection` was already fixed in [#22114](https://github.com/scikit-learn/scikit-learn/pull/22114) The tests introduced in this...

~~Working on `GenericUnivariateSelect`~~ Correction: `GenericUnivariateSelect` already implemented in [#22370](https://github.com/scikit-learn/scikit-learn/pull/22370/files) ```py sklearn/tests/test_common.py::test_estimators[GenericUnivariateSelect()-check_transformer_preserve_dtypes] PASSED ```

`Birch` was fixed in [#22968](https://github.com/scikit-learn/scikit-learn/pull/22968/files) ```py sklearn/tests/test_common.py::test_estimators[Birch()-check_transformer_preserve_dtypes] PASSED ```

~~`BernoulliRBM` was fixed in [#16352](https://github.com/scikit-learn/scikit-learn/pull/16352)~~ @jeremiedbb discovered that we were missing the necessary update to `_more_tags`. Added this in [#24318](https://github.com/scikit-learn/scikit-learn/pull/24318) ```py sklearn/tests/test_common.py::test_estimators[BernoulliRBM()-check_transformer_preserve_dtypes] PASSED ``` `MiniBatchDictionaryLearning` seems to have been fixed...

Continuing work of @thibsej on `FactorAnalysis` in [#13303](https://github.com/scikit-learn/scikit-learn/pull/13303/files)

Hey there, I am currently working on a problem that requires me to do walk forward eval on many different time series created by very similar processes. To my knowledge,...

The same goes for `.aws`... I removed it again from the ignore list in ~/.mackup.cfg: ```python Reverting Library/Preferences/com.apple.Music.plist ... Reverting Library/Preferences/com.apple.Music.eq.plist ... Reverting .aws ... Traceback (most recent call last):...