aimodelshare 0.3.7__py3-none-any.whl → 0.3.94__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.
- aimodelshare/moral_compass/__init__.py +51 -2
- aimodelshare/moral_compass/api_client.py +92 -4
- aimodelshare/moral_compass/apps/__init__.py +36 -16
- aimodelshare/moral_compass/apps/ai_consequences.py +98 -88
- aimodelshare/moral_compass/apps/bias_detective_ca.py +2722 -0
- aimodelshare/moral_compass/apps/bias_detective_en.py +2722 -0
- aimodelshare/moral_compass/apps/bias_detective_part1.py +2722 -0
- aimodelshare/moral_compass/apps/bias_detective_part2.py +2465 -0
- aimodelshare/moral_compass/apps/bias_detective_part_es.py +2722 -0
- aimodelshare/moral_compass/apps/ethical_revelation.py +237 -147
- aimodelshare/moral_compass/apps/fairness_fixer.py +1839 -859
- aimodelshare/moral_compass/apps/fairness_fixer_ca.py +1869 -0
- aimodelshare/moral_compass/apps/fairness_fixer_en.py +1869 -0
- aimodelshare/moral_compass/apps/fairness_fixer_es.py +1869 -0
- aimodelshare/moral_compass/apps/judge.py +130 -143
- aimodelshare/moral_compass/apps/justice_equity_upgrade.py +793 -831
- aimodelshare/moral_compass/apps/justice_equity_upgrade_ca.py +815 -0
- aimodelshare/moral_compass/apps/justice_equity_upgrade_en.py +815 -0
- aimodelshare/moral_compass/apps/justice_equity_upgrade_es.py +815 -0
- aimodelshare/moral_compass/apps/mc_integration_helpers.py +227 -745
- aimodelshare/moral_compass/apps/model_building_app_ca.py +4399 -0
- aimodelshare/moral_compass/apps/model_building_app_ca_final.py +3899 -0
- aimodelshare/moral_compass/apps/model_building_app_en.py +4167 -0
- aimodelshare/moral_compass/apps/model_building_app_en_final.py +3869 -0
- aimodelshare/moral_compass/apps/model_building_app_es.py +4351 -0
- aimodelshare/moral_compass/apps/model_building_app_es_final.py +3899 -0
- aimodelshare/moral_compass/apps/model_building_game.py +4211 -935
- aimodelshare/moral_compass/apps/moral_compass_challenge.py +195 -95
- aimodelshare/moral_compass/apps/what_is_ai.py +126 -117
- aimodelshare/moral_compass/challenge.py +98 -17
- {aimodelshare-0.3.7.dist-info → aimodelshare-0.3.94.dist-info}/METADATA +1 -1
- {aimodelshare-0.3.7.dist-info → aimodelshare-0.3.94.dist-info}/RECORD +35 -19
- aimodelshare/moral_compass/apps/bias_detective.py +0 -714
- {aimodelshare-0.3.7.dist-info → aimodelshare-0.3.94.dist-info}/WHEEL +0 -0
- {aimodelshare-0.3.7.dist-info → aimodelshare-0.3.94.dist-info}/licenses/LICENSE +0 -0
- {aimodelshare-0.3.7.dist-info → aimodelshare-0.3.94.dist-info}/top_level.txt +0 -0
|
@@ -113,26 +113,42 @@ aimodelshare/main/eval_regression.txt,sha256=iQeE9mbOkg-BDF9TnoQmglo86jBJitJQCva
|
|
|
113
113
|
aimodelshare/main/lambda_function.txt,sha256=-XkuD2YUOWNryNT7rBPjlts588UAeE949TUqeVGCRlQ,150
|
|
114
114
|
aimodelshare/main/nst.txt,sha256=8kTsR18kDEcaQbv6091XDq1tRiqqFxdqfCteslR_udk,4941
|
|
115
115
|
aimodelshare/moral_compass/README.md,sha256=2wTCI0s43Tm9WXRIJjtj6h-FFHsdHhzx-Aimy_UupBY,11888
|
|
116
|
-
aimodelshare/moral_compass/__init__.py,sha256=
|
|
116
|
+
aimodelshare/moral_compass/__init__.py,sha256=hUk94VqXftX3oDJ9bBR_uv42y5is3y4RbbeQl-NidfY,4538
|
|
117
117
|
aimodelshare/moral_compass/_version.py,sha256=GhviEK9nfN1o9XunS8V4jXqgMmcB-Vpp2VCYWplLzqE,80
|
|
118
|
-
aimodelshare/moral_compass/api_client.py,sha256
|
|
119
|
-
aimodelshare/moral_compass/challenge.py,sha256=
|
|
118
|
+
aimodelshare/moral_compass/api_client.py,sha256=-lBLvr1-Ym2jP9GiUyN_na33IP-RJzPuVpkNp-1MG4E,25697
|
|
119
|
+
aimodelshare/moral_compass/challenge.py,sha256=TSTsbFUErrYG4G2L1BuafO19SzXa6yo6uFdW3Z43ojI,16518
|
|
120
120
|
aimodelshare/moral_compass/config.py,sha256=8HsoTreAAdXaWOdg30B1IJXwIGMBNEz7hqgNZpAFUhI,6119
|
|
121
|
-
aimodelshare/moral_compass/apps/__init__.py,sha256=
|
|
122
|
-
aimodelshare/moral_compass/apps/ai_consequences.py,sha256=
|
|
123
|
-
aimodelshare/moral_compass/apps/
|
|
124
|
-
aimodelshare/moral_compass/apps/
|
|
125
|
-
aimodelshare/moral_compass/apps/
|
|
126
|
-
aimodelshare/moral_compass/apps/
|
|
127
|
-
aimodelshare/moral_compass/apps/
|
|
128
|
-
aimodelshare/moral_compass/apps/
|
|
129
|
-
aimodelshare/moral_compass/apps/
|
|
121
|
+
aimodelshare/moral_compass/apps/__init__.py,sha256=9ceKpDuyF_y-O9KsgEtD3W-RqIUrcfqI8vnClwhG_AI,5136
|
|
122
|
+
aimodelshare/moral_compass/apps/ai_consequences.py,sha256=5w1n7YdWKpVKC-tMc8UJcrg8tWUzTNBWRtotjDXBdtc,34843
|
|
123
|
+
aimodelshare/moral_compass/apps/bias_detective_ca.py,sha256=6kybXj1mDYKSQYSo6Rnq6vVJlj9xVEIsKoDUV1fL3P4,160169
|
|
124
|
+
aimodelshare/moral_compass/apps/bias_detective_en.py,sha256=T2Vk23UsPeeaWNF9bFp0D33ViKTTAVxw83pUpPdvJlk,160169
|
|
125
|
+
aimodelshare/moral_compass/apps/bias_detective_part1.py,sha256=gFx5Z4L7T_PUc6RiFtpGUCT8oyov8mpA7RLtHEVq6ew,160181
|
|
126
|
+
aimodelshare/moral_compass/apps/bias_detective_part2.py,sha256=T5MLD7TJvhmdHyyJcuOdmvXqHx9E_69u5eY92vc00JY,139135
|
|
127
|
+
aimodelshare/moral_compass/apps/bias_detective_part_es.py,sha256=gFx5Z4L7T_PUc6RiFtpGUCT8oyov8mpA7RLtHEVq6ew,160181
|
|
128
|
+
aimodelshare/moral_compass/apps/ethical_revelation.py,sha256=yE2nMNoWgLaIoWDgto2ZWSzukOycCoazvW11xf3kfJk,60182
|
|
129
|
+
aimodelshare/moral_compass/apps/fairness_fixer.py,sha256=D6vhiIeYGjaGgUFLAu2FG3zQusMBzltFDKsKicq4X4o,103695
|
|
130
|
+
aimodelshare/moral_compass/apps/fairness_fixer_ca.py,sha256=dNd3-36SOBO1HZG1Zo15n6Y9MbbFsThPGvz8Bo9W6LU,103707
|
|
131
|
+
aimodelshare/moral_compass/apps/fairness_fixer_en.py,sha256=9L2S1hjORXgpBNGW4WTXyb515GgA8_-bcKBQotaUfpE,103707
|
|
132
|
+
aimodelshare/moral_compass/apps/fairness_fixer_es.py,sha256=psCYaJ_F5qjmOev3nDoOOqJAHhmGrLjHrKy2YazRUdc,103707
|
|
133
|
+
aimodelshare/moral_compass/apps/judge.py,sha256=QgJJBkpLWz3gFLP7zQ02Eh00AnS7GjaRZ_O4__9Hgvk,36181
|
|
134
|
+
aimodelshare/moral_compass/apps/justice_equity_upgrade.py,sha256=kFcUhB-Ze3DaYFWI85aM4C9gAfKfHx9B9RTgnnWEBhA,1067057
|
|
135
|
+
aimodelshare/moral_compass/apps/justice_equity_upgrade_ca.py,sha256=K9Wgn3cyQNmJuL7z1Li_OqlPlRlOnuXYPf5iZMZ9i58,1067069
|
|
136
|
+
aimodelshare/moral_compass/apps/justice_equity_upgrade_en.py,sha256=w5zU6DUF6L1Ynng6A5yYOxjEHnDaQoFMZkbDuvltq8I,1067069
|
|
137
|
+
aimodelshare/moral_compass/apps/justice_equity_upgrade_es.py,sha256=fkLo5Big3EZUYItU-hheVGnmN43ccSKCRVGbJBO-ct4,1067069
|
|
138
|
+
aimodelshare/moral_compass/apps/mc_integration_helpers.py,sha256=bb8cZQX8DZGN4sVGRXaN92kqIBOouRXqFpeCDa90_eM,11209
|
|
139
|
+
aimodelshare/moral_compass/apps/model_building_app_ca.py,sha256=pA3zzu8ZFIL2imyjlMBg7Nxm-ArZyW0Fe3lWs9MX7l4,188678
|
|
140
|
+
aimodelshare/moral_compass/apps/model_building_app_ca_final.py,sha256=YyxF5F_iCOY2d3ZGzbZ3voZYQscg1L69hCsllXuGLjU,158749
|
|
141
|
+
aimodelshare/moral_compass/apps/model_building_app_en.py,sha256=1asoXdiNtRiFSmQ3o300FpgQzmt3gKvV5CY30MYhVks,177364
|
|
142
|
+
aimodelshare/moral_compass/apps/model_building_app_en_final.py,sha256=YBTfu_Kki8ek13lEUsVH_0CQLK9C7B7OcC2o-MZFpbg,157241
|
|
143
|
+
aimodelshare/moral_compass/apps/model_building_app_es.py,sha256=_Vdni24DB2LwnqJC7Ev3Ax-qh3bgbYt9flEKXTN6ock,186331
|
|
144
|
+
aimodelshare/moral_compass/apps/model_building_app_es_final.py,sha256=QmfaBoLrIZbu8iRy5fDGgjR3ocFShKBoR96CJSjvksc,158749
|
|
145
|
+
aimodelshare/moral_compass/apps/model_building_game.py,sha256=T0BRjnJpoDRpUnSQ1GHIjRfh4cG7RDdxIX8zpCQjDqM,187547
|
|
130
146
|
aimodelshare/moral_compass/apps/model_building_game_beginner.py,sha256=kJ-Vx9t4irlPjvXqJnN8HMgfV7nojxhuEppch8_NrqM,27415
|
|
131
|
-
aimodelshare/moral_compass/apps/moral_compass_challenge.py,sha256=
|
|
147
|
+
aimodelshare/moral_compass/apps/moral_compass_challenge.py,sha256=cCO0GQzimkRJtoSoaqH43i7F0CJHjd_ydE9ZIiXX_80,50318
|
|
132
148
|
aimodelshare/moral_compass/apps/session_auth.py,sha256=FVPpkuA_q3PG69uVADs0Kcsq_ymtZy90sG50zaARAdI,7975
|
|
133
149
|
aimodelshare/moral_compass/apps/shared_activity_styles.css,sha256=iSP4Mew38-qTe6rVBpEX2CuiqDr2YGqE92DiO71yM48,8137
|
|
134
150
|
aimodelshare/moral_compass/apps/tutorial.py,sha256=th02KQcDOdn-D3xVmp7B89G56Lz-cYjASZ-L67ydr_c,16229
|
|
135
|
-
aimodelshare/moral_compass/apps/what_is_ai.py,sha256=
|
|
151
|
+
aimodelshare/moral_compass/apps/what_is_ai.py,sha256=ogs2eQGbd_TKgOOwooInprWI11W9WAw64ablvVfI33s,51821
|
|
136
152
|
aimodelshare/placeholders/model.onnx,sha256=i04ndsRw5VBTOpIH-LHqTjAPHcJZNzyWSSz1zSmukBw,3464
|
|
137
153
|
aimodelshare/placeholders/preprocessor.zip,sha256=463dahdrgzYzFY338r_be7xptPm_Z1kNgu52SMsFVAU,2930
|
|
138
154
|
aimodelshare/pyspark/1.txt,sha256=FQYyw5s8bnrDFIl6kzqXZ6qGuh-N68SN4mRL561vjto,6529
|
|
@@ -164,8 +180,8 @@ aimodelshare/sam/spark-class.txt,sha256=chyJBxDzCzlUKXzVQYTzuJ2PXCTwg8_gd1yfnI-x
|
|
|
164
180
|
aimodelshare/sam/template.txt,sha256=JKSvEOZNaaLalHSx7r9psJg_6LLCb0XLAYi1-jYPu3M,1195
|
|
165
181
|
aimodelshare/utils/__init__.py,sha256=6ieChHjYDsn_gSyeOiLeWW5hWkUfZUucEzSFyBN7xck,1973
|
|
166
182
|
aimodelshare/utils/optional_deps.py,sha256=t0ZcPlaAKEQqBpD-GDbFGg9a-qp2fsqonTVM0dLWNV4,1257
|
|
167
|
-
aimodelshare-0.3.
|
|
168
|
-
aimodelshare-0.3.
|
|
169
|
-
aimodelshare-0.3.
|
|
170
|
-
aimodelshare-0.3.
|
|
171
|
-
aimodelshare-0.3.
|
|
183
|
+
aimodelshare-0.3.94.dist-info/licenses/LICENSE,sha256=XdPthYienQee9LH1duXNGtsj6GUTXPvtf_1MpC8WhL4,115
|
|
184
|
+
aimodelshare-0.3.94.dist-info/METADATA,sha256=yOHOnIDHpfO1-hfulxNydPrf2Zj_zJfKQ334qane8K0,10077
|
|
185
|
+
aimodelshare-0.3.94.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
186
|
+
aimodelshare-0.3.94.dist-info/top_level.txt,sha256=d-0DAtZDZsvfauQzUjXHJRKVYfaqMWZXz3WGmmIzE5w,13
|
|
187
|
+
aimodelshare-0.3.94.dist-info/RECORD,,
|