MLOps pipeline using Docker Compose
Go to file
Erik Stambaugh c5afddbfd0 adding feast 2024-03-02 17:39:53 -08:00
feast adding feast 2024-03-02 17:39:53 -08:00
jupyter adding feast 2024-03-02 17:39:53 -08:00
.gitignore adding feast 2024-03-02 17:39:53 -08:00
Makefile adding feast 2024-03-02 17:39:53 -08:00
README.md Update README 2024-03-02 09:11:52 -08:00
ROADMAP.md Initial version -- can create a jupyter lab container 2024-02-19 19:48:10 -08:00
docker-compose.yaml adding feast 2024-03-02 17:39:53 -08:00

README.md

#MLOps

I have an ML lab environment at home that I'm converting to something with better MLOps standards

WORK IN PROGRESS

Insert tacky animated gif of a construction worker here

Goals

Broadly, the goals are:

  • Local dev environment that's as similar as possible to production
  • A managed Jupyter Lab environment for experimentation
  • Do something sensible with features and feature extraction
  • A good mockup of an operationalized model
  • CI/CD pipeline with local access to test/verification

Requirements