KaggleAux icon indicating copy to clipboard operation
KaggleAux copied to clipboard

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

###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.