Skip to content

kohago/python_memo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python_mining

Set eclipse

  • install pydev from eclipse marketplace
  • set pydev(python interpreter) at eclipse Hello world

Upgrade pip,install mining packages

python -m pip install --upgrade pip
python -m pip install numpy
python -m pip install scipy
python -m pip install matplotlib
python -m pip install pandas
python -m pip install scikit-learn
python -m pip install statsmodels
python -m pip install gensim

when errors happen at windows,maybe some VC++ compile tools are needed.can use whl files here: https://www.lfd.uci.edu/%7Egohlke/pythonlibs/

python -m pip install e:/download/statsmodels-0.8.0-cp36-cp36m-win32.whl
  • python versions at windows python -V py -V

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published