Sylvain Marié

Results 299 comments of Sylvain Marié

I did the update and merge. Thanks once again @michele-riva !

Hi @SebastienBocquet sorry for the very long delay in answering. Subdirectories are actually used in this project's own github page static site and there is no error here : https://smarie.github.io/mkdocs-gallery/generated/gallery/...

Thanks to the team for finalizing these results ! So to summarize - on KernelPCA, we see similar results with method 5.3 (randomized eigenvalues) than with the "trick" of using...

@ogrisel I think the team is now ready for a first review (see summary https://github.com/scikit-learn/scikit-learn/pull/31247#issuecomment-2835069614)

For your information @ogrisel I have open an issue in scipy for the long-term discussion, as discussed with the @scikit-learn/core-devs at the monthly meeting : https://github.com/scipy/scipy/issues/23145 .

Hi @saroad2 , it seems that we are in line with 1 and 2 so yes, let's go for it (one at a time for PR review comfort). In my...

Here a pyproject file where I have setup most of what we need, and filled most relevant pytest-cases contents. ```toml [project] name = "pytest-cases" dynamic = [ "version" ] description...

Here a nox file associated with the above pyproject.toml - there are a few things missing/remaining. The best would be to actually work by comparing current nox file with this...

Thanks @saroad2 ! Do not hesitate to open a PR as "draft" so that we can discuss any open question / design choice / roadblock on the way if needed

Hi there ! I can certainly review any such PR if you would like to propose one. Note that this is maybe relatively easy : I tried my best to...