diff --git a/model_trainer/constants.py b/model_trainer/constants.py index b52be4f..65e7265 100644 --- a/model_trainer/constants.py +++ b/model_trainer/constants.py @@ -59,6 +59,8 @@ MODEL_TRAINED_AND_DEPLOYED_PROGRESS_MESSAGE = "The model was trained and deployed successfully to the environment" +MODEL_TRAINING_FAILED_ERROR = "Model training failed due to an error." + INITIATING_TRAINING_PROGRESS_PERCENTAGE=30