/kaggle_utils

Utilities for ML, AI, and kaggle competitions

Primary LanguagePythonApache License 2.0Apache-2.0

Utilities for ML, AI, and kaggle competitions

Workflow for utils

  1. Git clone
  2. pip install -e PATH_TO_THIS_REPO

For your changes

  1. git commit and push
  2. Note that you will need to re-import the changes into memory! See autoreload

For incoming changes

  1. git pull
  2. Note that you will need to re-import the changes into memory! See autoreload