Machine learning Using Numpy / Python Related Installations

Numpy, scipy and matplotlib Installations
1. Install python latest version.
2. Type “pip install numpy” in the command prompt for mean and mode calculation.
3. Type “python -m pip install scipy” in the command prompt for mode calculation.
4. Type “python -m pip install matplotlib” in the command prompt for data visualization(Histograms).
5. Type “pip install pandas” in the command prompt for pandas installation to read data from CSV(comma separated value) file.
6. Type "pip install -U scikit-learn" to install scikit-learn.
7. Type pip install pydotplus to install pydotplus


Home     Back