You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 6, 2023. It is now read-only.
I experienced problems when I tried to install py-earth with Anaconda for Python 3.5. Basically I needed the Microsoft Visual C++ compiler in the same version as python was compiled, and I didn't want to install Visual Studio. With Python 2.7 it is easier, since Microsoft provides a nice 80 MB installer.
Anaconda2 for Python 2.7 (which comes with scikit-learn)
Instructions
Just install all requirements above and then open a command prompt as Administrator. Follow the official installing instructions, except for the 'sudo', obviously:
git clone git://github.com/jcrudy/py-earth.git
cd py-earth
python setup.py install
You should see lots of logging messages and in the end:
Finished processing dependencies for py-earth==0.1.0.