Utilities for ML, AI, and kaggle competitions
Workflow for utils
- Git clone
- pip install -e PATH_TO_THIS_REPO
For your changes
- git commit and push
- Note that you will need to re-import the changes into memory! See
autoreload
For incoming changes
- git pull
- Note that you will need to re-import the changes into memory! See
autoreload