workbench 0.8.174__tar.gz → 0.8.176__tar.gz

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 workbench might be problematic. Click here for more details.

Files changed (779) hide show
  1. {workbench-0.8.174 → workbench-0.8.176}/PKG-INFO +1 -1
  2. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/artifacts/artifact.py +2 -2
  3. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/artifacts/data_capture_core.py +8 -1
  4. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/cloud_platform/aws/aws_account_clamp.py +48 -2
  5. workbench-0.8.176/src/workbench/model_scripts/custom_models/uq_models/generated_model_script.py +494 -0
  6. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/custom_models/uq_models/mapie.template +1 -9
  7. {workbench-0.8.174 → workbench-0.8.176}/src/workbench.egg-info/PKG-INFO +1 -1
  8. workbench-0.8.174/src/workbench/model_scripts/custom_models/uq_models/generated_model_script.py +0 -393
  9. {workbench-0.8.174 → workbench-0.8.176}/.flake8 +0 -0
  10. {workbench-0.8.174 → workbench-0.8.176}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
  11. {workbench-0.8.174 → workbench-0.8.176}/.github/dependabot.yml +0 -0
  12. {workbench-0.8.174 → workbench-0.8.176}/.github/workflows/deploy-docs.yml +0 -0
  13. {workbench-0.8.174 → workbench-0.8.176}/.github/workflows/python-lint.yml +0 -0
  14. {workbench-0.8.174 → workbench-0.8.176}/.gitignore +0 -0
  15. {workbench-0.8.174 → workbench-0.8.176}/CONTRIBUTING.md +0 -0
  16. {workbench-0.8.174 → workbench-0.8.176}/Dockerfile +0 -0
  17. {workbench-0.8.174 → workbench-0.8.176}/LICENSE +0 -0
  18. {workbench-0.8.174 → workbench-0.8.176}/Makefile +0 -0
  19. {workbench-0.8.174 → workbench-0.8.176}/README.md +0 -0
  20. {workbench-0.8.174 → workbench-0.8.176}/SECURITY.md +0 -0
  21. {workbench-0.8.174 → workbench-0.8.176}/applications/aws_dashboard/Dockerfile +0 -0
  22. {workbench-0.8.174 → workbench-0.8.176}/applications/aws_dashboard/README.md +0 -0
  23. {workbench-0.8.174 → workbench-0.8.176}/applications/aws_dashboard/app.py +0 -0
  24. {workbench-0.8.174 → workbench-0.8.176}/applications/aws_dashboard/assets/favicon.ico +0 -0
  25. {workbench-0.8.174 → workbench-0.8.176}/applications/aws_dashboard/dashboard +0 -0
  26. {workbench-0.8.174 → workbench-0.8.176}/applications/aws_dashboard/deploy.sh +0 -0
  27. {workbench-0.8.174 → workbench-0.8.176}/applications/aws_dashboard/nginx.conf +0 -0
  28. {workbench-0.8.174 → workbench-0.8.176}/applications/aws_dashboard/open_source_config.json +0 -0
  29. {workbench-0.8.174 → workbench-0.8.176}/applications/aws_dashboard/pages/data_sources/callbacks.py +0 -0
  30. {workbench-0.8.174 → workbench-0.8.176}/applications/aws_dashboard/pages/data_sources/layout.py +0 -0
  31. {workbench-0.8.174 → workbench-0.8.176}/applications/aws_dashboard/pages/data_sources/page.py +0 -0
  32. {workbench-0.8.174 → workbench-0.8.176}/applications/aws_dashboard/pages/endpoints/callbacks.py +0 -0
  33. {workbench-0.8.174 → workbench-0.8.176}/applications/aws_dashboard/pages/endpoints/layout.py +0 -0
  34. {workbench-0.8.174 → workbench-0.8.176}/applications/aws_dashboard/pages/endpoints/page.py +0 -0
  35. {workbench-0.8.174 → workbench-0.8.176}/applications/aws_dashboard/pages/feature_sets/callbacks.py +0 -0
  36. {workbench-0.8.174 → workbench-0.8.176}/applications/aws_dashboard/pages/feature_sets/layout.py +0 -0
  37. {workbench-0.8.174 → workbench-0.8.176}/applications/aws_dashboard/pages/feature_sets/page.py +0 -0
  38. {workbench-0.8.174 → workbench-0.8.176}/applications/aws_dashboard/pages/license/page.py +0 -0
  39. {workbench-0.8.174 → workbench-0.8.176}/applications/aws_dashboard/pages/main/callbacks.py +0 -0
  40. {workbench-0.8.174 → workbench-0.8.176}/applications/aws_dashboard/pages/main/layout.py +0 -0
  41. {workbench-0.8.174 → workbench-0.8.176}/applications/aws_dashboard/pages/main/page.py +0 -0
  42. {workbench-0.8.174 → workbench-0.8.176}/applications/aws_dashboard/pages/models/callbacks.py +0 -0
  43. {workbench-0.8.174 → workbench-0.8.176}/applications/aws_dashboard/pages/models/layout.py +0 -0
  44. {workbench-0.8.174 → workbench-0.8.176}/applications/aws_dashboard/pages/models/page.py +0 -0
  45. {workbench-0.8.174 → workbench-0.8.176}/applications/aws_dashboard/pages/pipelines/callbacks.py +0 -0
  46. {workbench-0.8.174 → workbench-0.8.176}/applications/aws_dashboard/pages/pipelines/layout.py +0 -0
  47. {workbench-0.8.174 → workbench-0.8.176}/applications/aws_dashboard/pages/pipelines/page.py +0 -0
  48. {workbench-0.8.174 → workbench-0.8.176}/applications/aws_dashboard/pages/status/page.py +0 -0
  49. {workbench-0.8.174 → workbench-0.8.176}/applications/aws_dashboard/static/dark.css +0 -0
  50. {workbench-0.8.174 → workbench-0.8.176}/applications/aws_dashboard/static/light.css +0 -0
  51. {workbench-0.8.174 → workbench-0.8.176}/applications/aws_dashboard/supervisord.conf +0 -0
  52. {workbench-0.8.174 → workbench-0.8.176}/applications/compound_explorer/Dockerfile +0 -0
  53. {workbench-0.8.174 → workbench-0.8.176}/applications/compound_explorer/README.md +0 -0
  54. {workbench-0.8.174 → workbench-0.8.176}/applications/compound_explorer/app.py +0 -0
  55. {workbench-0.8.174 → workbench-0.8.176}/applications/compound_explorer/assets/favicon.ico +0 -0
  56. {workbench-0.8.174 → workbench-0.8.176}/applications/compound_explorer/callbacks.py +0 -0
  57. {workbench-0.8.174 → workbench-0.8.176}/applications/compound_explorer/explorer +0 -0
  58. {workbench-0.8.174 → workbench-0.8.176}/applications/compound_explorer/layout.py +0 -0
  59. {workbench-0.8.174 → workbench-0.8.176}/applications/compound_explorer/nginx.conf +0 -0
  60. {workbench-0.8.174 → workbench-0.8.176}/applications/compound_explorer/open_source_config.json +0 -0
  61. {workbench-0.8.174 → workbench-0.8.176}/applications/compound_explorer/requirements.txt +0 -0
  62. {workbench-0.8.174 → workbench-0.8.176}/applications/compound_explorer/storage/callbacks.py +0 -0
  63. {workbench-0.8.174 → workbench-0.8.176}/applications/compound_explorer/storage/callbacks_new.py +0 -0
  64. {workbench-0.8.174 → workbench-0.8.176}/applications/compound_explorer/storage/layout_new.py +0 -0
  65. {workbench-0.8.174 → workbench-0.8.176}/applications/compound_explorer/supervisord.conf +0 -0
  66. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/aws_account_setup.py +0 -0
  67. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/aws_identity_check.py +0 -0
  68. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/build_ml_pipeline.py +0 -0
  69. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/compound_explorer/.gitignore +0 -0
  70. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/compound_explorer/README.md +0 -0
  71. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/compound_explorer/app.py +0 -0
  72. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/compound_explorer/cdk.json +0 -0
  73. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/compound_explorer/compound_explorer/__init__.py +0 -0
  74. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/compound_explorer/compound_explorer/compound_explorer_stack.py +0 -0
  75. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/compound_explorer/requirements.txt +0 -0
  76. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/event_bridge/Readme.md +0 -0
  77. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_compute/README.md +0 -0
  78. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_compute/app.py +0 -0
  79. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_compute/cdk.json +0 -0
  80. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_compute/requirements.txt +0 -0
  81. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_compute/tests/__init__.py +0 -0
  82. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_compute/tests/unit/__init__.py +0 -0
  83. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_compute/tests/unit/test_workbench_compute_stack.py +0 -0
  84. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_compute/workbench_compute/__init__.py +0 -0
  85. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_compute/workbench_compute/workbench_compute_stack.py +0 -0
  86. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_core/.gitignore +0 -0
  87. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_core/README.md +0 -0
  88. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_core/app.py +0 -0
  89. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_core/cdk.json +0 -0
  90. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_core/requirements-dev.txt +0 -0
  91. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_core/requirements.txt +0 -0
  92. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_core/source.bat +0 -0
  93. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_core/workbench_core/__init__.py +0 -0
  94. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_core/workbench_core/workbench_core_stack.py +0 -0
  95. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_dashboard_full/.gitignore +0 -0
  96. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_dashboard_full/README.md +0 -0
  97. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_dashboard_full/app.py +0 -0
  98. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_dashboard_full/cdk.json +0 -0
  99. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_dashboard_full/requirements-dev.txt +0 -0
  100. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_dashboard_full/requirements.txt +0 -0
  101. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_dashboard_full/source.bat +0 -0
  102. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/__init__.py +0 -0
  103. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/workbench_dashboard_stack.py +0 -0
  104. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_dashboard_lite/.gitignore +0 -0
  105. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_dashboard_lite/README.md +0 -0
  106. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_dashboard_lite/app.py +0 -0
  107. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_dashboard_lite/cdk.json +0 -0
  108. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_dashboard_lite/requirements.txt +0 -0
  109. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/__init__.py +0 -0
  110. {workbench-0.8.174 → workbench-0.8.176}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/workbench_dashboard_stack.py +0 -0
  111. {workbench-0.8.174 → workbench-0.8.176}/data/abalone.csv +0 -0
  112. {workbench-0.8.174 → workbench-0.8.176}/data/karate_graph.json +0 -0
  113. {workbench-0.8.174 → workbench-0.8.176}/data/test_data.csv +0 -0
  114. {workbench-0.8.174 → workbench-0.8.176}/data/test_data.json +0 -0
  115. {workbench-0.8.174 → workbench-0.8.176}/data/wine_dataset.csv +0 -0
  116. {workbench-0.8.174 → workbench-0.8.176}/deploy_docker.sh +0 -0
  117. {workbench-0.8.174 → workbench-0.8.176}/docs/admin/aws_service_limits.md +0 -0
  118. {workbench-0.8.174 → workbench-0.8.176}/docs/admin/base_docker_push.md +0 -0
  119. {workbench-0.8.174 → workbench-0.8.176}/docs/admin/dashboard_docker_push.md +0 -0
  120. {workbench-0.8.174 → workbench-0.8.176}/docs/admin/dashboard_s3_plugins.md +0 -0
  121. {workbench-0.8.174 → workbench-0.8.176}/docs/admin/explorer_docker_push.md +0 -0
  122. {workbench-0.8.174 → workbench-0.8.176}/docs/admin/images/dashboard_secret_click.png +0 -0
  123. {workbench-0.8.174 → workbench-0.8.176}/docs/admin/images/serverless_quotas.png +0 -0
  124. {workbench-0.8.174 → workbench-0.8.176}/docs/admin/images/status_showing_S3_path.png +0 -0
  125. {workbench-0.8.174 → workbench-0.8.176}/docs/admin/pypi_release.md +0 -0
  126. {workbench-0.8.174 → workbench-0.8.176}/docs/admin/workbench_docker_for_lambdas.md +0 -0
  127. {workbench-0.8.174 → workbench-0.8.176}/docs/api_classes/data_source.md +0 -0
  128. {workbench-0.8.174 → workbench-0.8.176}/docs/api_classes/df_store.md +0 -0
  129. {workbench-0.8.174 → workbench-0.8.176}/docs/api_classes/endpoint.md +0 -0
  130. {workbench-0.8.174 → workbench-0.8.176}/docs/api_classes/feature_set.md +0 -0
  131. {workbench-0.8.174 → workbench-0.8.176}/docs/api_classes/meta.md +0 -0
  132. {workbench-0.8.174 → workbench-0.8.176}/docs/api_classes/model.md +0 -0
  133. {workbench-0.8.174 → workbench-0.8.176}/docs/api_classes/monitor.md +0 -0
  134. {workbench-0.8.174 → workbench-0.8.176}/docs/api_classes/overview.md +0 -0
  135. {workbench-0.8.174 → workbench-0.8.176}/docs/api_classes/parameter_store.md +0 -0
  136. {workbench-0.8.174 → workbench-0.8.176}/docs/api_classes/pipelines.md +0 -0
  137. {workbench-0.8.174 → workbench-0.8.176}/docs/api_classes/views.md +0 -0
  138. {workbench-0.8.174 → workbench-0.8.176}/docs/aws_setup/aws_access_management.md +0 -0
  139. {workbench-0.8.174 → workbench-0.8.176}/docs/aws_setup/aws_client_vpn.md +0 -0
  140. {workbench-0.8.174 → workbench-0.8.176}/docs/aws_setup/aws_setup.md +0 -0
  141. {workbench-0.8.174 → workbench-0.8.176}/docs/aws_setup/aws_tips_and_tricks.md +0 -0
  142. {workbench-0.8.174 → workbench-0.8.176}/docs/aws_setup/core_stack.md +0 -0
  143. {workbench-0.8.174 → workbench-0.8.176}/docs/aws_setup/dashboard_stack.md +0 -0
  144. {workbench-0.8.174 → workbench-0.8.176}/docs/aws_setup/domain_cert_setup.md +0 -0
  145. {workbench-0.8.174 → workbench-0.8.176}/docs/aws_setup/full_pipeline.md +0 -0
  146. {workbench-0.8.174 → workbench-0.8.176}/docs/aws_setup/iam_assume_role.md +0 -0
  147. {workbench-0.8.174 → workbench-0.8.176}/docs/aws_setup/sso_assume_role.md +0 -0
  148. {workbench-0.8.174 → workbench-0.8.176}/docs/blogs/aws_credentials_lock.md +0 -0
  149. {workbench-0.8.174 → workbench-0.8.176}/docs/blogs/canonicalization_and_tautomerization.md +0 -0
  150. {workbench-0.8.174 → workbench-0.8.176}/docs/blogs/compound_etl.md +0 -0
  151. {workbench-0.8.174 → workbench-0.8.176}/docs/blogs/compound_explorer.md +0 -0
  152. {workbench-0.8.174 → workbench-0.8.176}/docs/blogs/descriptor_drilldown.md +0 -0
  153. {workbench-0.8.174 → workbench-0.8.176}/docs/blogs/eda.md +0 -0
  154. {workbench-0.8.174 → workbench-0.8.176}/docs/blogs/feature_importances.md +0 -0
  155. {workbench-0.8.174 → workbench-0.8.176}/docs/blogs/fun_with_workbench/fun_with_endpoints.md +0 -0
  156. {workbench-0.8.174 → workbench-0.8.176}/docs/blogs/htg.md +0 -0
  157. {workbench-0.8.174 → workbench-0.8.176}/docs/blogs/index.md +0 -0
  158. {workbench-0.8.174 → workbench-0.8.176}/docs/blogs/model_monitoring.md +0 -0
  159. {workbench-0.8.174 → workbench-0.8.176}/docs/blogs/residual_analysis.md +0 -0
  160. {workbench-0.8.174 → workbench-0.8.176}/docs/cached/cached_data_source.md +0 -0
  161. {workbench-0.8.174 → workbench-0.8.176}/docs/cached/cached_endpoint.md +0 -0
  162. {workbench-0.8.174 → workbench-0.8.176}/docs/cached/cached_feature_set.md +0 -0
  163. {workbench-0.8.174 → workbench-0.8.176}/docs/cached/cached_meta.md +0 -0
  164. {workbench-0.8.174 → workbench-0.8.176}/docs/cached/cached_model.md +0 -0
  165. {workbench-0.8.174 → workbench-0.8.176}/docs/cached/overview.md +0 -0
  166. {workbench-0.8.174 → workbench-0.8.176}/docs/chem_utils/index.md +0 -0
  167. {workbench-0.8.174 → workbench-0.8.176}/docs/cloudwatch/index.md +0 -0
  168. {workbench-0.8.174 → workbench-0.8.176}/docs/comparisons/workbench_vs_databricks.md +0 -0
  169. {workbench-0.8.174 → workbench-0.8.176}/docs/compound_explorer/tox21.md +0 -0
  170. {workbench-0.8.174 → workbench-0.8.176}/docs/compound_explorer/toxicity_modeling.md +0 -0
  171. {workbench-0.8.174 → workbench-0.8.176}/docs/core_classes/artifacts/artifact.md +0 -0
  172. {workbench-0.8.174 → workbench-0.8.176}/docs/core_classes/artifacts/athena_source.md +0 -0
  173. {workbench-0.8.174 → workbench-0.8.176}/docs/core_classes/artifacts/data_source_abstract.md +0 -0
  174. {workbench-0.8.174 → workbench-0.8.176}/docs/core_classes/artifacts/endpoint_core.md +0 -0
  175. {workbench-0.8.174 → workbench-0.8.176}/docs/core_classes/artifacts/feature_set_core.md +0 -0
  176. {workbench-0.8.174 → workbench-0.8.176}/docs/core_classes/artifacts/model_core.md +0 -0
  177. {workbench-0.8.174 → workbench-0.8.176}/docs/core_classes/artifacts/monitor_core.md +0 -0
  178. {workbench-0.8.174 → workbench-0.8.176}/docs/core_classes/artifacts/overview.md +0 -0
  179. {workbench-0.8.174 → workbench-0.8.176}/docs/core_classes/overview.md +0 -0
  180. {workbench-0.8.174 → workbench-0.8.176}/docs/core_classes/transforms/data_loaders_heavy.md +0 -0
  181. {workbench-0.8.174 → workbench-0.8.176}/docs/core_classes/transforms/data_loaders_light.md +0 -0
  182. {workbench-0.8.174 → workbench-0.8.176}/docs/core_classes/transforms/data_to_features.md +0 -0
  183. {workbench-0.8.174 → workbench-0.8.176}/docs/core_classes/transforms/features_to_model.md +0 -0
  184. {workbench-0.8.174 → workbench-0.8.176}/docs/core_classes/transforms/model_to_endpoint.md +0 -0
  185. {workbench-0.8.174 → workbench-0.8.176}/docs/core_classes/transforms/overview.md +0 -0
  186. {workbench-0.8.174 → workbench-0.8.176}/docs/core_classes/transforms/pandas_transforms.md +0 -0
  187. {workbench-0.8.174 → workbench-0.8.176}/docs/core_classes/transforms/transform.md +0 -0
  188. {workbench-0.8.174 → workbench-0.8.176}/docs/core_classes/views/computation_view.md +0 -0
  189. {workbench-0.8.174 → workbench-0.8.176}/docs/core_classes/views/display_view.md +0 -0
  190. {workbench-0.8.174 → workbench-0.8.176}/docs/core_classes/views/inference_view.md +0 -0
  191. {workbench-0.8.174 → workbench-0.8.176}/docs/core_classes/views/overview.md +0 -0
  192. {workbench-0.8.174 → workbench-0.8.176}/docs/core_classes/views/training_view.md +0 -0
  193. {workbench-0.8.174 → workbench-0.8.176}/docs/data_algorithms/dataframes/overview.md +0 -0
  194. {workbench-0.8.174 → workbench-0.8.176}/docs/data_algorithms/graphs/overview.md +0 -0
  195. {workbench-0.8.174 → workbench-0.8.176}/docs/data_algorithms/overview.md +0 -0
  196. {workbench-0.8.174 → workbench-0.8.176}/docs/data_algorithms/spark/overview.md +0 -0
  197. {workbench-0.8.174 → workbench-0.8.176}/docs/data_algorithms/sql/overview.md +0 -0
  198. {workbench-0.8.174 → workbench-0.8.176}/docs/enterprise/index.md +0 -0
  199. {workbench-0.8.174 → workbench-0.8.176}/docs/enterprise/private_saas.md +0 -0
  200. {workbench-0.8.174 → workbench-0.8.176}/docs/enterprise/project_branding.md +0 -0
  201. {workbench-0.8.174 → workbench-0.8.176}/docs/enterprise/themes.md +0 -0
  202. {workbench-0.8.174 → workbench-0.8.176}/docs/getting_started/index.md +0 -0
  203. {workbench-0.8.174 → workbench-0.8.176}/docs/glue/index.md +0 -0
  204. {workbench-0.8.174 → workbench-0.8.176}/docs/images/big_spider.png +0 -0
  205. {workbench-0.8.174 → workbench-0.8.176}/docs/images/graph_representation.png +0 -0
  206. {workbench-0.8.174 → workbench-0.8.176}/docs/images/powered_aws_dark_blue.png +0 -0
  207. {workbench-0.8.174 → workbench-0.8.176}/docs/images/powered_aws_transparent.png +0 -0
  208. {workbench-0.8.174 → workbench-0.8.176}/docs/images/powered_aws_white.png +0 -0
  209. {workbench-0.8.174 → workbench-0.8.176}/docs/images/powered_aws_with_tm_grey.png +0 -0
  210. {workbench-0.8.174 → workbench-0.8.176}/docs/images/scp.png +0 -0
  211. {workbench-0.8.174 → workbench-0.8.176}/docs/images/scp_labs.png +0 -0
  212. {workbench-0.8.174 → workbench-0.8.176}/docs/images/small_spider.png +0 -0
  213. {workbench-0.8.174 → workbench-0.8.176}/docs/images/workbench_concepts.png +0 -0
  214. {workbench-0.8.174 → workbench-0.8.176}/docs/index.md +0 -0
  215. {workbench-0.8.174 → workbench-0.8.176}/docs/lambda_layer/index.md +0 -0
  216. {workbench-0.8.174 → workbench-0.8.176}/docs/misc/faq.md +0 -0
  217. {workbench-0.8.174 → workbench-0.8.176}/docs/misc/general_info.md +0 -0
  218. {workbench-0.8.174 → workbench-0.8.176}/docs/misc/scp_consulting.md +0 -0
  219. {workbench-0.8.174 → workbench-0.8.176}/docs/misc/workbench_classes_concepts.md +0 -0
  220. {workbench-0.8.174 → workbench-0.8.176}/docs/model_utils/index.md +0 -0
  221. {workbench-0.8.174 → workbench-0.8.176}/docs/plugins/index.md +0 -0
  222. {workbench-0.8.174 → workbench-0.8.176}/docs/presentations/index.md +0 -0
  223. {workbench-0.8.174 → workbench-0.8.176}/docs/release_notes/0_8_106.md +0 -0
  224. {workbench-0.8.174 → workbench-0.8.176}/docs/release_notes/0_8_158.md +0 -0
  225. {workbench-0.8.174 → workbench-0.8.176}/docs/release_notes/0_8_50.md +0 -0
  226. {workbench-0.8.174 → workbench-0.8.176}/docs/release_notes/0_8_55.md +0 -0
  227. {workbench-0.8.174 → workbench-0.8.176}/docs/release_notes/0_8_58.md +0 -0
  228. {workbench-0.8.174 → workbench-0.8.176}/docs/release_notes/0_8_60.md +0 -0
  229. {workbench-0.8.174 → workbench-0.8.176}/docs/release_notes/0_8_71.md +0 -0
  230. {workbench-0.8.174 → workbench-0.8.176}/docs/release_notes/0_8_74.md +0 -0
  231. {workbench-0.8.174 → workbench-0.8.176}/docs/release_notes/0_8_78.md +0 -0
  232. {workbench-0.8.174 → workbench-0.8.176}/docs/release_notes/archived/0_7_8.md +0 -0
  233. {workbench-0.8.174 → workbench-0.8.176}/docs/release_notes/archived/0_8_11.md +0 -0
  234. {workbench-0.8.174 → workbench-0.8.176}/docs/release_notes/archived/0_8_20.md +0 -0
  235. {workbench-0.8.174 → workbench-0.8.176}/docs/release_notes/archived/0_8_22.md +0 -0
  236. {workbench-0.8.174 → workbench-0.8.176}/docs/release_notes/archived/0_8_23.md +0 -0
  237. {workbench-0.8.174 → workbench-0.8.176}/docs/release_notes/archived/0_8_27.md +0 -0
  238. {workbench-0.8.174 → workbench-0.8.176}/docs/release_notes/archived/0_8_29.md +0 -0
  239. {workbench-0.8.174 → workbench-0.8.176}/docs/release_notes/archived/0_8_33.md +0 -0
  240. {workbench-0.8.174 → workbench-0.8.176}/docs/release_notes/archived/0_8_35.md +0 -0
  241. {workbench-0.8.174 → workbench-0.8.176}/docs/release_notes/archived/0_8_36.md +0 -0
  242. {workbench-0.8.174 → workbench-0.8.176}/docs/release_notes/archived/0_8_39.md +0 -0
  243. {workbench-0.8.174 → workbench-0.8.176}/docs/release_notes/archived/0_8_42.md +0 -0
  244. {workbench-0.8.174 → workbench-0.8.176}/docs/release_notes/archived/0_8_46.md +0 -0
  245. {workbench-0.8.174 → workbench-0.8.176}/docs/release_notes/archived/0_8_6.md +0 -0
  246. {workbench-0.8.174 → workbench-0.8.176}/docs/release_notes/archived/0_8_8.md +0 -0
  247. {workbench-0.8.174 → workbench-0.8.176}/docs/repl/index.md +0 -0
  248. {workbench-0.8.174 → workbench-0.8.176}/docs/road_maps/0_9_0.md +0 -0
  249. {workbench-0.8.174 → workbench-0.8.176}/docs/road_maps/0_9_5.md +0 -0
  250. {workbench-0.8.174 → workbench-0.8.176}/docs/themes/details.md +0 -0
  251. {workbench-0.8.174 → workbench-0.8.176}/docs/themes/index.md +0 -0
  252. {workbench-0.8.174 → workbench-0.8.176}/examples/ag-grid/hello_world.py +0 -0
  253. {workbench-0.8.174 → workbench-0.8.176}/examples/chem_utils/tautomerize_smiles.py +0 -0
  254. {workbench-0.8.174 → workbench-0.8.176}/examples/datasource/datasource_from_df.py +0 -0
  255. {workbench-0.8.174 → workbench-0.8.176}/examples/datasource/datasource_from_s3.py +0 -0
  256. {workbench-0.8.174 → workbench-0.8.176}/examples/datasource/datasource_query.py +0 -0
  257. {workbench-0.8.174 → workbench-0.8.176}/examples/datasource/datasource_stats.py +0 -0
  258. {workbench-0.8.174 → workbench-0.8.176}/examples/datasource/datasource_to_featureset.py +0 -0
  259. {workbench-0.8.174 → workbench-0.8.176}/examples/endpoint/endpoint_details.py +0 -0
  260. {workbench-0.8.174 → workbench-0.8.176}/examples/endpoint/endpoint_inference.py +0 -0
  261. {workbench-0.8.174 → workbench-0.8.176}/examples/endpoint/endpoint_metrics.py +0 -0
  262. {workbench-0.8.174 → workbench-0.8.176}/examples/featureset/featureset_eda.py +0 -0
  263. {workbench-0.8.174 → workbench-0.8.176}/examples/featureset/featureset_query.py +0 -0
  264. {workbench-0.8.174 → workbench-0.8.176}/examples/full_ml_pipeline.py +0 -0
  265. {workbench-0.8.174 → workbench-0.8.176}/examples/glue_jobs/glue_example_1.py +0 -0
  266. {workbench-0.8.174 → workbench-0.8.176}/examples/glue_jobs/glue_example_2.py +0 -0
  267. {workbench-0.8.174 → workbench-0.8.176}/examples/glue_jobs/glue_example_3.py +0 -0
  268. {workbench-0.8.174 → workbench-0.8.176}/examples/glue_jobs/glue_launcher_examples/example_1.py +0 -0
  269. {workbench-0.8.174 → workbench-0.8.176}/examples/glue_jobs/glue_launcher_examples/example_2.py +0 -0
  270. {workbench-0.8.174 → workbench-0.8.176}/examples/meta/meta_list_endpoints.py +0 -0
  271. {workbench-0.8.174 → workbench-0.8.176}/examples/meta/meta_list_models.py +0 -0
  272. {workbench-0.8.174 → workbench-0.8.176}/examples/meta/meta_model_metrics.py +0 -0
  273. {workbench-0.8.174 → workbench-0.8.176}/examples/ml_pipelines/list_models.py +0 -0
  274. {workbench-0.8.174 → workbench-0.8.176}/examples/ml_pipelines/wine_classifier.py +0 -0
  275. {workbench-0.8.174 → workbench-0.8.176}/examples/model_utils/model_metrics.py +0 -0
  276. {workbench-0.8.174 → workbench-0.8.176}/examples/model_utils/model_to_endpoint.py +0 -0
  277. {workbench-0.8.174 → workbench-0.8.176}/examples/model_utils/onboard_model.py +0 -0
  278. {workbench-0.8.174 → workbench-0.8.176}/examples/models/custom_model.py +0 -0
  279. {workbench-0.8.174 → workbench-0.8.176}/examples/models/dbscan.py +0 -0
  280. {workbench-0.8.174 → workbench-0.8.176}/examples/models/knn.py +0 -0
  281. {workbench-0.8.174 → workbench-0.8.176}/examples/models/pytorch.py +0 -0
  282. {workbench-0.8.174 → workbench-0.8.176}/examples/models/random_forest.py +0 -0
  283. {workbench-0.8.174 → workbench-0.8.176}/examples/models/smiles_to_md_v1.py +0 -0
  284. {workbench-0.8.174 → workbench-0.8.176}/examples/models/uq/bayesian_ridge.py +0 -0
  285. {workbench-0.8.174 → workbench-0.8.176}/examples/models/uq/ensemble_xgb.py +0 -0
  286. {workbench-0.8.174 → workbench-0.8.176}/examples/models/uq/gaussian_process.py +0 -0
  287. {workbench-0.8.174 → workbench-0.8.176}/examples/models/uq/mapie.py +0 -0
  288. {workbench-0.8.174 → workbench-0.8.176}/examples/models/uq/meta_uq.py +0 -0
  289. {workbench-0.8.174 → workbench-0.8.176}/examples/models/uq/ngboost.py +0 -0
  290. {workbench-0.8.174 → workbench-0.8.176}/examples/models/uq/quant_xgb.py +0 -0
  291. {workbench-0.8.174 → workbench-0.8.176}/examples/monitor/monitor_setup.py +0 -0
  292. {workbench-0.8.174 → workbench-0.8.176}/examples/monitor/monitor_usage.py +0 -0
  293. {workbench-0.8.174 → workbench-0.8.176}/examples/plugins/branding/Readme.md +0 -0
  294. {workbench-0.8.174 → workbench-0.8.176}/examples/plugins/branding/scp.json +0 -0
  295. {workbench-0.8.174 → workbench-0.8.176}/examples/plugins/components/custom_plugin.py +0 -0
  296. {workbench-0.8.174 → workbench-0.8.176}/examples/plugins/components/endpoint_plugin.py +0 -0
  297. {workbench-0.8.174 → workbench-0.8.176}/examples/plugins/components/endpoint_turbo.py +0 -0
  298. {workbench-0.8.174 → workbench-0.8.176}/examples/plugins/components/model_markdown.py +0 -0
  299. {workbench-0.8.174 → workbench-0.8.176}/examples/plugins/components/model_plugin.py +0 -0
  300. {workbench-0.8.174 → workbench-0.8.176}/examples/plugins/packages/my_plugin_utils/__init__.py +0 -0
  301. {workbench-0.8.174 → workbench-0.8.176}/examples/plugins/packages/my_plugin_utils/assets/foo.json +0 -0
  302. {workbench-0.8.174 → workbench-0.8.176}/examples/plugins/packages/my_plugin_utils/cool_stuff.py +0 -0
  303. {workbench-0.8.174 → workbench-0.8.176}/examples/plugins/pages/plugin_page_1.py +0 -0
  304. {workbench-0.8.174 → workbench-0.8.176}/examples/plugins/pages/plugin_page_2.py +0 -0
  305. {workbench-0.8.174 → workbench-0.8.176}/examples/plugins/pages/plugin_page_3.py +0 -0
  306. {workbench-0.8.174 → workbench-0.8.176}/examples/plugins/templates/Readme.md +0 -0
  307. {workbench-0.8.174 → workbench-0.8.176}/examples/plugins/views/model_plugin_view.py +0 -0
  308. {workbench-0.8.174 → workbench-0.8.176}/examples/plugins/views/my_view_plugin.py +0 -0
  309. {workbench-0.8.174 → workbench-0.8.176}/examples/storage/data_to_data.py +0 -0
  310. {workbench-0.8.174 → workbench-0.8.176}/examples/storage/data_to_features.py +0 -0
  311. {workbench-0.8.174 → workbench-0.8.176}/examples/storage/endpoint_inference.py +0 -0
  312. {workbench-0.8.174 → workbench-0.8.176}/examples/storage/hello_world_pipeline.py +0 -0
  313. {workbench-0.8.174 → workbench-0.8.176}/examples/storage/plugin_page_example.py +0 -0
  314. {workbench-0.8.174 → workbench-0.8.176}/experiments/chem_info/bulk_sims.py +0 -0
  315. {workbench-0.8.174 → workbench-0.8.176}/experiments/chem_info/knn_sims.py +0 -0
  316. {workbench-0.8.174 → workbench-0.8.176}/experiments/chemprop_model.py +0 -0
  317. {workbench-0.8.174 → workbench-0.8.176}/experiments/confidence_roc_curve.py +0 -0
  318. {workbench-0.8.174 → workbench-0.8.176}/experiments/coverage_probability.py +0 -0
  319. {workbench-0.8.174 → workbench-0.8.176}/experiments/log_testing.py +0 -0
  320. {workbench-0.8.174 → workbench-0.8.176}/experiments/mapie_model.py +0 -0
  321. {workbench-0.8.174 → workbench-0.8.176}/experiments/neighbor_outliers.py +0 -0
  322. {workbench-0.8.174 → workbench-0.8.176}/experiments/networkx_id.py +0 -0
  323. {workbench-0.8.174 → workbench-0.8.176}/experiments/prediction_intervals.py +0 -0
  324. {workbench-0.8.174 → workbench-0.8.176}/experiments/pytorch_model.py +0 -0
  325. {workbench-0.8.174 → workbench-0.8.176}/experiments/quantile_regression.py +0 -0
  326. {workbench-0.8.174 → workbench-0.8.176}/experiments/quantile_regression_2.py +0 -0
  327. {workbench-0.8.174 → workbench-0.8.176}/experiments/regression_confidence.py +0 -0
  328. {workbench-0.8.174 → workbench-0.8.176}/experiments/residual_analysis.py +0 -0
  329. {workbench-0.8.174 → workbench-0.8.176}/experiments/rocauc_testing.py +0 -0
  330. {workbench-0.8.174 → workbench-0.8.176}/experiments/scatter_zoom_issue.py +0 -0
  331. {workbench-0.8.174 → workbench-0.8.176}/experiments/sol_pipeline.py +0 -0
  332. {workbench-0.8.174 → workbench-0.8.176}/glue_jobs/create_glue_workflow_with_trigger.py +0 -0
  333. {workbench-0.8.174 → workbench-0.8.176}/glue_jobs/example_glue_job.py +0 -0
  334. {workbench-0.8.174 → workbench-0.8.176}/glue_jobs/glue_job_pipeline.py +0 -0
  335. {workbench-0.8.174 → workbench-0.8.176}/glue_jobs/glue_mixed_case.py +0 -0
  336. {workbench-0.8.174 → workbench-0.8.176}/mkdocs.yml +0 -0
  337. {workbench-0.8.174 → workbench-0.8.176}/model_docker_images/Readme.md +0 -0
  338. {workbench-0.8.174 → workbench-0.8.176}/model_docker_images/inference/Dockerfile +0 -0
  339. {workbench-0.8.174 → workbench-0.8.176}/model_docker_images/inference/main.py +0 -0
  340. {workbench-0.8.174 → workbench-0.8.176}/model_docker_images/inference/requirements.txt +0 -0
  341. {workbench-0.8.174 → workbench-0.8.176}/model_docker_images/inference/serve +0 -0
  342. {workbench-0.8.174 → workbench-0.8.176}/model_docker_images/meta_endpoint/Dockerfile +0 -0
  343. {workbench-0.8.174 → workbench-0.8.176}/model_docker_images/meta_endpoint/main.py +0 -0
  344. {workbench-0.8.174 → workbench-0.8.176}/model_docker_images/meta_endpoint/requirements.txt +0 -0
  345. {workbench-0.8.174 → workbench-0.8.176}/model_docker_images/meta_endpoint/serve +0 -0
  346. {workbench-0.8.174 → workbench-0.8.176}/model_docker_images/ml_pipelines/Dockerfile +0 -0
  347. {workbench-0.8.174 → workbench-0.8.176}/model_docker_images/ml_pipelines/ml_pipeline_runner.py +0 -0
  348. {workbench-0.8.174 → workbench-0.8.176}/model_docker_images/ml_pipelines/requirements.txt +0 -0
  349. {workbench-0.8.174 → workbench-0.8.176}/model_docker_images/pytorch_inference/Dockerfile +0 -0
  350. {workbench-0.8.174 → workbench-0.8.176}/model_docker_images/pytorch_inference/main.py +0 -0
  351. {workbench-0.8.174 → workbench-0.8.176}/model_docker_images/pytorch_inference/requirements.txt +0 -0
  352. {workbench-0.8.174 → workbench-0.8.176}/model_docker_images/pytorch_inference/serve +0 -0
  353. {workbench-0.8.174 → workbench-0.8.176}/model_docker_images/pytorch_training/Dockerfile +0 -0
  354. {workbench-0.8.174 → workbench-0.8.176}/model_docker_images/pytorch_training/requirements.txt +0 -0
  355. {workbench-0.8.174 → workbench-0.8.176}/model_docker_images/pytorch_training/sagemaker_entrypoint.py +0 -0
  356. {workbench-0.8.174 → workbench-0.8.176}/model_docker_images/scripts/build_deploy.sh +0 -0
  357. {workbench-0.8.174 → workbench-0.8.176}/model_docker_images/tests/data/abalone_sm.csv +0 -0
  358. {workbench-0.8.174 → workbench-0.8.176}/model_docker_images/tests/example_model_script.py +0 -0
  359. {workbench-0.8.174 → workbench-0.8.176}/model_docker_images/tests/run_tests.sh +0 -0
  360. {workbench-0.8.174 → workbench-0.8.176}/model_docker_images/tests/test_inference.py +0 -0
  361. {workbench-0.8.174 → workbench-0.8.176}/model_docker_images/tests/test_training.py +0 -0
  362. {workbench-0.8.174 → workbench-0.8.176}/model_docker_images/training/Dockerfile +0 -0
  363. {workbench-0.8.174 → workbench-0.8.176}/model_docker_images/training/requirements.txt +0 -0
  364. {workbench-0.8.174 → workbench-0.8.176}/model_docker_images/training/sagemaker_entrypoint.py +0 -0
  365. {workbench-0.8.174 → workbench-0.8.176}/model_docker_images/workbench_inference/Dockerfile +0 -0
  366. {workbench-0.8.174 → workbench-0.8.176}/model_docker_images/workbench_inference/main.py +0 -0
  367. {workbench-0.8.174 → workbench-0.8.176}/model_docker_images/workbench_inference/requirements.txt +0 -0
  368. {workbench-0.8.174 → workbench-0.8.176}/model_docker_images/workbench_inference/serve +0 -0
  369. {workbench-0.8.174 → workbench-0.8.176}/notebooks/Inference_On_Legacy_Models.ipynb +0 -0
  370. {workbench-0.8.174 → workbench-0.8.176}/notebooks/ML_Pipeline_with_Workbench.ipynb +0 -0
  371. {workbench-0.8.174 → workbench-0.8.176}/notebooks/ML_Pipeline_with_Workbench_2.ipynb +0 -0
  372. {workbench-0.8.174 → workbench-0.8.176}/notebooks/Outliers_in_Workbench.ipynb +0 -0
  373. {workbench-0.8.174 → workbench-0.8.176}/notebooks/Regression_Confidence_Experiments.ipynb +0 -0
  374. {workbench-0.8.174 → workbench-0.8.176}/notebooks/Residual_Analysis.ipynb +0 -0
  375. {workbench-0.8.174 → workbench-0.8.176}/notebooks/images/athena_query_aqsol.png +0 -0
  376. {workbench-0.8.174 → workbench-0.8.176}/notebooks/images/aws_dashboard_aqsol.png +0 -0
  377. {workbench-0.8.174 → workbench-0.8.176}/notebooks/images/dashboard_aqsol_features.png +0 -0
  378. {workbench-0.8.174 → workbench-0.8.176}/notebooks/images/model_screenshot.png +0 -0
  379. {workbench-0.8.174 → workbench-0.8.176}/notebooks/images/scp_labs.png +0 -0
  380. {workbench-0.8.174 → workbench-0.8.176}/presentations/README.md +0 -0
  381. {workbench-0.8.174 → workbench-0.8.176}/pyproject.toml +0 -0
  382. {workbench-0.8.174 → workbench-0.8.176}/scripts/active_logs.sh +0 -0
  383. {workbench-0.8.174 → workbench-0.8.176}/scripts/admin/athena_ddl_mixed_case.py +0 -0
  384. {workbench-0.8.174 → workbench-0.8.176}/scripts/admin/check_all_glue_tables.py +0 -0
  385. {workbench-0.8.174 → workbench-0.8.176}/scripts/admin/db_scan_test.py +0 -0
  386. {workbench-0.8.174 → workbench-0.8.176}/scripts/admin/delete_invalid_views.py +0 -0
  387. {workbench-0.8.174 → workbench-0.8.176}/scripts/admin/delete_redis_keys.py +0 -0
  388. {workbench-0.8.174 → workbench-0.8.176}/scripts/admin/list_datacatalog.py +0 -0
  389. {workbench-0.8.174 → workbench-0.8.176}/scripts/admin/migration/copy_glue_database.py +0 -0
  390. {workbench-0.8.174 → workbench-0.8.176}/scripts/admin/migration/delete_sageworks_glue_database.sh +0 -0
  391. {workbench-0.8.174 → workbench-0.8.176}/scripts/admin/migration/ds_migrate.py +0 -0
  392. {workbench-0.8.174 → workbench-0.8.176}/scripts/admin/migration/endpoint_migrate.py +0 -0
  393. {workbench-0.8.174 → workbench-0.8.176}/scripts/admin/migration/fs_migrate.py +0 -0
  394. {workbench-0.8.174 → workbench-0.8.176}/scripts/admin/migration/model_migrate.py +0 -0
  395. {workbench-0.8.174 → workbench-0.8.176}/scripts/admin/pull_image_digest.py +0 -0
  396. {workbench-0.8.174 → workbench-0.8.176}/scripts/admin/redis_reaper.py +0 -0
  397. {workbench-0.8.174 → workbench-0.8.176}/scripts/admin/spam_list_tags.py +0 -0
  398. {workbench-0.8.174 → workbench-0.8.176}/scripts/admin/storage/convert_training_views.py +0 -0
  399. {workbench-0.8.174 → workbench-0.8.176}/scripts/admin/storage/migrate_data_source_via_df.py +0 -0
  400. {workbench-0.8.174 → workbench-0.8.176}/scripts/admin/storage/migrate_ds_meta.py +0 -0
  401. {workbench-0.8.174 → workbench-0.8.176}/scripts/ag_table_row_selection.py +0 -0
  402. {workbench-0.8.174 → workbench-0.8.176}/scripts/compare_dataframes.py +0 -0
  403. {workbench-0.8.174 → workbench-0.8.176}/scripts/compare_model_packages.py +0 -0
  404. {workbench-0.8.174 → workbench-0.8.176}/scripts/endpoint_timing.py +0 -0
  405. {workbench-0.8.174 → workbench-0.8.176}/scripts/find_smiles_issues.py +0 -0
  406. {workbench-0.8.174 → workbench-0.8.176}/scripts/get_tags.py +0 -0
  407. {workbench-0.8.174 → workbench-0.8.176}/scripts/instantiation_timings.py +0 -0
  408. {workbench-0.8.174 → workbench-0.8.176}/scripts/llm_deploys/deepseek_deploy.py +0 -0
  409. {workbench-0.8.174 → workbench-0.8.176}/scripts/model_cache_refresh.py +0 -0
  410. {workbench-0.8.174 → workbench-0.8.176}/scripts/model_endpoint_sanity_check.py +0 -0
  411. {workbench-0.8.174 → workbench-0.8.176}/scripts/monitor_event_bridge.py +0 -0
  412. {workbench-0.8.174 → workbench-0.8.176}/scripts/onboard_endpoints.py +0 -0
  413. {workbench-0.8.174 → workbench-0.8.176}/scripts/onboard_models.py +0 -0
  414. {workbench-0.8.174 → workbench-0.8.176}/scripts/pipeline_model_endpoint.py +0 -0
  415. {workbench-0.8.174 → workbench-0.8.176}/scripts/pubchem/pubchem_example.py +0 -0
  416. {workbench-0.8.174 → workbench-0.8.176}/scripts/pubchem/pubchem_query.py +0 -0
  417. {workbench-0.8.174 → workbench-0.8.176}/scripts/pubchem/pubchem_query_with_cid.py +0 -0
  418. {workbench-0.8.174 → workbench-0.8.176}/scripts/seaborn_to_plotly.py +0 -0
  419. {workbench-0.8.174 → workbench-0.8.176}/scripts/storage/dns_data_to_features.py +0 -0
  420. {workbench-0.8.174 → workbench-0.8.176}/scripts/storage/generate_jsonl_data.py +0 -0
  421. {workbench-0.8.174 → workbench-0.8.176}/scripts/test_feature_resolution.py +0 -0
  422. {workbench-0.8.174 → workbench-0.8.176}/scripts/test_no_workbench_config.py +0 -0
  423. {workbench-0.8.174 → workbench-0.8.176}/scripts/tox21/test_tox_heuristic.py +0 -0
  424. {workbench-0.8.174 → workbench-0.8.176}/scripts/tox21/tox21_to_df_store.py +0 -0
  425. {workbench-0.8.174 → workbench-0.8.176}/setup.cfg +0 -0
  426. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/__init__.py +0 -0
  427. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/algorithms/__init__.py +0 -0
  428. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/algorithms/dataframe/Readme.md +0 -0
  429. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/algorithms/dataframe/__init__.py +0 -0
  430. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/algorithms/dataframe/data_source_eda.py +0 -0
  431. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/algorithms/dataframe/feature_space_proximity.py +0 -0
  432. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/algorithms/dataframe/fingerprint_proximity.py +0 -0
  433. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/algorithms/dataframe/projection_2d.py +0 -0
  434. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/algorithms/dataframe/proximity.py +0 -0
  435. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/algorithms/dataframe/storage/aggregation.py +0 -0
  436. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/algorithms/dataframe/storage/feature_resolution.py +0 -0
  437. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/algorithms/dataframe/storage/feature_spider.py +0 -0
  438. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/algorithms/dataframe/storage/residuals_calculator.py +0 -0
  439. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/algorithms/dataframe/storage/row_tagger.py +0 -0
  440. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/algorithms/dataframe/storage/target_gradients.py +0 -0
  441. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/algorithms/graph/__init__.py +0 -0
  442. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/algorithms/graph/heavy/Readme.md +0 -0
  443. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/algorithms/graph/light/Readme.md +0 -0
  444. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/algorithms/graph/light/__init__.py +0 -0
  445. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/algorithms/graph/light/proximity_graph.py +0 -0
  446. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/algorithms/spark/Readme.md +0 -0
  447. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/algorithms/sql/Readme.md +0 -0
  448. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/algorithms/sql/__init__.py +0 -0
  449. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/algorithms/sql/column_stats.py +0 -0
  450. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/algorithms/sql/correlations.py +0 -0
  451. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/algorithms/sql/descriptive_stats.py +0 -0
  452. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/algorithms/sql/outliers.py +0 -0
  453. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/algorithms/sql/sample_rows.py +0 -0
  454. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/algorithms/sql/value_counts.py +0 -0
  455. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/api/__init__.py +0 -0
  456. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/api/compound.py +0 -0
  457. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/api/data_source.py +0 -0
  458. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/api/df_store.py +0 -0
  459. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/api/endpoint.py +0 -0
  460. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/api/feature_set.py +0 -0
  461. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/api/graph_store.py +0 -0
  462. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/api/meta.py +0 -0
  463. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/api/model.py +0 -0
  464. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/api/monitor.py +0 -0
  465. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/api/parameter_store.py +0 -0
  466. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/api/pipeline.py +0 -0
  467. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/cached/__init__.py +0 -0
  468. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/cached/cached_data_source.py +0 -0
  469. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/cached/cached_endpoint.py +0 -0
  470. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/cached/cached_feature_set.py +0 -0
  471. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/cached/cached_meta.py +0 -0
  472. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/cached/cached_model.py +0 -0
  473. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/cached/cached_pipeline.py +0 -0
  474. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/__init__.py +0 -0
  475. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/artifacts/__init__.py +0 -0
  476. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/artifacts/athena_source.py +0 -0
  477. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/artifacts/cached_artifact_mixin.py +0 -0
  478. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/artifacts/data_source_abstract.py +0 -0
  479. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/artifacts/data_source_factory.py +0 -0
  480. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/artifacts/endpoint_core.py +0 -0
  481. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/artifacts/feature_set_core.py +0 -0
  482. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/artifacts/model_core.py +0 -0
  483. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/artifacts/monitor_core.py +0 -0
  484. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/cloud_platform/aws/README.md +0 -0
  485. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/cloud_platform/aws/aws_df_store.py +0 -0
  486. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/cloud_platform/aws/aws_graph_store.py +0 -0
  487. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/cloud_platform/aws/aws_meta.py +0 -0
  488. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/cloud_platform/aws/aws_parameter_store.py +0 -0
  489. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/cloud_platform/aws/aws_secrets_manager.py +0 -0
  490. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/cloud_platform/aws/aws_session.py +0 -0
  491. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/cloud_platform/aws/cache_dataframe.py +0 -0
  492. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/cloud_platform/azure/README.md +0 -0
  493. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/cloud_platform/cloud_meta.py +0 -0
  494. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/cloud_platform/gcp/README.md +0 -0
  495. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/pipelines/pipeline_executor.py +0 -0
  496. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/Readme.md +0 -0
  497. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/__init__.py +0 -0
  498. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/data_loaders/__init__.py +0 -0
  499. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/data_loaders/heavy/__init__.py +0 -0
  500. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/data_loaders/heavy/s3_heavy_to_data_source.py +0 -0
  501. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/data_loaders/light/__init__.py +0 -0
  502. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/data_loaders/light/csv_to_data_source.py +0 -0
  503. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/data_loaders/light/json_to_data_source.py +0 -0
  504. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/data_loaders/light/s3_to_data_source_light.py +0 -0
  505. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/data_to_data/__init__.py +0 -0
  506. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/data_to_data/heavy/__init__.py +0 -0
  507. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/data_to_data/heavy/emr/Readme.md +0 -0
  508. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/data_to_data/heavy/glue/Readme.md +0 -0
  509. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/data_to_data/light/__init__.py +0 -0
  510. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/data_to_data/light/clean_data.py +0 -0
  511. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/data_to_data/light/data_to_data_light.py +0 -0
  512. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/data_to_features/__init__.py +0 -0
  513. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/data_to_features/heavy/__init__.py +0 -0
  514. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/data_to_features/heavy/chunk/__init__.py +0 -0
  515. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/data_to_features/heavy/chunk/data_to_features_chunk.py +0 -0
  516. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/data_to_features/heavy/emr/Readme.md +0 -0
  517. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/data_to_features/heavy/glue/Readme.md +0 -0
  518. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/data_to_features/heavy/storage/data_to_features_heavy_old.py +0 -0
  519. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/data_to_features/light/__init__.py +0 -0
  520. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/data_to_features/light/data_to_features_light.py +0 -0
  521. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/data_to_features/light/molecular_descriptors.py +0 -0
  522. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/features_to_features/__init__.py +0 -0
  523. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/features_to_features/heavy/emr/Readme.md +0 -0
  524. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/features_to_features/heavy/glue/Readme.md +0 -0
  525. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/features_to_model/__init__.py +0 -0
  526. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/features_to_model/features_to_model.py +0 -0
  527. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/model_to_endpoint/__init__.py +0 -0
  528. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/model_to_endpoint/model_to_endpoint.py +0 -0
  529. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/pandas_transforms/__init__.py +0 -0
  530. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/pandas_transforms/data_to_pandas.py +0 -0
  531. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/pandas_transforms/features_to_pandas.py +0 -0
  532. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/pandas_transforms/pandas_to_data.py +0 -0
  533. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/pandas_transforms/pandas_to_features.py +0 -0
  534. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/pandas_transforms/pandas_to_features_chunked.py +0 -0
  535. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/transforms/transform.py +0 -0
  536. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/views/__init__.py +0 -0
  537. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/views/column_subset_view.py +0 -0
  538. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/views/computation_view.py +0 -0
  539. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/views/create_view.py +0 -0
  540. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/views/display_view.py +0 -0
  541. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/views/inference_view.py +0 -0
  542. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/views/pandas_to_view.py +0 -0
  543. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/views/storage/mdq_view.py +0 -0
  544. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/views/training_view.py +0 -0
  545. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/views/view.py +0 -0
  546. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/core/views/view_utils.py +0 -0
  547. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/custom_models/chem_info/Readme.md +0 -0
  548. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/custom_models/chem_info/mol_descriptors.py +0 -0
  549. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/custom_models/chem_info/mol_standardize.py +0 -0
  550. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/custom_models/chem_info/molecular_descriptors.py +0 -0
  551. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/custom_models/chem_info/morgan_fingerprints.py +0 -0
  552. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/custom_models/chem_info/requirements.txt +0 -0
  553. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/custom_models/meta_endpoints/example.py +0 -0
  554. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/custom_models/network_security/Readme.md +0 -0
  555. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/custom_models/proximity/Readme.md +0 -0
  556. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/custom_models/proximity/feature_space_proximity.template +0 -0
  557. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/custom_models/proximity/generated_model_script.py +0 -0
  558. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/custom_models/proximity/proximity.py +0 -0
  559. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/custom_models/proximity/requirements.txt +0 -0
  560. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/custom_models/uq_models/Readme.md +0 -0
  561. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/custom_models/uq_models/bayesian_ridge.template +0 -0
  562. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/custom_models/uq_models/ensemble_xgb.template +0 -0
  563. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/custom_models/uq_models/gaussian_process.template +0 -0
  564. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/custom_models/uq_models/meta_uq.template +0 -0
  565. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/custom_models/uq_models/ngboost.template +0 -0
  566. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/custom_models/uq_models/proximity.py +0 -0
  567. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/custom_models/uq_models/requirements.txt +0 -0
  568. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/custom_script_example/custom_model_script.py +0 -0
  569. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/custom_script_example/requirements.txt +0 -0
  570. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/ensemble_xgb/ensemble_xgb.template +0 -0
  571. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/ensemble_xgb/generated_model_script.py +0 -0
  572. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/ensemble_xgb/requirements.txt +0 -0
  573. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/pytorch_model/generated_model_script.py +0 -0
  574. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/pytorch_model/pytorch.template +0 -0
  575. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/pytorch_model/requirements.txt +0 -0
  576. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/quant_regression/quant_regression.template +0 -0
  577. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/quant_regression/requirements.txt +0 -0
  578. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/scikit_learn/generated_model_script.py +0 -0
  579. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/scikit_learn/requirements.txt +0 -0
  580. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/scikit_learn/scikit_learn.template +0 -0
  581. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/script_generation.py +0 -0
  582. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/xgb_model/generated_model_script.py +0 -0
  583. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/xgb_model/requirements.txt +0 -0
  584. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/model_scripts/xgb_model/xgb_model.template +0 -0
  585. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/repl/__init__.py +0 -0
  586. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/repl/workbench_shell.py +0 -0
  587. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/resources/open_source_api.key +0 -0
  588. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/resources/signature_verify_pub.pem +0 -0
  589. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/scripts/check_double_bond_stereo.py +0 -0
  590. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/scripts/glue_launcher.py +0 -0
  591. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/scripts/ml_pipeline_batch.py +0 -0
  592. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/scripts/ml_pipeline_sqs.py +0 -0
  593. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/scripts/monitor_cloud_watch.py +0 -0
  594. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/scripts/redis_expire.py +0 -0
  595. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/scripts/redis_report.py +0 -0
  596. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/scripts/show_config.py +0 -0
  597. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/themes/dark/base_css.url +0 -0
  598. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/themes/dark/custom.css +0 -0
  599. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/themes/dark/plotly.json +0 -0
  600. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/themes/light/base_css.url +0 -0
  601. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/themes/light/branding.json +0 -0
  602. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/themes/light/custom.css +0 -0
  603. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/themes/light/plotly.json +0 -0
  604. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/themes/midnight_blue/base_css.url +0 -0
  605. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/themes/midnight_blue/branding.json +0 -0
  606. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/themes/midnight_blue/custom.css +0 -0
  607. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/themes/midnight_blue/plotly.json +0 -0
  608. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/themes/quartz/base_css.url +0 -0
  609. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/themes/quartz/custom.css +0 -0
  610. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/themes/quartz/plotly.json +0 -0
  611. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/themes/quartz_dark/base_css.url +0 -0
  612. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/themes/quartz_dark/custom.css +0 -0
  613. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/themes/quartz_dark/plotly.json +0 -0
  614. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/__init__.py +0 -0
  615. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/ai_compound_generator.py +0 -0
  616. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/ai_summary.py +0 -0
  617. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/ai_synth.py +0 -0
  618. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/athena_utils.py +0 -0
  619. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/aws_utils.py +0 -0
  620. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/bulk_utils.py +0 -0
  621. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/cache.py +0 -0
  622. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/chem_utils/__init__.py +0 -0
  623. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/chem_utils/fingerprints.py +0 -0
  624. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/chem_utils/misc.py +0 -0
  625. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/chem_utils/mol_descriptors.py +0 -0
  626. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/chem_utils/mol_standardize.py +0 -0
  627. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/chem_utils/mol_tagging.py +0 -0
  628. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/chem_utils/projections.py +0 -0
  629. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/chem_utils/salts.py +0 -0
  630. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/chem_utils/sdf.py +0 -0
  631. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/chem_utils/toxicity.py +0 -0
  632. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/chem_utils/vis.py +0 -0
  633. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/cloudwatch_handler.py +0 -0
  634. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/cloudwatch_utils.py +0 -0
  635. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/color_utils.py +0 -0
  636. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/config_manager.py +0 -0
  637. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/dashboard_metrics.py +0 -0
  638. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/datetime_utils.py +0 -0
  639. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/deprecated_utils.py +0 -0
  640. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/df_to_endpoint.py +0 -0
  641. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/ecs_info.py +0 -0
  642. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/endpoint_metrics.py +0 -0
  643. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/endpoint_utils.py +0 -0
  644. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/extract_model_artifact.py +0 -0
  645. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/fast_inference.py +0 -0
  646. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/glue_utils.py +0 -0
  647. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/graph_utils.py +0 -0
  648. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/ipython_utils.py +0 -0
  649. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/json_utils.py +0 -0
  650. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/lambda_utils.py +0 -0
  651. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/license_manager.py +0 -0
  652. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/log_utils.py +0 -0
  653. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/markdown_utils.py +0 -0
  654. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/model_utils.py +0 -0
  655. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/monitor_utils.py +0 -0
  656. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/pandas_utils.py +0 -0
  657. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/performance_utils.py +0 -0
  658. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/pipeline_utils.py +0 -0
  659. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/plot_utils.py +0 -0
  660. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/plugin_manager.py +0 -0
  661. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/prox_utils.py +0 -0
  662. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/redis_cache.py +0 -0
  663. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/repl_utils.py +0 -0
  664. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/resource_utils.py +0 -0
  665. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/s3_utils.py +0 -0
  666. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/shap_utils.py +0 -0
  667. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/shapley_values.py +0 -0
  668. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/symbols.py +0 -0
  669. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/test_data_generator.py +0 -0
  670. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/theme_manager.py +0 -0
  671. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/trace_calls.py +0 -0
  672. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/type_abbrev.py +0 -0
  673. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/workbench_cache.py +0 -0
  674. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/workbench_event_bridge.py +0 -0
  675. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/workbench_logging.py +0 -0
  676. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/workbench_sqs.py +0 -0
  677. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/utils/xgboost_model_utils.py +0 -0
  678. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/components/component_interface.py +0 -0
  679. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/components/correlation_matrix.py +0 -0
  680. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/components/data_details_markdown.py +0 -0
  681. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/components/endpoint_metric_plots.py +0 -0
  682. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/components/experiments/dashboard_metric_plots.py +0 -0
  683. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/components/experiments/outlier_plot.py +0 -0
  684. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/components/model_plot.py +0 -0
  685. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/components/plugin_interface.py +0 -0
  686. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/components/plugin_unit_test.py +0 -0
  687. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/components/plugins/ag_table.py +0 -0
  688. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/components/plugins/confusion_matrix.py +0 -0
  689. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/components/plugins/dashboard_status.py +0 -0
  690. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/components/plugins/data_details.py +0 -0
  691. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/components/plugins/endpoint_details.py +0 -0
  692. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/components/plugins/generated_compounds.py +0 -0
  693. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/components/plugins/graph_plot.py +0 -0
  694. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/components/plugins/license_details.py +0 -0
  695. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/components/plugins/model_details.py +0 -0
  696. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/components/plugins/molecule_panel.py +0 -0
  697. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/components/plugins/molecule_viewer.py +0 -0
  698. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/components/plugins/pipeline_details.py +0 -0
  699. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/components/plugins/proximity_mini_graph.py +0 -0
  700. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/components/plugins/scatter_plot.py +0 -0
  701. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/components/plugins/shap_summary_plot.py +0 -0
  702. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/components/regression_plot.py +0 -0
  703. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/components/violin_plots.py +0 -0
  704. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/page_views/data_sources_page_view.py +0 -0
  705. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/page_views/endpoints_page_view.py +0 -0
  706. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/page_views/feature_sets_page_view.py +0 -0
  707. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/page_views/main_page.py +0 -0
  708. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/page_views/models_page_view.py +0 -0
  709. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/page_views/page_view.py +0 -0
  710. {workbench-0.8.174 → workbench-0.8.176}/src/workbench/web_interface/page_views/pipelines_page_view.py +0 -0
  711. {workbench-0.8.174 → workbench-0.8.176}/src/workbench.egg-info/SOURCES.txt +0 -0
  712. {workbench-0.8.174 → workbench-0.8.176}/src/workbench.egg-info/dependency_links.txt +0 -0
  713. {workbench-0.8.174 → workbench-0.8.176}/src/workbench.egg-info/entry_points.txt +0 -0
  714. {workbench-0.8.174 → workbench-0.8.176}/src/workbench.egg-info/requires.txt +0 -0
  715. {workbench-0.8.174 → workbench-0.8.176}/src/workbench.egg-info/top_level.txt +0 -0
  716. {workbench-0.8.174 → workbench-0.8.176}/tests/README.md +0 -0
  717. {workbench-0.8.174 → workbench-0.8.176}/tests/artifacts/data_source_tests.py +0 -0
  718. {workbench-0.8.174 → workbench-0.8.176}/tests/artifacts/empty_model_group.py +0 -0
  719. {workbench-0.8.174 → workbench-0.8.176}/tests/artifacts/endpoint_tests.py +0 -0
  720. {workbench-0.8.174 → workbench-0.8.176}/tests/artifacts/featureset_ingest_boundaries.py +0 -0
  721. {workbench-0.8.174 → workbench-0.8.176}/tests/artifacts/featureset_tests.py +0 -0
  722. {workbench-0.8.174 → workbench-0.8.176}/tests/artifacts/graph_tests.py +0 -0
  723. {workbench-0.8.174 → workbench-0.8.176}/tests/artifacts/model_metrics_tests.py +0 -0
  724. {workbench-0.8.174 → workbench-0.8.176}/tests/artifacts/model_tests.py +0 -0
  725. {workbench-0.8.174 → workbench-0.8.176}/tests/aws_account/aws_account_clamp_tests.py +0 -0
  726. {workbench-0.8.174 → workbench-0.8.176}/tests/cached/cached_artifact_tests.py +0 -0
  727. {workbench-0.8.174 → workbench-0.8.176}/tests/chem_info/test_tautomerization.py +0 -0
  728. {workbench-0.8.174 → workbench-0.8.176}/tests/corner_cases/end_to_end.py +0 -0
  729. {workbench-0.8.174 → workbench-0.8.176}/tests/create_test_artifacts/100_percent_models.py +0 -0
  730. {workbench-0.8.174 → workbench-0.8.176}/tests/create_test_artifacts/create_aqsol_artifacts.py +0 -0
  731. {workbench-0.8.174 → workbench-0.8.176}/tests/create_test_artifacts/create_aqsol_rt_artifacts.py +0 -0
  732. {workbench-0.8.174 → workbench-0.8.176}/tests/create_test_artifacts/create_aqsol_uq_artifacts.py +0 -0
  733. {workbench-0.8.174 → workbench-0.8.176}/tests/create_test_artifacts/create_basic_test_artifacts.py +0 -0
  734. {workbench-0.8.174 → workbench-0.8.176}/tests/create_test_artifacts/create_copy_artifacts.py +0 -0
  735. {workbench-0.8.174 → workbench-0.8.176}/tests/create_test_artifacts/create_empty_model_group.py +0 -0
  736. {workbench-0.8.174 → workbench-0.8.176}/tests/create_test_artifacts/create_endpoints_for_timing.py +0 -0
  737. {workbench-0.8.174 → workbench-0.8.176}/tests/create_test_artifacts/create_graph_artifacts.py +0 -0
  738. {workbench-0.8.174 → workbench-0.8.176}/tests/create_test_artifacts/create_knn_artifacts.py +0 -0
  739. {workbench-0.8.174 → workbench-0.8.176}/tests/create_test_artifacts/create_meta_endpoints.py +0 -0
  740. {workbench-0.8.174 → workbench-0.8.176}/tests/create_test_artifacts/create_pipeline_model.py +0 -0
  741. {workbench-0.8.174 → workbench-0.8.176}/tests/create_test_artifacts/create_proximity_models.py +0 -0
  742. {workbench-0.8.174 → workbench-0.8.176}/tests/create_test_artifacts/create_quant_regression_artifacts.py +0 -0
  743. {workbench-0.8.174 → workbench-0.8.176}/tests/create_test_artifacts/create_realtime_endpoint.py +0 -0
  744. {workbench-0.8.174 → workbench-0.8.176}/tests/create_test_artifacts/create_training_adjusted_artifacts.py +0 -0
  745. {workbench-0.8.174 → workbench-0.8.176}/tests/create_test_artifacts/create_wine_artifacts.py +0 -0
  746. {workbench-0.8.174 → workbench-0.8.176}/tests/create_test_artifacts/delete_stress_test_artifacts.py +0 -0
  747. {workbench-0.8.174 → workbench-0.8.176}/tests/create_test_artifacts/delete_test_artifacts.py +0 -0
  748. {workbench-0.8.174 → workbench-0.8.176}/tests/create_test_artifacts/regression_ensemble.py +0 -0
  749. {workbench-0.8.174 → workbench-0.8.176}/tests/create_test_artifacts/stress_test_aws.py +0 -0
  750. {workbench-0.8.174 → workbench-0.8.176}/tests/df_store/df_store_tests.py +0 -0
  751. {workbench-0.8.174 → workbench-0.8.176}/tests/lambda/decompress_layers.py +0 -0
  752. {workbench-0.8.174 → workbench-0.8.176}/tests/pandas_tests/test_drift.py +0 -0
  753. {workbench-0.8.174 → workbench-0.8.176}/tests/parameter_store/param_store_tests.py +0 -0
  754. {workbench-0.8.174 → workbench-0.8.176}/tests/plugin_tests/crashing_plugin.py +0 -0
  755. {workbench-0.8.174 → workbench-0.8.176}/tests/pytorch/pytorch_hello.py +0 -0
  756. {workbench-0.8.174 → workbench-0.8.176}/tests/requirements-dev.txt +0 -0
  757. {workbench-0.8.174 → workbench-0.8.176}/tests/specific/capital_tests.py +0 -0
  758. {workbench-0.8.174 → workbench-0.8.176}/tests/specific/column_changes.py +0 -0
  759. {workbench-0.8.174 → workbench-0.8.176}/tests/specific/config_manager.py +0 -0
  760. {workbench-0.8.174 → workbench-0.8.176}/tests/specific/deletion_tests.py +0 -0
  761. {workbench-0.8.174 → workbench-0.8.176}/tests/specific/shap_tests.py +0 -0
  762. {workbench-0.8.174 → workbench-0.8.176}/tests/transforms/data_to_data_tests.py +0 -0
  763. {workbench-0.8.174 → workbench-0.8.176}/tests/transforms/data_to_features_tests.py +0 -0
  764. {workbench-0.8.174 → workbench-0.8.176}/tests/transforms/features_to_model_tests.py +0 -0
  765. {workbench-0.8.174 → workbench-0.8.176}/tests/transforms/model_to_endpoint_tests.py +0 -0
  766. {workbench-0.8.174 → workbench-0.8.176}/tests/transforms/pandas_to_data_tests.py +0 -0
  767. {workbench-0.8.174 → workbench-0.8.176}/tests/transforms/pandas_to_features_test.py +0 -0
  768. {workbench-0.8.174 → workbench-0.8.176}/tests/views/view_tests.py +0 -0
  769. {workbench-0.8.174 → workbench-0.8.176}/tests/views/view_tests_complex.py +0 -0
  770. {workbench-0.8.174 → workbench-0.8.176}/tests/web_components/confusion_matrix_test.py +0 -0
  771. {workbench-0.8.174 → workbench-0.8.176}/tests/web_components/correlation_matrix_test.py +0 -0
  772. {workbench-0.8.174 → workbench-0.8.176}/tests/web_components/graph_plot_test.py +0 -0
  773. {workbench-0.8.174 → workbench-0.8.176}/tests/web_components/plugin_interface_test.py +0 -0
  774. {workbench-0.8.174 → workbench-0.8.176}/tests/web_components/scatter_plot_test.py +0 -0
  775. {workbench-0.8.174 → workbench-0.8.176}/tox.ini +0 -0
  776. {workbench-0.8.174 → workbench-0.8.176}/ui_testing/assets/custom.css +0 -0
  777. {workbench-0.8.174 → workbench-0.8.176}/ui_testing/table_comparison.py +0 -0
  778. {workbench-0.8.174 → workbench-0.8.176}/ui_testing/theme_switching.py +0 -0
  779. {workbench-0.8.174 → workbench-0.8.176}/ui_testing/theme_switching_2.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: workbench
3
- Version: 0.8.174
3
+ Version: 0.8.176
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
@@ -238,8 +238,8 @@ class Artifact(ABC):
238
238
  """
239
239
 
240
240
  # Check for ReadOnly Role
241
- if self.aws_account_clamp.read_only_role:
242
- self.log.info("Cannot add metadata with a ReadOnly Role...")
241
+ if self.aws_account_clamp.read_only:
242
+ self.log.info("Cannot add metadata with a ReadOnly Permissions...")
243
243
  return
244
244
 
245
245
  # Sanity check
@@ -231,6 +231,13 @@ class DataCaptureCore:
231
231
  self.log.info(f"Processing {len(files)} files from {from_date} onwards.")
232
232
  else:
233
233
  self.log.info(f"Processing all {len(files)} files...")
234
+
235
+ # Check if any files remain after filtering
236
+ if not files:
237
+ self.log.info("No files to process after date filtering.")
238
+ return pd.DataFrame(), pd.DataFrame()
239
+
240
+ # Sort files by name (assumed to include timestamp)
234
241
  files.sort()
235
242
 
236
243
  # Get all timestamps in one batch if needed
@@ -337,7 +344,7 @@ if __name__ == "__main__":
337
344
  # print(pred_df.head())
338
345
 
339
346
  # Check that data capture is working
340
- input_df, output_df = dc.get_captured_data()
347
+ input_df, output_df = dc.get_captured_data(from_date="2025-09-01")
341
348
  if input_df.empty and output_df.empty:
342
349
  print("No data capture files found, for a new endpoint it may take a few minutes to start capturing data")
343
350
  else:
@@ -55,9 +55,10 @@ class AWSAccountClamp:
55
55
  # Check our Assume Role
56
56
  self.log.info("Checking Workbench Assumed Role...")
57
57
  role_info = self.aws_session.assumed_role_info()
58
+ self.log.info(f"Assumed Role: {role_info}")
58
59
 
59
- # Check if the Role is a 'ReadOnly' role
60
- self.read_only_role = "readonly" in role_info["AssumedRoleArn"].lower()
60
+ # Check if we have tag write permissions (if we don't, we are read-only)
61
+ self.read_only = not self.check_tag_permissions()
61
62
 
62
63
  # Check our Workbench API Key and Load the License
63
64
  self.log.info("Checking Workbench API License...")
@@ -141,6 +142,45 @@ class AWSAccountClamp:
141
142
  """
142
143
  return self.boto3_session.client("sagemaker")
143
144
 
145
+ def check_tag_permissions(self):
146
+ """Check if current role has permission to add tags to SageMaker endpoints.
147
+
148
+ Returns:
149
+ bool: True if AddTags is allowed, False otherwise
150
+ """
151
+ try:
152
+ sagemaker = self.boto3_session.client("sagemaker")
153
+
154
+ # Use a non-existent endpoint name
155
+ fake_endpoint = "workbench-permission-check-dummy-endpoint"
156
+
157
+ # Try to add tags to the non-existent endpoint
158
+ sagemaker.add_tags(
159
+ ResourceArn=f"arn:aws:sagemaker:{self.region}:{self.account_id}:endpoint/{fake_endpoint}",
160
+ Tags=[{"Key": "PermissionCheck", "Value": "Test"}],
161
+ )
162
+
163
+ # If we get here, we have permission (but endpoint doesn't exist)
164
+ return True
165
+
166
+ except ClientError as e:
167
+ error_code = e.response["Error"]["Code"]
168
+
169
+ # AccessDeniedException = no permission
170
+ if error_code == "AccessDeniedException":
171
+ self.log.debug("No AddTags permission (AccessDeniedException)")
172
+ return False
173
+
174
+ # ResourceNotFound = we have permission, but endpoint doesn't exist
175
+ elif error_code in ["ResourceNotFound", "ValidationException"]:
176
+ self.log.debug("AddTags permission verified (resource not found)")
177
+ return True
178
+
179
+ # Unexpected error, assume no permission for safety
180
+ else:
181
+ self.log.debug(f"Unexpected error checking permissions: {error_code}")
182
+ return False
183
+
144
184
 
145
185
  if __name__ == "__main__":
146
186
  """Exercise the AWS Account Clamp Class"""
@@ -165,3 +205,9 @@ if __name__ == "__main__":
165
205
  print("\n\n*** AWS Sagemaker Session/Client Check ***")
166
206
  sm_client = aws_account_clamp.sagemaker_client()
167
207
  print(sm_client.list_feature_groups()["FeatureGroupSummaries"])
208
+
209
+ print("\n\n*** AWS Tag Permission Check ***")
210
+ if aws_account_clamp.check_tag_permissions():
211
+ print("Tag Permission Check Success...")
212
+ else:
213
+ print("Tag Permission Check Failed...")
@@ -0,0 +1,494 @@
1
+ # Model: XGBoost for point predictions + LightGBM with MAPIE for conformalized intervals
2
+ from mapie.regression import ConformalizedQuantileRegressor
3
+ from lightgbm import LGBMRegressor
4
+ from xgboost import XGBRegressor
5
+ from sklearn.model_selection import train_test_split
6
+
7
+ # Model Performance Scores
8
+ from sklearn.metrics import (
9
+ mean_absolute_error,
10
+ r2_score,
11
+ root_mean_squared_error
12
+ )
13
+
14
+ from io import StringIO
15
+ import json
16
+ import argparse
17
+ import joblib
18
+ import os
19
+ import numpy as np
20
+ import pandas as pd
21
+ from typing import List, Tuple
22
+
23
+ # Template Placeholders
24
+ TEMPLATE_PARAMS = {
25
+ "target": "udm_asy_res_value",
26
+ "features": ['chi2v', 'fr_sulfone', 'chi1v', 'bcut2d_logplow', 'fr_piperzine', 'kappa3', 'smr_vsa1', 'slogp_vsa5', 'fr_ketone_topliss', 'fr_sulfonamd', 'fr_imine', 'fr_benzene', 'fr_ester', 'chi2n', 'labuteasa', 'peoe_vsa2', 'smr_vsa6', 'bcut2d_chglo', 'fr_sh', 'peoe_vsa1', 'fr_allylic_oxid', 'chi4n', 'fr_ar_oh', 'fr_nh0', 'fr_term_acetylene', 'slogp_vsa7', 'slogp_vsa4', 'estate_vsa1', 'vsa_estate4', 'numbridgeheadatoms', 'numheterocycles', 'fr_ketone', 'fr_morpholine', 'fr_guanido', 'estate_vsa2', 'numheteroatoms', 'fr_nitro_arom_nonortho', 'fr_piperdine', 'nocount', 'numspiroatoms', 'fr_aniline', 'fr_thiophene', 'slogp_vsa10', 'fr_amide', 'slogp_vsa2', 'fr_epoxide', 'vsa_estate7', 'fr_ar_coo', 'fr_imidazole', 'fr_nitrile', 'fr_oxazole', 'numsaturatedrings', 'fr_pyridine', 'fr_hoccn', 'fr_ndealkylation1', 'numaliphaticheterocycles', 'fr_phenol', 'maxpartialcharge', 'vsa_estate5', 'peoe_vsa13', 'minpartialcharge', 'qed', 'fr_al_oh', 'slogp_vsa11', 'chi0n', 'fr_bicyclic', 'peoe_vsa12', 'fpdensitymorgan1', 'fr_oxime', 'molwt', 'fr_dihydropyridine', 'smr_vsa5', 'peoe_vsa5', 'fr_nitro', 'hallkieralpha', 'heavyatommolwt', 'fr_alkyl_halide', 'peoe_vsa8', 'fr_nhpyrrole', 'fr_isocyan', 'bcut2d_chghi', 'fr_lactam', 'peoe_vsa11', 'smr_vsa9', 'tpsa', 'chi4v', 'slogp_vsa1', 'phi', 'bcut2d_logphi', 'avgipc', 'estate_vsa11', 'fr_coo', 'bcut2d_mwhi', 'numunspecifiedatomstereocenters', 'vsa_estate10', 'estate_vsa8', 'numvalenceelectrons', 'fr_nh2', 'fr_lactone', 'vsa_estate1', 'estate_vsa4', 'numatomstereocenters', 'vsa_estate8', 'fr_para_hydroxylation', 'peoe_vsa3', 'fr_thiazole', 'peoe_vsa10', 'fr_ndealkylation2', 'slogp_vsa12', 'peoe_vsa9', 'maxestateindex', 'fr_quatn', 'smr_vsa7', 'minestateindex', 'numaromaticheterocycles', 'numrotatablebonds', 'fr_ar_nh', 'fr_ether', 'exactmolwt', 'fr_phenol_noorthohbond', 'slogp_vsa3', 'fr_ar_n', 'sps', 'fr_c_o_nocoo', 'bertzct', 'peoe_vsa7', 'slogp_vsa8', 'numradicalelectrons', 'molmr', 'fr_tetrazole', 'numsaturatedcarbocycles', 'bcut2d_mrhi', 'kappa1', 'numamidebonds', 'fpdensitymorgan2', 'smr_vsa8', 'chi1n', 'estate_vsa6', 'fr_barbitur', 'fr_diazo', 'kappa2', 'chi0', 'bcut2d_mrlow', 'balabanj', 'peoe_vsa4', 'numhacceptors', 'fr_sulfide', 'chi3n', 'smr_vsa2', 'fr_al_oh_notert', 'fr_benzodiazepine', 'fr_phos_ester', 'fr_aldehyde', 'fr_coo2', 'estate_vsa5', 'fr_prisulfonamd', 'numaromaticcarbocycles', 'fr_unbrch_alkane', 'fr_urea', 'fr_nitroso', 'smr_vsa10', 'fr_c_s', 'smr_vsa3', 'fr_methoxy', 'maxabspartialcharge', 'slogp_vsa9', 'heavyatomcount', 'fr_azide', 'chi3v', 'smr_vsa4', 'mollogp', 'chi0v', 'fr_aryl_methyl', 'fr_nh1', 'fpdensitymorgan3', 'fr_furan', 'fr_hdrzine', 'fr_arn', 'numaromaticrings', 'vsa_estate3', 'fr_azo', 'fr_halogen', 'estate_vsa9', 'fr_hdrzone', 'numhdonors', 'fr_alkyl_carbamate', 'fr_isothiocyan', 'minabspartialcharge', 'fr_al_coo', 'ringcount', 'chi1', 'estate_vsa7', 'fr_nitro_arom', 'vsa_estate9', 'minabsestateindex', 'maxabsestateindex', 'vsa_estate6', 'estate_vsa10', 'estate_vsa3', 'fr_n_o', 'fr_amidine', 'fr_thiocyan', 'fr_phos_acid', 'fr_c_o', 'fr_imide', 'numaliphaticrings', 'peoe_vsa6', 'vsa_estate2', 'nhohcount', 'numsaturatedheterocycles', 'slogp_vsa6', 'peoe_vsa14', 'fractioncsp3', 'bcut2d_mwlow', 'numaliphaticcarbocycles', 'fr_priamide', 'nacid', 'nbase', 'naromatom', 'narombond', 'sz', 'sm', 'sv', 'sse', 'spe', 'sare', 'sp', 'si', 'mz', 'mm', 'mv', 'mse', 'mpe', 'mare', 'mp', 'mi', 'xch_3d', 'xch_4d', 'xch_5d', 'xch_6d', 'xch_7d', 'xch_3dv', 'xch_4dv', 'xch_5dv', 'xch_6dv', 'xch_7dv', 'xc_3d', 'xc_4d', 'xc_5d', 'xc_6d', 'xc_3dv', 'xc_4dv', 'xc_5dv', 'xc_6dv', 'xpc_4d', 'xpc_5d', 'xpc_6d', 'xpc_4dv', 'xpc_5dv', 'xpc_6dv', 'xp_0d', 'xp_1d', 'xp_2d', 'xp_3d', 'xp_4d', 'xp_5d', 'xp_6d', 'xp_7d', 'axp_0d', 'axp_1d', 'axp_2d', 'axp_3d', 'axp_4d', 'axp_5d', 'axp_6d', 'axp_7d', 'xp_0dv', 'xp_1dv', 'xp_2dv', 'xp_3dv', 'xp_4dv', 'xp_5dv', 'xp_6dv', 'xp_7dv', 'axp_0dv', 'axp_1dv', 'axp_2dv', 'axp_3dv', 'axp_4dv', 'axp_5dv', 'axp_6dv', 'axp_7dv', 'c1sp1', 'c2sp1', 'c1sp2', 'c2sp2', 'c3sp2', 'c1sp3', 'c2sp3', 'c3sp3', 'c4sp3', 'hybratio', 'fcsp3', 'num_stereocenters', 'num_unspecified_stereocenters', 'num_defined_stereocenters', 'num_r_centers', 'num_s_centers', 'num_stereobonds', 'num_e_bonds', 'num_z_bonds', 'stereo_complexity', 'frac_defined_stereo'],
27
+ "compressed_features": [],
28
+ "train_all_data": True
29
+ }
30
+
31
+
32
+ # Function to check if dataframe is empty
33
+ def check_dataframe(df: pd.DataFrame, df_name: str) -> None:
34
+ """
35
+ Check if the provided dataframe is empty and raise an exception if it is.
36
+
37
+ Args:
38
+ df (pd.DataFrame): DataFrame to check
39
+ df_name (str): Name of the DataFrame
40
+ """
41
+ if df.empty:
42
+ msg = f"*** The training data {df_name} has 0 rows! ***STOPPING***"
43
+ print(msg)
44
+ raise ValueError(msg)
45
+
46
+
47
+ def match_features_case_insensitive(df: pd.DataFrame, model_features: list) -> pd.DataFrame:
48
+ """
49
+ Matches and renames DataFrame columns to match model feature names (case-insensitive).
50
+ Prioritizes exact matches, then case-insensitive matches.
51
+
52
+ Raises ValueError if any model features cannot be matched.
53
+ """
54
+ df_columns_lower = {col.lower(): col for col in df.columns}
55
+ rename_dict = {}
56
+ missing = []
57
+ for feature in model_features:
58
+ if feature in df.columns:
59
+ continue # Exact match
60
+ elif feature.lower() in df_columns_lower:
61
+ rename_dict[df_columns_lower[feature.lower()]] = feature
62
+ else:
63
+ missing.append(feature)
64
+
65
+ if missing:
66
+ raise ValueError(f"Features not found: {missing}")
67
+
68
+ # Rename the DataFrame columns to match the model features
69
+ return df.rename(columns=rename_dict)
70
+
71
+
72
+ def convert_categorical_types(df: pd.DataFrame, features: list, category_mappings={}) -> tuple:
73
+ """
74
+ Converts appropriate columns to categorical type with consistent mappings.
75
+
76
+ Args:
77
+ df (pd.DataFrame): The DataFrame to process.
78
+ features (list): List of feature names to consider for conversion.
79
+ category_mappings (dict, optional): Existing category mappings. If empty dict, we're in
80
+ training mode. If populated, we're in inference mode.
81
+
82
+ Returns:
83
+ tuple: (processed DataFrame, category mappings dictionary)
84
+ """
85
+ # Training mode
86
+ if category_mappings == {}:
87
+ for col in df.select_dtypes(include=["object", "string"]):
88
+ if col in features and df[col].nunique() < 20:
89
+ print(f"Training mode: Converting {col} to category")
90
+ df[col] = df[col].astype("category")
91
+ category_mappings[col] = df[col].cat.categories.tolist() # Store category mappings
92
+
93
+ # Inference mode
94
+ else:
95
+ for col, categories in category_mappings.items():
96
+ if col in df.columns:
97
+ print(f"Inference mode: Applying categorical mapping for {col}")
98
+ df[col] = pd.Categorical(df[col], categories=categories) # Apply consistent categorical mapping
99
+
100
+ return df, category_mappings
101
+
102
+
103
+ def decompress_features(
104
+ df: pd.DataFrame, features: List[str], compressed_features: List[str]
105
+ ) -> Tuple[pd.DataFrame, List[str]]:
106
+ """Prepare features for the model by decompressing bitstring features
107
+
108
+ Args:
109
+ df (pd.DataFrame): The features DataFrame
110
+ features (List[str]): Full list of feature names
111
+ compressed_features (List[str]): List of feature names to decompress (bitstrings)
112
+
113
+ Returns:
114
+ pd.DataFrame: DataFrame with the decompressed features
115
+ List[str]: Updated list of feature names after decompression
116
+
117
+ Raises:
118
+ ValueError: If any missing values are found in the specified features
119
+ """
120
+
121
+ # Check for any missing values in the required features
122
+ missing_counts = df[features].isna().sum()
123
+ if missing_counts.any():
124
+ missing_features = missing_counts[missing_counts > 0]
125
+ print(
126
+ f"WARNING: Found missing values in features: {missing_features.to_dict()}. "
127
+ "WARNING: You might want to remove/replace all NaN values before processing."
128
+ )
129
+
130
+ # Decompress the specified compressed features
131
+ decompressed_features = features.copy()
132
+ for feature in compressed_features:
133
+ if (feature not in df.columns) or (feature not in features):
134
+ print(f"Feature '{feature}' not in the features list, skipping decompression.")
135
+ continue
136
+
137
+ # Remove the feature from the list of features to avoid duplication
138
+ decompressed_features.remove(feature)
139
+
140
+ # Handle all compressed features as bitstrings
141
+ bit_matrix = np.array([list(bitstring) for bitstring in df[feature]], dtype=np.uint8)
142
+ prefix = feature[:3]
143
+
144
+ # Create all new columns at once - avoids fragmentation
145
+ new_col_names = [f"{prefix}_{i}" for i in range(bit_matrix.shape[1])]
146
+ new_df = pd.DataFrame(bit_matrix, columns=new_col_names, index=df.index)
147
+
148
+ # Add to features list
149
+ decompressed_features.extend(new_col_names)
150
+
151
+ # Drop original column and concatenate new ones
152
+ df = df.drop(columns=[feature])
153
+ df = pd.concat([df, new_df], axis=1)
154
+
155
+ return df, decompressed_features
156
+
157
+
158
+ if __name__ == "__main__":
159
+ # Template Parameters
160
+ target = TEMPLATE_PARAMS["target"]
161
+ features = TEMPLATE_PARAMS["features"]
162
+ orig_features = features.copy()
163
+ compressed_features = TEMPLATE_PARAMS["compressed_features"]
164
+ train_all_data = TEMPLATE_PARAMS["train_all_data"]
165
+ validation_split = 0.2
166
+
167
+ # Script arguments for input/output directories
168
+ parser = argparse.ArgumentParser()
169
+ parser.add_argument("--model-dir", type=str, default=os.environ.get("SM_MODEL_DIR", "/opt/ml/model"))
170
+ parser.add_argument("--train", type=str, default=os.environ.get("SM_CHANNEL_TRAIN", "/opt/ml/input/data/train"))
171
+ parser.add_argument(
172
+ "--output-data-dir", type=str, default=os.environ.get("SM_OUTPUT_DATA_DIR", "/opt/ml/output/data")
173
+ )
174
+ args = parser.parse_args()
175
+
176
+ # Read the training data into DataFrames
177
+ training_files = [
178
+ os.path.join(args.train, file)
179
+ for file in os.listdir(args.train)
180
+ if file.endswith(".csv")
181
+ ]
182
+ print(f"Training Files: {training_files}")
183
+
184
+ # Combine files and read them all into a single pandas dataframe
185
+ all_df = pd.concat([pd.read_csv(file, engine="python") for file in training_files])
186
+
187
+ # Check if the dataframe is empty
188
+ check_dataframe(all_df, "training_df")
189
+
190
+ # Features/Target output
191
+ print(f"Target: {target}")
192
+ print(f"Features: {str(features)}")
193
+
194
+ # Convert any features that might be categorical to 'category' type
195
+ all_df, category_mappings = convert_categorical_types(all_df, features)
196
+
197
+ # If we have compressed features, decompress them
198
+ if compressed_features:
199
+ print(f"Decompressing features {compressed_features}...")
200
+ all_df, features = decompress_features(all_df, features, compressed_features)
201
+
202
+ # Do we want to train on all the data?
203
+ if train_all_data:
204
+ print("Training on ALL of the data")
205
+ df_train = all_df.copy()
206
+ df_val = all_df.copy()
207
+
208
+ # Does the dataframe have a training column?
209
+ elif "training" in all_df.columns:
210
+ print("Found training column, splitting data based on training column")
211
+ df_train = all_df[all_df["training"]]
212
+ df_val = all_df[~all_df["training"]]
213
+ else:
214
+ # Just do a random training Split
215
+ print("WARNING: No training column found, splitting data with random state=42")
216
+ df_train, df_val = train_test_split(
217
+ all_df, test_size=validation_split, random_state=42
218
+ )
219
+ print(f"FIT/TRAIN: {df_train.shape}")
220
+ print(f"VALIDATION: {df_val.shape}")
221
+
222
+ # Prepare features and targets for training
223
+ X_train = df_train[features]
224
+ X_validate = df_val[features]
225
+ y_train = df_train[target]
226
+ y_validate = df_val[target]
227
+
228
+ # Train XGBoost for point predictions
229
+ print("\nTraining XGBoost for point predictions...")
230
+ xgb_model = XGBRegressor(enable_categorical=True)
231
+ xgb_model.fit(X_train, y_train)
232
+
233
+ # Evaluate XGBoost performance
234
+ y_pred_xgb = xgb_model.predict(X_validate)
235
+ xgb_rmse = root_mean_squared_error(y_validate, y_pred_xgb)
236
+ xgb_mae = mean_absolute_error(y_validate, y_pred_xgb)
237
+ xgb_r2 = r2_score(y_validate, y_pred_xgb)
238
+
239
+ print(f"\nXGBoost Point Prediction Performance:")
240
+ print(f"RMSE: {xgb_rmse:.3f}")
241
+ print(f"MAE: {xgb_mae:.3f}")
242
+ print(f"R2: {xgb_r2:.3f}")
243
+
244
+ # Define confidence levels we want to model
245
+ confidence_levels = [0.50, 0.80, 0.90, 0.95] # 50%, 80%, 90%, 95% confidence intervals
246
+
247
+ # Store MAPIE models for each confidence level
248
+ mapie_models = {}
249
+
250
+ # Train models for each confidence level
251
+ for confidence_level in confidence_levels:
252
+ alpha = 1 - confidence_level
253
+ lower_q = alpha / 2
254
+ upper_q = 1 - alpha / 2
255
+
256
+ print(f"\nTraining quantile models for {confidence_level * 100:.0f}% confidence interval...")
257
+ print(f" Quantiles: {lower_q:.3f}, {upper_q:.3f}, 0.500")
258
+
259
+ # Train three models for this confidence level
260
+ quantile_estimators = []
261
+ for q in [lower_q, upper_q, 0.5]:
262
+ print(f" Training model for quantile {q:.3f}...")
263
+ est = LGBMRegressor(
264
+ objective="quantile",
265
+ alpha=q,
266
+ n_estimators=1000,
267
+ max_depth=6,
268
+ learning_rate=0.01,
269
+ num_leaves=31,
270
+ min_child_samples=20,
271
+ subsample=0.8,
272
+ colsample_bytree=0.8,
273
+ random_state=42,
274
+ verbose=-1,
275
+ force_col_wise=True
276
+ )
277
+ est.fit(X_train, y_train)
278
+ quantile_estimators.append(est)
279
+
280
+ # Create MAPIE CQR model for this confidence level
281
+ print(f" Setting up MAPIE CQR for {confidence_level * 100:.0f}% confidence...")
282
+ mapie_model = ConformalizedQuantileRegressor(
283
+ quantile_estimators,
284
+ confidence_level=confidence_level,
285
+ prefit=True
286
+ )
287
+
288
+ # Conformalize the model
289
+ print(f" Conformalizing with validation data...")
290
+ mapie_model.conformalize(X_validate, y_validate)
291
+
292
+ # Store the model
293
+ mapie_models[f"mapie_{confidence_level:.2f}"] = mapie_model
294
+
295
+ # Validate coverage for this confidence level
296
+ y_pred, y_pis = mapie_model.predict_interval(X_validate)
297
+ coverage = np.mean((y_validate >= y_pis[:, 0, 0]) & (y_validate <= y_pis[:, 1, 0]))
298
+ print(f" Coverage: Target={confidence_level * 100:.0f}%, Empirical={coverage * 100:.1f}%")
299
+
300
+ print(f"\nOverall Model Performance Summary:")
301
+ print(f"XGBoost RMSE: {xgb_rmse:.3f}")
302
+ print(f"XGBoost MAE: {xgb_mae:.3f}")
303
+ print(f"XGBoost R2: {xgb_r2:.3f}")
304
+ print(f"NumRows: {len(df_val)}")
305
+
306
+ # Analyze interval widths across confidence levels
307
+ print(f"\nInterval Width Analysis:")
308
+ for conf_level in confidence_levels:
309
+ model = mapie_models[f"mapie_{conf_level:.2f}"]
310
+ _, y_pis = model.predict_interval(X_validate)
311
+ widths = y_pis[:, 1, 0] - y_pis[:, 0, 0]
312
+ print(f" {conf_level * 100:.0f}% CI: Mean width={np.mean(widths):.3f}, Std={np.std(widths):.3f}")
313
+
314
+ # Save the trained XGBoost model
315
+ xgb_model.save_model(os.path.join(args.model_dir, "xgb_model.json"))
316
+
317
+ # Save all MAPIE models
318
+ for model_name, model in mapie_models.items():
319
+ joblib.dump(model, os.path.join(args.model_dir, f"{model_name}.joblib"))
320
+
321
+ # Save the feature list
322
+ with open(os.path.join(args.model_dir, "feature_columns.json"), "w") as fp:
323
+ json.dump(features, fp)
324
+
325
+ # Save category mappings if any
326
+ if category_mappings:
327
+ with open(os.path.join(args.model_dir, "category_mappings.json"), "w") as fp:
328
+ json.dump(category_mappings, fp)
329
+
330
+ # Save model configuration
331
+ model_config = {
332
+ "model_type": "XGBoost_MAPIE_CQR_LightGBM",
333
+ "confidence_levels": confidence_levels,
334
+ "n_features": len(features),
335
+ "target": target,
336
+ "validation_metrics": {
337
+ "xgb_rmse": float(xgb_rmse),
338
+ "xgb_mae": float(xgb_mae),
339
+ "xgb_r2": float(xgb_r2),
340
+ "n_validation": len(df_val)
341
+ }
342
+ }
343
+ with open(os.path.join(args.model_dir, "model_config.json"), "w") as fp:
344
+ json.dump(model_config, fp, indent=2)
345
+
346
+ print(f"\nModel training complete!")
347
+ print(f"Saved 1 XGBoost model and {len(mapie_models)} MAPIE models to {args.model_dir}")
348
+
349
+
350
+ #
351
+ # Inference Section
352
+ #
353
+ def model_fn(model_dir) -> dict:
354
+ """Load XGBoost and all MAPIE models from the specified directory."""
355
+
356
+ # Load model configuration to know which models to load
357
+ with open(os.path.join(model_dir, "model_config.json")) as fp:
358
+ config = json.load(fp)
359
+
360
+ # Load XGBoost regressor
361
+ xgb_path = os.path.join(model_dir, "xgb_model.json")
362
+ xgb_model = XGBRegressor(enable_categorical=True)
363
+ xgb_model.load_model(xgb_path)
364
+
365
+ # Load all MAPIE models
366
+ mapie_models = {}
367
+ for conf_level in config["confidence_levels"]:
368
+ model_name = f"mapie_{conf_level:.2f}"
369
+ mapie_models[model_name] = joblib.load(os.path.join(model_dir, f"{model_name}.joblib"))
370
+
371
+ # Load category mappings if they exist
372
+ category_mappings = {}
373
+ category_path = os.path.join(model_dir, "category_mappings.json")
374
+ if os.path.exists(category_path):
375
+ with open(category_path) as fp:
376
+ category_mappings = json.load(fp)
377
+
378
+ return {
379
+ "xgb_model": xgb_model,
380
+ "mapie_models": mapie_models,
381
+ "confidence_levels": config["confidence_levels"],
382
+ "category_mappings": category_mappings
383
+ }
384
+
385
+
386
+ def input_fn(input_data, content_type):
387
+ """Parse input data and return a DataFrame."""
388
+ if not input_data:
389
+ raise ValueError("Empty input data is not supported!")
390
+
391
+ # Decode bytes to string if necessary
392
+ if isinstance(input_data, bytes):
393
+ input_data = input_data.decode("utf-8")
394
+
395
+ if "text/csv" in content_type:
396
+ return pd.read_csv(StringIO(input_data))
397
+ elif "application/json" in content_type:
398
+ return pd.DataFrame(json.loads(input_data))
399
+ else:
400
+ raise ValueError(f"{content_type} not supported!")
401
+
402
+
403
+ def output_fn(output_df, accept_type):
404
+ """Supports both CSV and JSON output formats."""
405
+ if "text/csv" in accept_type:
406
+ # Convert categorical columns to string to avoid fillna issues
407
+ for col in output_df.select_dtypes(include=['category']).columns:
408
+ output_df[col] = output_df[col].astype(str)
409
+ csv_output = output_df.fillna("N/A").to_csv(index=False)
410
+ return csv_output, "text/csv"
411
+ elif "application/json" in accept_type:
412
+ return output_df.to_json(orient="records"), "application/json"
413
+ else:
414
+ raise RuntimeError(f"{accept_type} accept type is not supported by this script.")
415
+
416
+
417
+ def predict_fn(df, models) -> pd.DataFrame:
418
+ """Make predictions using XGBoost for point estimates and MAPIE for conformalized intervals
419
+
420
+ Args:
421
+ df (pd.DataFrame): The input DataFrame
422
+ models (dict): Dictionary containing XGBoost and MAPIE models
423
+
424
+ Returns:
425
+ pd.DataFrame: DataFrame with XGBoost predictions and conformalized intervals
426
+ """
427
+
428
+ # Grab our feature columns (from training)
429
+ model_dir = os.environ.get("SM_MODEL_DIR", "/opt/ml/model")
430
+ with open(os.path.join(model_dir, "feature_columns.json")) as fp:
431
+ model_features = json.load(fp)
432
+
433
+ # Match features in a case-insensitive manner
434
+ matched_df = match_features_case_insensitive(df, model_features)
435
+
436
+ # Apply categorical mappings if they exist
437
+ if models.get("category_mappings"):
438
+ matched_df, _ = convert_categorical_types(
439
+ matched_df,
440
+ model_features,
441
+ models["category_mappings"]
442
+ )
443
+
444
+ # Get features for prediction
445
+ X = matched_df[model_features]
446
+
447
+ # Get XGBoost point predictions
448
+ df["prediction"] = models["xgb_model"].predict(X)
449
+
450
+ # Get predictions from each MAPIE model for conformalized intervals
451
+ for conf_level in models["confidence_levels"]:
452
+ model_name = f"mapie_{conf_level:.2f}"
453
+ model = models["mapie_models"][model_name]
454
+
455
+ # Get conformalized predictions
456
+ y_pred, y_pis = model.predict_interval(X)
457
+
458
+ # Map confidence levels to quantile names
459
+ if conf_level == 0.50: # 50% CI
460
+ df["q_25"] = y_pis[:, 0, 0]
461
+ df["q_75"] = y_pis[:, 1, 0]
462
+ elif conf_level == 0.80: # 80% CI
463
+ df["q_10"] = y_pis[:, 0, 0]
464
+ df["q_90"] = y_pis[:, 1, 0]
465
+ elif conf_level == 0.90: # 90% CI
466
+ df["q_05"] = y_pis[:, 0, 0]
467
+ df["q_95"] = y_pis[:, 1, 0]
468
+ elif conf_level == 0.95: # 95% CI
469
+ df["q_025"] = y_pis[:, 0, 0]
470
+ df["q_975"] = y_pis[:, 1, 0]
471
+
472
+ # Add median (q_50) from XGBoost prediction
473
+ df["q_50"] = df["prediction"]
474
+
475
+ # Calculate uncertainty metrics based on 95% interval
476
+ interval_width = df["q_975"] - df["q_025"]
477
+ df["prediction_std"] = interval_width / 3.92
478
+
479
+ # Reorder the quantile columns for easier reading
480
+ quantile_cols = ["q_025", "q_05", "q_10", "q_25", "q_75", "q_90", "q_95", "q_975"]
481
+ other_cols = [col for col in df.columns if col not in quantile_cols]
482
+ df = df[other_cols + quantile_cols]
483
+
484
+ # Uncertainty score
485
+ df["uncertainty_score"] = interval_width / (np.abs(df["prediction"]) + 1e-6)
486
+
487
+ # Confidence bands
488
+ df["confidence_band"] = pd.cut(
489
+ df["uncertainty_score"],
490
+ bins=[0, 0.5, 1.0, 2.0, np.inf],
491
+ labels=["high", "medium", "low", "very_low"]
492
+ )
493
+
494
+ return df
@@ -227,15 +227,7 @@ if __name__ == "__main__":
227
227
 
228
228
  # Train XGBoost for point predictions
229
229
  print("\nTraining XGBoost for point predictions...")
230
- xgb_model = XGBRegressor(
231
- n_estimators=1000,
232
- max_depth=6,
233
- learning_rate=0.01,
234
- subsample=0.8,
235
- colsample_bytree=0.8,
236
- random_state=42,
237
- verbosity=0
238
- )
230
+ xgb_model = XGBRegressor(enable_categorical=True)
239
231
  xgb_model.fit(X_train, y_train)
240
232
 
241
233
  # Evaluate XGBoost performance
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: workbench
3
- Version: 0.8.174
3
+ Version: 0.8.176
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