1. Install anaconda;
1.1 Installing Scipy:conda Install SciPy
2. Download the Eclipse installation Jree developer version;
3. Download and install Graphviz;
4. Configuring Eclipse and Anaconda2
4.1 In Eclipse help->eclipse marketsplace, enter Pydev for installation, which may take longer to install. Of course, you can also choose to download the Pydev on-line, then in the Eclipse help-> Installed in the install new software.
After the installation of 4.2 PyDev is complete, click Windows->preferences->pydev->interpreter-python in eclipse to configure it.
4.3 Click on the button new, find Anaconda in the installation directory of Python.exe, add it;
5. Create a new Python program
5.1 Click File->new->others, select Pydev Project;
5.2 New Pydev &Module;
5.3 Click Finish, a Python project is built.
Configuring the Machine Learning development environment (Eclipse + anaconda2)