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
94e11df80359579437c8a65b198ab9910a181a75
sientia-dataops-model-manager
/
model_manager
/
utils
/
models
History
Bruno Domingues
94e11df803
SIENTIAPDE-1252: Remove experiment_description from TrainModelParams and related tests.
2025-10-09 17:48:43 -03:00
..
__init__.py
SIENTIAPDE-1249: Implement data models for Model Manager and add unit tests. This commit introduces data transfer objects (DTOs) and model classes for experiment status, training parameters, and training results, along with corresponding unit tests to ensure their correct behavior.
2025-10-06 16:49:18 -03:00
experiment_status.py
SIENTIAPDE-1249: Implement data models for Model Manager and add unit tests. This commit introduces data transfer objects (DTOs) and model classes for experiment status, training parameters, and training results, along with corresponding unit tests to ensure their correct behavior.
2025-10-06 16:49:18 -03:00
train_model_params.py
SIENTIAPDE-1252: Remove experiment_description from TrainModelParams and related tests.
2025-10-09 17:48:43 -03:00
train_model_result.py
SIENTIAPDE-1249: Refactor TrainModelParams to use dataclass and add from_dict method for validation, remove no-cache-dir from pip install in quality gate workflow, and rename X_train/X_test to x_train/x_test in TrainModelResult.
2025-10-06 19:11:02 -03:00