aimodelshare 0.1.23__py3-none-any.whl → 0.1.24__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.
- aimodelshare/main/eval_lambda.txt +3 -3
- aimodelshare/pyspark/eval_lambda.txt +2 -2
- {aimodelshare-0.1.23.dist-info → aimodelshare-0.1.24.dist-info}/METADATA +1 -1
- {aimodelshare-0.1.23.dist-info → aimodelshare-0.1.24.dist-info}/RECORD +7 -7
- {aimodelshare-0.1.23.dist-info → aimodelshare-0.1.24.dist-info}/LICENSE +0 -0
- {aimodelshare-0.1.23.dist-info → aimodelshare-0.1.24.dist-info}/WHEEL +0 -0
- {aimodelshare-0.1.23.dist-info → aimodelshare-0.1.24.dist-info}/top_level.txt +0 -0
|
@@ -148,7 +148,7 @@ def handler(event, context):
|
|
|
148
148
|
newleaderboarddata=[]
|
|
149
149
|
for i in model_files:
|
|
150
150
|
if i.find("mastertable_v")>0:
|
|
151
|
-
|
|
151
|
+
newleaderboarddata.append(i)
|
|
152
152
|
|
|
153
153
|
try:
|
|
154
154
|
leaderboard = get_leaderboard("classification", submission_type=submission_type) #task_type variable used here
|
|
@@ -977,9 +977,9 @@ def get_leaderboard(task_type="classification", verbose=3, columns=None, private
|
|
|
977
977
|
newleaderboarddata=[]
|
|
978
978
|
for i in model_files:
|
|
979
979
|
if private and i.find("mastertable_private_v")>0:
|
|
980
|
-
|
|
980
|
+
newleaderboarddata.append(i)
|
|
981
981
|
if (not private) and i.find("mastertable_v")>0:
|
|
982
|
-
|
|
982
|
+
newleaderboarddata.append(i)
|
|
983
983
|
|
|
984
984
|
|
|
985
985
|
s3 = boto3.resource("s3")
|
|
@@ -89,7 +89,7 @@ def handler(event, context):
|
|
|
89
89
|
newleaderboarddata=[]
|
|
90
90
|
for i in model_files:
|
|
91
91
|
if i.find("mastertable_v")>0:
|
|
92
|
-
|
|
92
|
+
newleaderboarddata.append(i)
|
|
93
93
|
|
|
94
94
|
try:
|
|
95
95
|
leaderboard = get_leaderboard("$task_type") #task_type variable used here
|
|
@@ -800,7 +800,7 @@ def get_leaderboard(task_type="$task_type", verbose=3, columns=None):
|
|
|
800
800
|
newleaderboarddata=[]
|
|
801
801
|
for i in model_files:
|
|
802
802
|
if i.find("mastertable_v")>0:
|
|
803
|
-
|
|
803
|
+
newleaderboarddata.append(i)
|
|
804
804
|
|
|
805
805
|
s3 = boto3.resource("s3")
|
|
806
806
|
bucketres = s3.Bucket("$bucket_name")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: aimodelshare
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.24
|
|
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
|
|
@@ -107,7 +107,7 @@ aimodelshare/main/8.txt,sha256=MfcEQe9Gv6RSmWL3kd7oYkRkdDdkN4bPxEG43QVs7ms,4513
|
|
|
107
107
|
aimodelshare/main/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
108
108
|
aimodelshare/main/authorization.txt,sha256=yDzbXZa_NuEBFAJi03cFkKfMl5ZDfAjlonDcPJwSTJM,10667
|
|
109
109
|
aimodelshare/main/eval_classification.txt,sha256=gCBU71rbXRlkBwefVN3WhwVJX9fXh6bwOCa7ofLMdnA,3081
|
|
110
|
-
aimodelshare/main/eval_lambda.txt,sha256=
|
|
110
|
+
aimodelshare/main/eval_lambda.txt,sha256=3FDHufrGUHWWNIidlHrkjKFGer-uFUtMstH1sGRslYk,60325
|
|
111
111
|
aimodelshare/main/eval_regression.txt,sha256=iQeE9mbOkg-BDF9TnoQmglo86jBJitJQCvaf1eELzrs,3111
|
|
112
112
|
aimodelshare/main/lambda_function.txt,sha256=-XkuD2YUOWNryNT7rBPjlts588UAeE949TUqeVGCRlQ,150
|
|
113
113
|
aimodelshare/main/nst.txt,sha256=8kTsR18kDEcaQbv6091XDq1tRiqqFxdqfCteslR_udk,4941
|
|
@@ -125,7 +125,7 @@ aimodelshare/pyspark/8.txt,sha256=es6rcjUvBNUuSQOw1DZT6fDn3C0oHMGuQgXaC-cB5FA,69
|
|
|
125
125
|
aimodelshare/pyspark/__init__.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
126
126
|
aimodelshare/pyspark/authorization.txt,sha256=F-fLsMR922MeNRvECTG1Fbl7X1x73i1diAU0JTvgxDw,10331
|
|
127
127
|
aimodelshare/pyspark/eval_classification.txt,sha256=gCBU71rbXRlkBwefVN3WhwVJX9fXh6bwOCa7ofLMdnA,3081
|
|
128
|
-
aimodelshare/pyspark/eval_lambda.txt,sha256=
|
|
128
|
+
aimodelshare/pyspark/eval_lambda.txt,sha256=5oDL695spSMOq7SJcnwa-cYUzefs6dCfAil4AvlcFG8,51485
|
|
129
129
|
aimodelshare/pyspark/eval_regression.txt,sha256=iQeE9mbOkg-BDF9TnoQmglo86jBJitJQCvaf1eELzrs,3111
|
|
130
130
|
aimodelshare/pyspark/lambda_function.txt,sha256=-XkuD2YUOWNryNT7rBPjlts588UAeE949TUqeVGCRlQ,150
|
|
131
131
|
aimodelshare/pyspark/nst.txt,sha256=ZJ8xM80xisQf2hGMUWliKcbeE7HH214Kzd_Ie1wu-q0,7110
|
|
@@ -143,8 +143,8 @@ aimodelshare/sam/template.txt,sha256=JKSvEOZNaaLalHSx7r9psJg_6LLCb0XLAYi1-jYPu3M
|
|
|
143
143
|
tests/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
144
144
|
tests/test_aimsonnx.py,sha256=-GOF1_qXGQaMxHyqK0GPg7dD1meE-S7CZea4pLmBDTk,3906
|
|
145
145
|
tests/test_playground.py,sha256=vdFWPRrZNQ2poiBOoN3l7HsXB5yc3p3rrrclNYJHnaw,24574
|
|
146
|
-
aimodelshare-0.1.
|
|
147
|
-
aimodelshare-0.1.
|
|
148
|
-
aimodelshare-0.1.
|
|
149
|
-
aimodelshare-0.1.
|
|
150
|
-
aimodelshare-0.1.
|
|
146
|
+
aimodelshare-0.1.24.dist-info/LICENSE,sha256=JXBYLriXYgTloZs-9CJPZY76dqkuDT5df_HghMnljx8,1134
|
|
147
|
+
aimodelshare-0.1.24.dist-info/METADATA,sha256=o9MdHJLjyyjXjwfA52lqetbpiEaDAwN3QGsATMQwQIs,3304
|
|
148
|
+
aimodelshare-0.1.24.dist-info/WHEEL,sha256=GJ7t_kWBFywbagK5eo9IoUwLW6oyOeTKmQ-9iHFVNxQ,92
|
|
149
|
+
aimodelshare-0.1.24.dist-info/top_level.txt,sha256=2KJgeHQ0BmZuilB75J203i7W4vri6CON2kdbwk9BNpU,19
|
|
150
|
+
aimodelshare-0.1.24.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|