workbench 0.8.188__py3-none-any.whl → 0.8.189__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- workbench/core/artifacts/model_core.py +1 -1
- workbench/core/transforms/features_to_model/features_to_model.py +1 -1
- {workbench-0.8.188.dist-info → workbench-0.8.189.dist-info}/METADATA +1 -1
- {workbench-0.8.188.dist-info → workbench-0.8.189.dist-info}/RECORD +8 -8
- {workbench-0.8.188.dist-info → workbench-0.8.189.dist-info}/WHEEL +0 -0
- {workbench-0.8.188.dist-info → workbench-0.8.189.dist-info}/entry_points.txt +0 -0
- {workbench-0.8.188.dist-info → workbench-0.8.189.dist-info}/licenses/LICENSE +0 -0
- {workbench-0.8.188.dist-info → workbench-0.8.189.dist-info}/top_level.txt +0 -0
|
@@ -602,7 +602,7 @@ class ModelCore(Artifact):
|
|
|
602
602
|
fs = FeatureSetCore(self.get_input())
|
|
603
603
|
|
|
604
604
|
# See if we have a training view for this model
|
|
605
|
-
my_model_training_view = f"{self.name.replace(
|
|
605
|
+
my_model_training_view = f"{self.name.replace('-', '_')}_training"
|
|
606
606
|
view = View(fs, my_model_training_view, auto_create_view=False)
|
|
607
607
|
if view.exists():
|
|
608
608
|
return view
|
|
@@ -265,7 +265,7 @@ class FeaturesToModel(Transform):
|
|
|
265
265
|
self.create_and_register_model(**kwargs)
|
|
266
266
|
|
|
267
267
|
# Make a copy of the training view, to lock-in the training data used for this model
|
|
268
|
-
model_training_view_name = f"{self.output_name.replace(
|
|
268
|
+
model_training_view_name = f"{self.output_name.replace('-', '_')}_training"
|
|
269
269
|
self.log.important(f"Creating Model Training View: {model_training_view_name}...")
|
|
270
270
|
feature_set.view("training").copy(f"{model_training_view_name}")
|
|
271
271
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: workbench
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.189
|
|
4
4
|
Summary: Workbench: A Dashboard and Python API for creating and deploying AWS SageMaker Model Pipelines
|
|
5
5
|
Author-email: SuperCowPowers LLC <support@supercowpowers.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -56,7 +56,7 @@ workbench/core/artifacts/data_source_abstract.py,sha256=5IRCzFVK-17cd4NXPMRfx99v
|
|
|
56
56
|
workbench/core/artifacts/data_source_factory.py,sha256=YL_tA5fsgubbB3dPF6T4tO0rGgz-6oo3ge4i_YXVC-M,2380
|
|
57
57
|
workbench/core/artifacts/endpoint_core.py,sha256=VH-q-R4pfKyjCOXl2Gq1pxMNf4Ir0YdMw9YIHqd7CVU,51974
|
|
58
58
|
workbench/core/artifacts/feature_set_core.py,sha256=6qOJoJ9_qwtyz4neFY6vMn73Ujjeut7E0dy_e8nYfSE,31462
|
|
59
|
-
workbench/core/artifacts/model_core.py,sha256=
|
|
59
|
+
workbench/core/artifacts/model_core.py,sha256=vVERAD7cmYW8Y9tG8FmT7GMCWiudj8rJ4wfmucWrHUI,52287
|
|
60
60
|
workbench/core/artifacts/monitor_core.py,sha256=M307yz7tEzOEHgv-LmtVy9jKjSbM98fHW3ckmNYrwlU,27897
|
|
61
61
|
workbench/core/cloud_platform/cloud_meta.py,sha256=-g4-LTC3D0PXb3VfaXdLR1ERijKuHdffeMK_zhD-koQ,8809
|
|
62
62
|
workbench/core/cloud_platform/aws/README.md,sha256=QT5IQXoUHbIA0qQ2wO6_2P2lYjYQFVYuezc22mWY4i8,97
|
|
@@ -102,7 +102,7 @@ workbench/core/transforms/features_to_features/__init__.py,sha256=47DEQpj8HBSa-_
|
|
|
102
102
|
workbench/core/transforms/features_to_features/heavy/emr/Readme.md,sha256=YtQgCEQeKe0CQXQkhzMTYq9xOtCsCYb5P5LW2BmRKWQ,68
|
|
103
103
|
workbench/core/transforms/features_to_features/heavy/glue/Readme.md,sha256=TuyCatWfoDr99zUwvOcxf-TqMkQzaMqXlj5nmFcRzfo,48
|
|
104
104
|
workbench/core/transforms/features_to_model/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
105
|
-
workbench/core/transforms/features_to_model/features_to_model.py,sha256=
|
|
105
|
+
workbench/core/transforms/features_to_model/features_to_model.py,sha256=qdE7sKMWPERpmDBsBOAAkZ94FzNZftDmUMNu0Mjq6ns,20115
|
|
106
106
|
workbench/core/transforms/model_to_endpoint/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
107
107
|
workbench/core/transforms/model_to_endpoint/model_to_endpoint.py,sha256=TIYXvuK0s383PwJ4iS6fCRhuif6oIxsoWb4CpMGJjY4,6358
|
|
108
108
|
workbench/core/transforms/pandas_transforms/__init__.py,sha256=xL4MT8-fZ1SFqDbTLc8XyxjupHtB1YR6Ej0AC2nwd7I,894
|
|
@@ -287,9 +287,9 @@ workbench/web_interface/page_views/main_page.py,sha256=X4-KyGTKLAdxR-Zk2niuLJB2Y
|
|
|
287
287
|
workbench/web_interface/page_views/models_page_view.py,sha256=M0bdC7bAzLyIaE2jviY12FF4abdMFZmg6sFuOY_LaGI,2650
|
|
288
288
|
workbench/web_interface/page_views/page_view.py,sha256=Gh6YnpOGlUejx-bHZAf5pzqoQ1H1R0OSwOpGhOBO06w,455
|
|
289
289
|
workbench/web_interface/page_views/pipelines_page_view.py,sha256=v2pxrIbsHBcYiblfius3JK766NZ7ciD2yPx0t3E5IJo,2656
|
|
290
|
-
workbench-0.8.
|
|
291
|
-
workbench-0.8.
|
|
292
|
-
workbench-0.8.
|
|
293
|
-
workbench-0.8.
|
|
294
|
-
workbench-0.8.
|
|
295
|
-
workbench-0.8.
|
|
290
|
+
workbench-0.8.189.dist-info/licenses/LICENSE,sha256=z4QMMPlLJkZjU8VOKqJkZiQZCEZ--saIU2Z8-p3aVc0,1080
|
|
291
|
+
workbench-0.8.189.dist-info/METADATA,sha256=J9H9FvKMQ7q84F5PEZb0kOLGYlfjjcjO4WTMchNpcB8,9261
|
|
292
|
+
workbench-0.8.189.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
293
|
+
workbench-0.8.189.dist-info/entry_points.txt,sha256=o7ohD4D2oygnHp7i9-C0LfcHDuPW5Tv0JXGAg97DpGk,413
|
|
294
|
+
workbench-0.8.189.dist-info/top_level.txt,sha256=Dhy72zTxaA_o_yRkPZx5zw-fwumnjGaeGf0hBN3jc_w,10
|
|
295
|
+
workbench-0.8.189.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|