Adrian Grigore
Adrian Grigore
Haha, thought as much. What struck me as weird was that even if my dataset were corrupted somehow, this still shouldn't be able to return values greater than 1 considering...
Hi, I unfortunately no longer have access to that dataset.
Can confirm. Getting similar errors in Google Colab.
What worked for me, after a morning of debugging - uninstall `numpy`, `setuptools` and `sklearn`. Install `scikit-learn`, force `setuptools` to version **64.0.2** (required by some libraries `lightweight_mmm` relies on) and...