This website requires JavaScript.
Explore
Help
Register
Sign In
gitea_admin
/
sientia-dataops-model-manager
Watch
1
Star
0
Fork
0
You've already forked sientia-dataops-model-manager
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
4b28d5f1c818721968e99f0ccd7e7ab4a7bfd266
sientia-dataops-model-manager
/
model_manager
/
activities
History
Bruno Domingues
1ec40bfb2a
SIENTIAPDE-1253: Implement activity for cleaning up temporary run directory and integrate into train model workflow. This change introduces a new activity for idempotent cleanup of the run directory after model training, replacing the direct directory removal in the workflow. This improves determinism and error handling. Also includes unit tests for the new activity.
2025-10-15 15:49:05 -03:00
..
__init__.py
SIENTIAPDE-1243: Refactor: Rename 'laborious' package to 'model_manager'
2025-10-01 14:29:24 -03:00
activities.py
SIENTIAPDE-1251: Implement ML model training activity and repository
2025-10-09 15:07:27 -03:00
experiment_tracking.py
SIENTIAPDE-1250: Fix: Update pip cache key and replace pytz with datetime.UTC in experiment tracking.
2025-10-07 14:12:35 -03:00
gates.py
SIENTIAPDE-1243: Add type ignores and fix datetime index formatting in gates and model repository.
2025-10-01 17:44:45 -03:00
minio.py
SIENTIAPDE-1248: Refactor MinIO activity to raise specific exception types for better error handling
2025-10-06 10:58:48 -03:00
mlflow.py
SIENTIAPDE-1253: Implement activity for cleaning up temporary run directory and integrate into train model workflow. This change introduces a new activity for idempotent cleanup of the run directory after model training, replacing the direct directory removal in the workflow. This improves determinism and error handling. Also includes unit tests for the new activity.
2025-10-15 15:49:05 -03:00
training.py
SIENTIAPDE-1253: Refactor training workflow and activities to raise exceptions on failure
2025-10-15 15:19:29 -03:00