Skip to content

Latest commit

 

History

History
53 lines (32 loc) · 1.17 KB

README.rst

File metadata and controls

53 lines (32 loc) · 1.17 KB


https://badge.fury.io/py/titanic.png https://travis-ci.org/camille-chanel/titanic.png?branch=master

titanic

Playing around with the Titanic dataset.

Documentation

For references, tutorials, and examples check out our documentation.

Installation

From Sources:

You can either clone the public repository:

git clone git://github.com/camille-chanel/titanic

Or download the tarball:

curl  -OL https://github.com/camille-chanel/titanic/tarball/master

Once you have a copy of the source, you can install it with:

python setup.py install