Skip to content

Instantly share code, notes, and snippets.

View DuqueOM's full-sized avatar

Duque Ortega Mutis DuqueOM

View GitHub Profile
@DuqueOM
DuqueOM / ml-model-lifecycle.md
Last active January 20, 2026 21:23
ML Model Lifecycle Management

๐Ÿ”„ ML Model Lifecycle Management

๐Ÿ“‹ Version History

Project v1.0.0 (Sep 2025) v1.5.0 (Jan 2026) Improvement
BankChurn AUC 0.78 AUC 0.853 +9.4%
CarVision Rยฒ 0.72 Rยฒ 0.766 +6.4%
TelecomAI Acc 78% Acc 82% +5.1%
@DuqueOM
DuqueOM / devops-mlops-skills.md
Last active January 20, 2026 21:24
DevOps + MLOps Skills Proficiency

๐ŸŽฏ DevOps + MLOps Skills Proficiency

๐Ÿ—๏ธ Infrastructure as Code

  • Terraform (AWS: EKS, VPC, RDS, S3) โ†’ 90%
  • Docker (Multi-stage, optimization) โ†’ 80%
  • Kubernetes (Manifests, HPA, probes) โ†’ 75%
  • AWS Services (EC2, Lambda, CloudWatch) โ†’ 65%

๐Ÿ”„ CI/CD & Automation

  • GitHub Actions (Matrix, workflows) โ†’ 90%
@DuqueOM
DuqueOM / ml-portfolio-metrics.md
Last active January 20, 2026 21:16
ML Portfolio Performance Metrics

๐Ÿ“Š ML Portfolio Performance Metrics

๐Ÿฆ BankChurn Predictor

  • Algorithm: VotingClassifier (LR + RF)
  • AUC-ROC: 0.853 โญโญโญโญโญ
  • Accuracy: 85.7%
  • Precision@10%: 84% churners identified
  • Test Coverage: 86%
  • API: FastAPI + Prometheus /metrics
@DuqueOM
DuqueOM / ml-mlops-stack.md
Last active January 20, 2026 14:34
ML-MLOps Stack at a Glance

๐Ÿ› ๏ธ ML-MLOps Stack at a Glance

Infrastructure & Deployment

  • ๐Ÿณ Docker Multi-Stage Builds โ†’ 3 services, <150MB images
  • โ˜ธ๏ธ Kubernetes Manifests โ†’ HPA, probes, rolling updates
  • ๐Ÿ—๏ธ Terraform AWS Modules โ†’ EKS, VPC, RDS, S3, ECR
  • โ˜๏ธ AWS Cloud Services โ†’ Production-ready architecture

MLOps & Experimentation

  • ๐Ÿ”ฌ MLflow Experiment Tracking โ†’ 9 runs across 3 projects