diff --git a/sample_pipelines/LightGBM_hp_cv_WandB/retraining_pipeline.py b/sample_pipelines/LightGBM_hp_cv_WandB/retraining_pipeline.py index 5e3ce3c..5432805 100644 --- a/sample_pipelines/LightGBM_hp_cv_WandB/retraining_pipeline.py +++ b/sample_pipelines/LightGBM_hp_cv_WandB/retraining_pipeline.py @@ -1142,7 +1142,7 @@ def deploy(self): """ placeholder for the serving SDK deploy call (on the target production platform). - Include any artifact you want, consider including the model card ! + consider including the portable pipelione-card itself ! """ if self.model_version_blessed and (self.local_serve_is_ready == 1): diff --git a/sample_pipelines/TabNet_hp_cv_WandB/retraining_pipeline.py b/sample_pipelines/TabNet_hp_cv_WandB/retraining_pipeline.py index 4a6f4c6..c090847 100644 --- a/sample_pipelines/TabNet_hp_cv_WandB/retraining_pipeline.py +++ b/sample_pipelines/TabNet_hp_cv_WandB/retraining_pipeline.py @@ -1262,7 +1262,7 @@ def deploy(self): """ placeholder for the serving SDK deploy call (on the target production platform). - Include any artifact you want, consider including the model card ! + consider including the portable pipelione-card itself ! """ if self.model_version_blessed and (self.local_serve_is_ready == 1):