Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Ju Liu committed Nov 28, 2016
1 parent 5f875d9 commit b0622bc
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions README.md
@@ -0,0 +1,25 @@
# Jack Dies

An exploration in data science predicting survival rate for Titanic passengers.

## Mac OSX Setup

You want to install python from homebrew

`brew install python`

You want to install `virtualenv` and `virtualenv-wrapper`

`pip install virtualenv && pip install virtualenv-wrapper`

Then create a new virtualenv and activate it

`mkvirtualenv jack-dies && workon jack-dies`

Now you can install all the dependencies from the requirements file

`pip install -r requirements.txt`

Then just run this command to get matplotlib to run

`echo "backend: TkAgg" > ~/.matplotlib/matplotlibrc`
Binary file added images/surprise.jpg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit b0622bc

Please sign in to comment.