A data/model agnostic ML experiment system implemented by luigi, redis, postgres and docker. This project was spun off from a talk I gave virtually at Instituto Tecnológico Autónomo de México of course over Zoom. The slide of the talk and the part of this tool is here
cp luigi.cfg.example luigi.cfg
docker-compose -f docker-compose-dev.yml build
docker exec -it luigi_service python -m luigi --module pipeline.tasks Experiment --model-config=model_config.yaml --workers=4
docker exec -it luigi_db psql -d luigid -U luigid
luigid --background --port=9091 --pidfile <PATH_TO_PIDFILE> --logdir <PATH_TO_LOGDIR> --state-path <PATH_TO_STATEFILE>