Challenges For ML Deployment
Created: 2023-03-02 10:48
#quicknote
NOTE: Always keep reproducibility in mind.
Several challenges:
- data dependencies;
- configuration issues;
- data and feature preparation;
- testing -> model errors;
- ML System Contributors -> how to manage team members
Resources
- ML Test Score
- Software Engineering for ML
- Deploying ML models in Shadow Mode
- Monitoring ML Models in production
- Hidden technical debt in ML systems
Tags
#mlops #deployment #course