Valeria

Results 5 comments of Valeria

I found that by using ipython 7.2.0 `conda install ipython=7.2.0` the code line for `pweave -f markdown sample.pmd` would run for me. However, the markdown file was all messy and...

I looked at the function's code and it seems to return the difference `(qini.sum(axis=0) - qini[RANDOM_COL].sum()) / qini.shape[0]`. However, I think it needs to be ratio, so that the range...

I had similar issues. Making sure that I have the required versions from `cython`, `scikit-learn` and `numpy` solved the problem.

Removing `alias pip=/usr/bin/pip3` from the `.zshrc` file in my mac solved the issue for me

It'd be great to also have same functionality while debugging code (always forget to comment it out while doing this).