Hello,
When I run the jupyter notebook examples, the code chokes on examples with
(1) "from scipy.stats import chisqprob"
I found a bandaid for this, but don't like hacking your files too much; this error is due to scipy updates and not coding error in any way
(2) "from artml.models import naive_bayes"
I can't import anything from artml.models. I don't see a directory for the models code.
Very Respectfully,
Eddie Jennings
Hello,
When I run the jupyter notebook examples, the code chokes on examples with
(1) "from scipy.stats import chisqprob"
I found a bandaid for this, but don't like hacking your files too much; this error is due to scipy updates and not coding error in any way
(2) "from artml.models import naive_bayes"
I can't import anything from artml.models. I don't see a directory for the models code.