/KaggleAux

A collection of statistical tools to aid Data Science competitors in Kaggle Competitions.

Primary LanguagePythonApache License 2.0Apache-2.0

###KaggleAux A collection of statistical methods to aid Data Science competitors in Kaggle Competitions.

To install:

  • pip install -r requirements.txt

Then simply import the module:

import kaggleaux as ka

Be sure to include the module in your python path, or add it to a folder that's already included.

All submissions are welcome. To submit a change, fork this repo, commit your changes, and send me a pull request.