SIENTIAPDE-1171
Update GITHUB_BRANCH in values.yaml and refactor MLFlowRepository for model retraining - Changed GITHUB_BRANCH in values.yaml to reflect the new pipeline for retraining. - Refactored MLFlowRepository by introducing create_model_experiment and perform_model_retrain methods to streamline model retraining processes. - Updated test cases to cover new functionalities and ensure proper error handling in model management workflows.
This commit is contained in:
@@ -123,7 +123,7 @@ env:
|
||||
- name: GITHUB_REPO_URL
|
||||
value: "git@github.com:Aignosi/sientia-dataops-laborious_temporal.git"
|
||||
- name: GITHUB_BRANCH
|
||||
value: "SIENTIAPDE-1151-criar-testes-de-stress"
|
||||
value: "SIENTIAPDE-1171-criar-pipeline-de-retreino-laborious"
|
||||
- name: PYTHON_APP
|
||||
value: "laborious.worker.worker"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user