aimodelshare 0.1.36__py3-none-any.whl → 0.1.38__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.

Potentially problematic release.


This version of aimodelshare might be problematic. Click here for more details.

@@ -241,7 +241,7 @@ def import_quickstart_data(tutorial, section="modelplayground"):
241
241
  existing_folder = 'dog_competition_data'
242
242
 
243
243
  if all([tutorial == "imdb", section == "modelplayground"]):
244
- quickstart_repository = "public.ecr.aws/y2e2a1d6/imdb_quickstart_materials-repository:latest"
244
+ quickstart_repository = "public.ecr.aws/z5w0c9e9/imdb_quickstart_materials-repository:latest"
245
245
  existing_folder = 'imdb_competition_data'
246
246
 
247
247
  download_data(quickstart_repository)
@@ -284,8 +284,11 @@ def import_quickstart_data(tutorial, section="modelplayground"):
284
284
  #unpack data
285
285
  X_train = pd.read_csv("imdb_quickstart_materials/X_train.csv").squeeze("columns")
286
286
  X_test = pd.read_csv("imdb_quickstart_materials/X_test.csv").squeeze("columns")
287
- y_test_labels = pd.read_csv("imdb_quickstart_materials/y_test_labels.csv").squeeze("columns")
288
- y_train_labels = pd.read_csv("imdb_quickstart_materials/y_train_labels.csv").squeeze("columns")
287
+ with open("imdb_quickstart_materials/y_train_labels.json", "r") as f:
288
+ y_train_labels = json.load(f)
289
+ with open("imdb_quickstart_materials/y_test_labels.json", "r") as f:
290
+ y_test_labels = json.load(f)
291
+
289
292
  # example data
290
293
  example_data = X_train[50:55]
291
294
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: aimodelshare
3
- Version: 0.1.36
3
+ Version: 0.1.38
4
4
  Summary: Deploy locally saved machine learning models to a live rest API and web-dashboard. Share it with the world via modelshare.org
5
5
  Home-page: https://www.modelshare.org
6
6
  Author: Michael Parrott
@@ -31,7 +31,7 @@ aimodelshare/containerization_templates/lambda_function.txt,sha256=nEFoPDXemNcQZ
31
31
  aimodelshare/custom_approach/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
32
32
  aimodelshare/custom_approach/lambda_function.py,sha256=d1HZlgviHZq4mNBKx4q-RCunDK8P8i9DKZcfv6Nmgzc,479
33
33
  aimodelshare/data_sharing/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
34
- aimodelshare/data_sharing/download_data.py,sha256=SshJCz3jJaL1gqZmWjFMOKzUVhijqsisnPGA6jYXbq8,22795
34
+ aimodelshare/data_sharing/download_data.py,sha256=v8hgTJdFV-GcVs_LvfxbeStIv_QF95XUxcFpug_qxXE,22835
35
35
  aimodelshare/data_sharing/share_data.py,sha256=dMOP0-PTSpviOeHi3Nvj-uiq5PlIfk_SN5nN92j4PnI,13964
36
36
  aimodelshare/data_sharing/utils.py,sha256=865lN8-oGFi_U_zRaNnGB8Bd0sC8dN_iI5krZOSt_Ts,236
37
37
  aimodelshare/data_sharing/data_sharing_templates/Dockerfile.txt,sha256=27wmp7b0rXqJQsumhPxCvGHmUcDiiVgrC6i7DmY7KQA,77
@@ -140,11 +140,11 @@ aimodelshare/sam/codepipeline_policies.txt,sha256=267HMXMnbP7qRASkmFZYSx-2HmKf5o
140
140
  aimodelshare/sam/codepipeline_trust_relationship.txt,sha256=yfPYvZlN3fnaIHs7I3ENMMveigIE89mufV9pvR8EQH8,245
141
141
  aimodelshare/sam/spark-class.txt,sha256=chyJBxDzCzlUKXzVQYTzuJ2PXCTwg8_gd1yfnI-xbRw,217
142
142
  aimodelshare/sam/template.txt,sha256=JKSvEOZNaaLalHSx7r9psJg_6LLCb0XLAYi1-jYPu3M,1195
143
- aimodelshare-0.1.36.dist-info/licenses/LICENSE,sha256=JXBYLriXYgTloZs-9CJPZY76dqkuDT5df_HghMnljx8,1134
143
+ aimodelshare-0.1.38.dist-info/licenses/LICENSE,sha256=JXBYLriXYgTloZs-9CJPZY76dqkuDT5df_HghMnljx8,1134
144
144
  tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
145
145
  tests/test_aimsonnx.py,sha256=-GOF1_qXGQaMxHyqK0GPg7dD1meE-S7CZea4pLmBDTk,3906
146
146
  tests/test_playground.py,sha256=vdFWPRrZNQ2poiBOoN3l7HsXB5yc3p3rrrclNYJHnaw,24574
147
- aimodelshare-0.1.36.dist-info/METADATA,sha256=KJcDX9G3XAOH3kWaxGRoV4oArRv3R25ipKl9Aht7CP4,2916
148
- aimodelshare-0.1.36.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
149
- aimodelshare-0.1.36.dist-info/top_level.txt,sha256=2KJgeHQ0BmZuilB75J203i7W4vri6CON2kdbwk9BNpU,19
150
- aimodelshare-0.1.36.dist-info/RECORD,,
147
+ aimodelshare-0.1.38.dist-info/METADATA,sha256=p8fKshI6_GFXVGniE5Ri5OfeiUqgwqhWRzJFXm8d29s,2916
148
+ aimodelshare-0.1.38.dist-info/WHEEL,sha256=pxyMxgL8-pra_rKaQ4drOZAegBVuX-G_4nRHjjgWbmo,91
149
+ aimodelshare-0.1.38.dist-info/top_level.txt,sha256=2KJgeHQ0BmZuilB75J203i7W4vri6CON2kdbwk9BNpU,19
150
+ aimodelshare-0.1.38.dist-info/RECORD,,