Closed p-vel closed 3 years ago
Hi @Pierre, thanks for your interest :-)
In fact, I have just noticed that I have a strange conflict between the sklearn
versions on my computer. In fact, things should work fine with scikit_learn==0.23.2
and pyriemann==0.2.6
. The problem that you present comes from pyriemann
and should be fixed there for recent versions of sklearn. However, its code base is kind of dead nowadays, so I guess we're stuck with sklearn 0.23.2 for now (except if you patch the library yourself)
Cheers,
Pedro
Hello,
Indeed, it seems that there is a conflit between pyriemann
and sklearn
. I found a fix here, if someone gets the same issue:
ErikBjare:dev/sklearn-0.24-fix
Kind regards,
Pierre
Dear @plcrodrigues,
Thanks a lot for making your code available publicly (and thanks for the recent update). I found your article about RPA very interesting.
When I try to run the
basic_example.py
, I get anImportError
with the following report:Do you have any idea how it could be fixed?
Thanks in advance !
Kind Regards,
Pierre