Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 484 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 484 Bytes

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