agusbudi/PythonSklearn
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
1. install python: https://docs.python.org/2/faq/windows.html 2. download numpy, for the python 35: "cp35"+mkl http://www.lfd.uci.edu/~gohlke/pythonlibs/#numpy 3. install numpy: https://www.codementor.io/numpy/tutorial/installing-numpy-64-bit-windows 4. download scipy, "cp35" http://www.lfd.uci.edu/~gohlke/pythonlibs/#scipy 5. how to use scikit : http://scikit-learn.org/stable/tutorial/basic/tutorial.html how to run : 1. Open cmd and change your directory (by typing "cd /type_directory_name") 2. Type : "python BasicTest.py" 3. Enjoy :) credit of scikit-learn: http://scikit-learn.org/