Ian Faust
Ian Faust
> > I was sort of hoping we could leave a reminder to ourselves > > ```python > > @pytest.mark.allow_sklearn_fallback > > @pytest.mark.skipif(not sklearn_check_version("1.4"), reason="requires sklearn array_api support") > >...
@ethanglaser ping me directly once changes are made, so we can run private CI and merge this quickly.
#2680 #2667 Which of these three should we merge?
I think this may be the better PR, it looks like the problem is that that apt doesn't contain the necessary version to support the MKL GPU FPK. What to...
@yuejiaointel can this be closed?
Thanks for writing @tanannie22 ! Sorry about not being clearer. As of now, the rbf, polynomial and linear kernel functions are only available in the ```onedal``` folder, but we would...
Hello @marcialouis! Thank you so much for your contribution. Just to add to the great suggestions by @david-cortes-intel , you can find what additional code is necessary here: https://github.com/scikit-learn/scikit-learn/blob/main/sklearn/covariance/_shrunk_covariance.py#L46 ....
/azp run Docs
@david-cortes-intel please merge in main and re-run private CI
@yuejiaointel you are on the right path before the reverts. The design pattern test issues are to be expected. This was a PR which I did a little bit of...