:TODO: python framework mataflow from metaflow import FlowSpec, step
:TODO: python framework sklearn from sklearn.pipeline import Pipeline
graph LR;
A[<b>Data In</b>
* filtered
* cleaned
* labeled
] -->
B(<b>ML Algorithm</b>
* frameworks
* algorithms
🔄️
);
B -->
C(<b>Data out</b>
✅️ example 🆗️
)
graph LR;
d[design] --> md[model <br>development] --> o[operations]
md --> d
o --> md
- Requirement engineering
- ML UseCases prioritization
- Data Availability Check
- Data Engineering
- ML Model Engineering
- Model Testing & Validation
- ML Model Deployment
- CI/CD pipelines
- Monitoring & triggering
- 'double' ML
pip install econml
- Google Jupyter Notebook