Julien Jerphanion

Results 463 comments of Julien Jerphanion

Thank you for shiming in, @Micky774. We can indeed revise the API to get them in line with the public ones.

I would look at and implement the same logic as the one of estimator taking a data matrix or a pre-computed distance matrix for `X`.

My two cents briefly is that you likely need to install and use `c-compiler` and `cxx-compiler` from `conda-forge` because Apple Clang does not support OpenMP.

There were similar issues for FastICA in the past, but I can not tell if the root cause is similar.

Sorry, I don't have any idea nor time to have a look at it at the moment. :confused:

I think https://github.com/scientific-python/reverse-dependency-testing from @martinfleis is a good candidate to test downstream dependencies. What do you think?

Hi @amascia, Thanks for this contributions. Merging `main` in your PR's branch might help with resolving errors.

> BTW, this repo is not the best place this this report. Sorry for that. Where shall I report issues in the future?

> What's the current behaviour on Windows? Is it using winhttp or libcurl at the moment? Currently `libcurl` is used, but provided CA certificates path or directories are ignored. >...