Skip to content

ouzoh/Data-Science

Repository files navigation

Data Science project portfolio

Objective:

  • Exploratory Data Analysis
  • Data Visualization
  • Create re-useable datascience portfolios.
  • Explore various machine learning algoirthms.

Install Anaconda

wget https://3230d63b5fc54e62148e-c95ac804525aac4b6dba79b00b39d1d3.ssl.cf1.rackcdn.com/Anaconda-2.3.0-Linux-x86.sh

bash Anaconda-2.3.0-Linux-x86.sh

Python

Python codes and comments

###Installation ######1. Go to www.python.org and install python 2.x or 3.x ######2. Go to cmd promt and set PATH (e.g. for 2.7) setx PATH "c:\Python27" ######3. Open a new cmd instant and type python --version ######4. Done.

###Integrating with Eclipse ######1. Run Eclipse in Adminstration mode. ######2. Go to Eclipse Market Place (Help > Eclipse Market Place) ######3. Search for "PyDev" and install ######4. Set PATH for Python Interpreters (Windows > Preferences > PyDev > Interpreters > Python Interpreter) "Click" New... Interpreter Name: Python 2.7 Interpreter Executable: c:\Python27\python.exe ######5. Done.

###Bonus (Optimizing Eclipse Interface for Coding) ######1. Coming soon...

About

Data Science Portfolio

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages