"No one is harder on a talented person than the person themselves" - Linda Wilkinson ; "Trust your guts and don't follow the herd" ; "Validate direction not destination" ;

July 23, 2023

MLOps Notes

Why MLOps

  • Quicker experimentation cycle -> More models
  • Quicker productization cycle -> More models in production
  • Full traceability for all models -> More models in production safely and scalability"
  • Tools for MLOps

    • Data Analysis - Python, Pandas
    • Source Control  - Git
    • Test & Build Services - PyTest & Make
    • Deployment Services - Git, DVC
    • Model & Dataset Registry - DVC[aws s3]
    • Feature Store - Project code library
    • ML Metadata Store - DVC
    • ML Pipeline Orchestrator - DVC & Make
    • Experimentation Tracking - MLFlow

    GCP MLOPs

    AWS MLOps
    Azure MLOps

    MLflow - Tracking experiments, Packaging ML code, Managing and deploying models, central model store  

    Made with ML

    No comments: