dpeerlab/Harmony

scikit-learn dependency

adamgayoso opened this issue · 4 comments

Hi all,

I just wanted to point out that this dependency should probably be scikit-learn.

"sklearn",

Thanks a lot for pointing this out Adam - we will have this fixed. Sorry for such a delayed response!

Hi!
Any chance you solved this dependency issue? otherwise, do you have any advise on how to get around it?
Thank you so much :)

Had this issue with trying to install direct via pip, followed by an error with fa2 when trying to install direct from the git repo via pip git+.
The solution for anyone running into the same error was to first install fa2 via conda ('conda install -c conda-forge fa2') and then to install harmonyTS through pip git+.

@EamonCoughlan thank you so much for your comment! It worked for me .