David M DeFilippis
David M DeFilippis
Any ideas as to why this error is manifesting? I'm using Python 3.7.3 and Cython 0.29.21 but it seems like the module not found error is because cython isn't compiling...
scikit-learn has had an isotonic regression since0.18 I think. https://scikit-learn.org/stable/modules/isotonic.html I'm hoping that I can get this running on my machine so that I can point other ecologists to it,...
comb is now in scipy.special.comb. I think it was part of the v1.0.0 release. Your best bet is to fork this and make the change. Then ask the author to...