Work Summaries

Deuna x Aidaptive — ML Training Platform

Back to Dashboard

ML Training Platform

March 15, 2026 · 446 tests · 5 PRs open

End-to-end ML training platform built on ATHENA — model artifact management, feature extraction, TF inference, TFX training pipeline, and ClearML experiment tracking. All services run locally via standalone dev server.

Pull Requests

#PRServiceTestsDescription
1 #1083 Model Artifacts 89 SavedModel versioning, exclusive tagging, REST API, browser UI
2 #1084 Feature Extraction 180 Feature registry, lineage tracking, model-feature mapping, access analytics
3 #1085 Evaluation 82 TF inference pipeline, LRU cache, logging, Docker integration tests
4 #1088 TFX Pipeline 25 9-component TFX pipeline, Jupyter notebook, model registration scripts
5 #1090 Experiment Tracking 70 ClearML offline tracking, experiment comparison, best-model selection
Total446

Architecture

Raw Data Feature Service (extract) Evaluation Service (inference) Prediction
                                                     
TFX Pipeline (train) Model Artifacts (register) Evaluation Service (load)
                                                     
ClearML (track) Experiment Service (compare) Best Model Tag as prod

Browser UIs

Key Design Decisions

Merge Order

#1083 #1084 #1085 #1088 #1090