From 020f834f1bef85e0f36ec6da4311aeb8822a6bef Mon Sep 17 00:00:00 2001 From: Aurelien-Morgan Date: Mon, 30 Dec 2024 15:08:09 +0100 Subject: [PATCH] slight wording adjustment for docstring of 'deploy' placeholder step --- sample_pipelines/LightGBM_hp_cv_WandB/retraining_pipeline.py | 2 +- sample_pipelines/TabNet_hp_cv_WandB/retraining_pipeline.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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):