Skip to content

Arkham/jack-dies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

69113aa · Aug 30, 2017

History

15 Commits
Jun 15, 2016
Nov 22, 2016
Nov 28, 2016
Jun 17, 2016
Aug 30, 2017
Nov 28, 2016
Nov 28, 2016
Jun 17, 2016
Nov 28, 2016
Nov 28, 2016
Nov 28, 2016
Nov 28, 2016
Jun 15, 2016
Jun 17, 2016
Jun 17, 2016

Repository files navigation

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 virtualenvwrapper

pip install virtualenv && pip install virtualenvwrapper

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

About

Spoiler alert

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages