Skip to content

Hakhyun-Kim/EmailPrioritizationUsingRecommenderSystem

Repository files navigation

[Python IDE for windows]

  1. Visual studio Express 2013 (Student version(dreamspark) will allow you to access pro version of visual studio) http://www.visualstudio.com/en-us/products/visual-studio-express-vs.aspx https://www.dreamspark.com/

  2. PyTools plugin for Visual Studio http://pytools.codeplex.com/

[Python install] Python 2.7.6 : https://www.python.org/download/releases/2.7.6/

PIP(Package manager) : https://raw.githubusercontent.com/pypa/pip/master/contrib/get-pip.py

Put Scripts folder(C:\Python27\Scripts) into your environment path http://stackoverflow.com/questions/6318156/adding-python-path-on-windows-7

install libraries(win32)

http://stackoverflow.com/questions/9546324/adding-directory-to-path-environment-variable-in-windows http://sourceforge.net/projects/scikit-learn/files/scikit-learn-0.14.1.win32-py2.7.exe/download http://matplotlib.org/downloads.html

run cmd(command line tool) Visual studio command line tool will be favorite

C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\Shortcuts\Developer Command Prompt for VS2013

http://sourceforge.net/projects/scipy/ http://sourceforge.net/projects/numpy/files/

[Source sample]

Most samples revised the code from http://scikit-learn.org/stable/

  1. IMap Parser Parse directly from gmail server

  2. MBox Parser

    3.1 download mbox file(probably by using gmail export) https://www.google.com/settings/takeout/custom/gmail

    3.2 mbox parser sample http://googleappsdeveloper.blogspot.kr/2011/11/parsing-exported-mailboxes-using-python.html

  3. Other samples http://scikit-learn.org/stable/auto_examples/index.html

[Learning Python]

  1. Basic https://www.udacity.com/course/cs101

  2. Advanced(for data science) https://www.udacity.com/course/ud359

==========

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages