workbench 0.8.166__tar.gz → 0.8.168__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.
- {workbench-0.8.166 → workbench-0.8.168}/PKG-INFO +1 -1
- workbench-0.8.168/aws_setup/workbench_core/app.py +70 -0
- workbench-0.8.168/aws_setup/workbench_core/requirements.txt +3 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/workbench_core/workbench_core/workbench_core_stack.py +314 -9
- workbench-0.8.168/model_docker_images/ml_pipelines/Dockerfile +38 -0
- workbench-0.8.168/model_docker_images/ml_pipelines/ml_pipeline_runner.py +71 -0
- workbench-0.8.168/model_docker_images/ml_pipelines/requirements.txt +16 -0
- {workbench-0.8.166 → workbench-0.8.168}/model_docker_images/scripts/build_deploy.sh +7 -6
- {workbench-0.8.166 → workbench-0.8.168}/pyproject.toml +1 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/cloud_platform/aws/aws_session.py +4 -4
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/xgb_model/generated_model_script.py +5 -5
- workbench-0.8.168/src/workbench/scripts/ml_pipeline_launcher.py +139 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/scripts/monitor_cloud_watch.py +20 -100
- workbench-0.8.168/src/workbench/utils/cloudwatch_utils.py +137 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench.egg-info/PKG-INFO +1 -1
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench.egg-info/SOURCES.txt +5 -6
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench.egg-info/entry_points.txt +1 -0
- workbench-0.8.166/aws_setup/workbench_core/app.py +0 -47
- workbench-0.8.166/aws_setup/workbench_core/requirements.txt +0 -3
- workbench-0.8.166/examples/pipelines/abalone_pipeline_v1.json +0 -43
- workbench-0.8.166/examples/pipelines/abalone_pipeline_v2.json +0 -45
- workbench-0.8.166/examples/pipelines/aqsol_pipeline_v1.json +0 -66
- workbench-0.8.166/examples/pipelines/pipeline_details.py +0 -5
- workbench-0.8.166/examples/pipelines/pipeline_execute.py +0 -11
- workbench-0.8.166/examples/pipelines/pipeline_manager.py +0 -18
- {workbench-0.8.166 → workbench-0.8.168}/.flake8 +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/.github/dependabot.yml +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/.github/workflows/deploy-docs.yml +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/.github/workflows/python-lint.yml +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/.gitignore +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/CONTRIBUTING.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/Dockerfile +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/LICENSE +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/Makefile +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/README.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/SECURITY.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/aws_dashboard/Dockerfile +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/aws_dashboard/README.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/aws_dashboard/app.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/aws_dashboard/assets/favicon.ico +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/aws_dashboard/dashboard +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/aws_dashboard/deploy.sh +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/aws_dashboard/nginx.conf +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/aws_dashboard/open_source_config.json +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/aws_dashboard/pages/data_sources/callbacks.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/aws_dashboard/pages/data_sources/layout.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/aws_dashboard/pages/data_sources/page.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/aws_dashboard/pages/endpoints/callbacks.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/aws_dashboard/pages/endpoints/layout.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/aws_dashboard/pages/endpoints/page.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/aws_dashboard/pages/feature_sets/callbacks.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/aws_dashboard/pages/feature_sets/layout.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/aws_dashboard/pages/feature_sets/page.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/aws_dashboard/pages/license/page.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/aws_dashboard/pages/main/callbacks.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/aws_dashboard/pages/main/layout.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/aws_dashboard/pages/main/page.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/aws_dashboard/pages/models/callbacks.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/aws_dashboard/pages/models/layout.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/aws_dashboard/pages/models/page.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/aws_dashboard/pages/pipelines/callbacks.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/aws_dashboard/pages/pipelines/layout.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/aws_dashboard/pages/pipelines/page.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/aws_dashboard/pages/status/page.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/aws_dashboard/static/dark.css +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/aws_dashboard/static/light.css +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/aws_dashboard/supervisord.conf +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/compound_explorer/Dockerfile +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/compound_explorer/README.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/compound_explorer/app.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/compound_explorer/assets/favicon.ico +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/compound_explorer/callbacks.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/compound_explorer/explorer +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/compound_explorer/layout.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/compound_explorer/nginx.conf +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/compound_explorer/open_source_config.json +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/compound_explorer/requirements.txt +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/compound_explorer/storage/callbacks.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/compound_explorer/storage/callbacks_new.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/compound_explorer/storage/layout_new.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/applications/compound_explorer/supervisord.conf +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/aws_account_check.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/aws_identity_check.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/build_ml_pipeline.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/compound_explorer/.gitignore +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/compound_explorer/README.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/compound_explorer/app.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/compound_explorer/cdk.json +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/compound_explorer/compound_explorer/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/compound_explorer/compound_explorer/compound_explorer_stack.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/compound_explorer/requirements.txt +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/event_bridge/Readme.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/event_bridge/dynamic_docker/Readme.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/event_bridge/dynamic_docker/app.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/event_bridge/dynamic_docker/cdk.json +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/event_bridge/dynamic_docker/lambda/lambda_replace_task.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/event_bridge/dynamic_docker/workbench_image_update_stack.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/workbench_core/.gitignore +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/workbench_core/README.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/workbench_core/cdk.json +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/workbench_core/requirements-dev.txt +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/workbench_core/source.bat +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/workbench_core/workbench_core/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/workbench_dashboard_full/.gitignore +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/workbench_dashboard_full/README.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/workbench_dashboard_full/app.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/workbench_dashboard_full/cdk.json +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/workbench_dashboard_full/requirements-dev.txt +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/workbench_dashboard_full/requirements.txt +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/workbench_dashboard_full/source.bat +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/workbench_dashboard_stack.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/workbench_dashboard_lite/.gitignore +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/workbench_dashboard_lite/README.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/workbench_dashboard_lite/app.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/workbench_dashboard_lite/cdk.json +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/workbench_dashboard_lite/requirements.txt +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/workbench_dashboard_stack.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/data/abalone.csv +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/data/karate_graph.json +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/data/test_data.csv +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/data/test_data.json +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/data/wine_dataset.csv +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/deploy_docker.sh +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/admin/aws_service_limits.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/admin/base_docker_push.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/admin/dashboard_docker_push.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/admin/dashboard_s3_plugins.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/admin/explorer_docker_push.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/admin/images/dashboard_secret_click.png +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/admin/images/serverless_quotas.png +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/admin/images/status_showing_S3_path.png +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/admin/pypi_release.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/admin/workbench_docker_for_lambdas.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/api_classes/data_source.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/api_classes/df_store.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/api_classes/endpoint.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/api_classes/feature_set.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/api_classes/meta.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/api_classes/model.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/api_classes/monitor.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/api_classes/overview.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/api_classes/parameter_store.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/api_classes/pipelines.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/api_classes/views.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/aws_setup/aws_access_management.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/aws_setup/aws_client_vpn.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/aws_setup/aws_setup.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/aws_setup/aws_tips_and_tricks.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/aws_setup/core_stack.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/aws_setup/dashboard_stack.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/aws_setup/domain_cert_setup.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/aws_setup/full_pipeline.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/aws_setup/iam_assume_role.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/aws_setup/sso_assume_role.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/blogs/aws_credentials_lock.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/blogs/canonicalization_and_tautomerization.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/blogs/compound_etl.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/blogs/compound_explorer.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/blogs/descriptor_drilldown.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/blogs/eda.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/blogs/feature_importances.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/blogs/fun_with_workbench/fun_with_endpoints.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/blogs/htg.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/blogs/index.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/blogs/model_monitoring.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/blogs/residual_analysis.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/cached/cached_data_source.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/cached/cached_endpoint.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/cached/cached_feature_set.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/cached/cached_meta.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/cached/cached_model.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/cached/overview.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/chem_utils/index.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/cloudwatch/index.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/comparisons/workbench_vs_databricks.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/compound_explorer/tox21.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/compound_explorer/toxicity_modeling.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/core_classes/artifacts/artifact.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/core_classes/artifacts/athena_source.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/core_classes/artifacts/data_source_abstract.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/core_classes/artifacts/endpoint_core.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/core_classes/artifacts/feature_set_core.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/core_classes/artifacts/model_core.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/core_classes/artifacts/monitor_core.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/core_classes/artifacts/overview.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/core_classes/overview.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/core_classes/transforms/data_loaders_heavy.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/core_classes/transforms/data_loaders_light.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/core_classes/transforms/data_to_features.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/core_classes/transforms/features_to_model.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/core_classes/transforms/model_to_endpoint.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/core_classes/transforms/overview.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/core_classes/transforms/pandas_transforms.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/core_classes/transforms/transform.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/core_classes/views/computation_view.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/core_classes/views/display_view.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/core_classes/views/inference_view.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/core_classes/views/overview.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/core_classes/views/training_view.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/data_algorithms/dataframes/overview.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/data_algorithms/graphs/overview.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/data_algorithms/overview.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/data_algorithms/spark/overview.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/data_algorithms/sql/overview.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/enterprise/index.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/enterprise/private_saas.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/enterprise/project_branding.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/enterprise/themes.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/getting_started/index.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/glue/index.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/images/big_spider.png +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/images/graph_representation.png +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/images/powered_aws_dark_blue.png +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/images/powered_aws_transparent.png +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/images/powered_aws_white.png +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/images/powered_aws_with_tm_grey.png +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/images/scp.png +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/images/scp_labs.png +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/images/small_spider.png +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/images/workbench_concepts.png +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/index.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/lambda_layer/index.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/misc/faq.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/misc/general_info.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/misc/scp_consulting.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/misc/workbench_classes_concepts.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/model_utils/index.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/plugins/index.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/presentations/index.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/release_notes/0_8_106.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/release_notes/0_8_158.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/release_notes/0_8_50.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/release_notes/0_8_55.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/release_notes/0_8_58.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/release_notes/0_8_60.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/release_notes/0_8_71.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/release_notes/0_8_74.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/release_notes/0_8_78.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/release_notes/archived/0_7_8.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/release_notes/archived/0_8_11.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/release_notes/archived/0_8_20.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/release_notes/archived/0_8_22.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/release_notes/archived/0_8_23.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/release_notes/archived/0_8_27.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/release_notes/archived/0_8_29.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/release_notes/archived/0_8_33.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/release_notes/archived/0_8_35.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/release_notes/archived/0_8_36.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/release_notes/archived/0_8_39.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/release_notes/archived/0_8_42.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/release_notes/archived/0_8_46.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/release_notes/archived/0_8_6.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/release_notes/archived/0_8_8.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/repl/index.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/road_maps/0_9_0.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/road_maps/0_9_5.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/themes/details.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/docs/themes/index.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/ag-grid/hello_world.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/chem_utils/canonicalize_smiles.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/chem_utils/tautomerize_smiles.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/datasource/datasource_from_df.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/datasource/datasource_from_s3.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/datasource/datasource_query.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/datasource/datasource_stats.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/datasource/datasource_to_featureset.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/endpoint/endpoint_details.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/endpoint/endpoint_inference.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/endpoint/endpoint_metrics.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/featureset/featureset_eda.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/featureset/featureset_query.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/full_ml_pipeline.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/glue_jobs/glue_example_1.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/glue_jobs/glue_example_2.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/glue_jobs/glue_example_3.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/glue_jobs/glue_launcher_examples/example_1.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/glue_jobs/glue_launcher_examples/example_2.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/meta/meta_list_endpoints.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/meta/meta_list_models.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/meta/meta_model_metrics.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/model_utils/model_metrics.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/model_utils/model_to_endpoint.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/model_utils/onboard_model.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/models/custom_model.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/models/dbscan.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/models/knn.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/models/pytorch.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/models/random_forest.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/models/uq/bayesian_ridge.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/models/uq/ensemble_xgb.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/models/uq/gaussian_process.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/models/uq/mapie_xgb.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/models/uq/meta_uq.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/models/uq/ngboost.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/models/uq/quant_xgb.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/monitor/monitor_setup.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/monitor/monitor_usage.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/plugins/branding/Readme.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/plugins/branding/scp.json +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/plugins/components/custom_plugin.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/plugins/components/endpoint_plugin.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/plugins/components/endpoint_turbo.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/plugins/components/model_markdown.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/plugins/components/model_plugin.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/plugins/packages/my_plugin_utils/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/plugins/packages/my_plugin_utils/assets/foo.json +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/plugins/packages/my_plugin_utils/cool_stuff.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/plugins/pages/plugin_page_1.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/plugins/pages/plugin_page_2.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/plugins/pages/plugin_page_3.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/plugins/templates/Readme.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/plugins/views/model_plugin_view.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/plugins/views/my_view_plugin.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/storage/data_to_data.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/storage/data_to_features.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/storage/endpoint_inference.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/storage/hello_world_pipeline.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/storage/plugin_page_example.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/storage/sagemaker_pipelines/all_steps.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/storage/sagemaker_pipelines/hello.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/storage/sagemaker_pipelines/ml_pipeline.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/storage/sagemaker_pipelines/storage/full_pipeline_experiment/data_source.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/storage/sagemaker_pipelines/storage/full_pipeline_experiment/endpoint.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/storage/sagemaker_pipelines/storage/full_pipeline_experiment/feature_set.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/storage/sagemaker_pipelines/storage/full_pipeline_experiment/ml_pipeline.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/examples/storage/sagemaker_pipelines/storage/full_pipeline_experiment/model.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/experiments/chem_info/bulk_sims.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/experiments/chem_info/knn_sims.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/experiments/confidence_roc_curve.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/experiments/coverage_probability.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/experiments/log_testing.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/experiments/neighbor_outliers.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/experiments/networkx_id.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/experiments/prediction_intervals.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/experiments/pytorch_model.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/experiments/quantile_regression.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/experiments/quantile_regression_2.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/experiments/regression_confidence.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/experiments/residual_analysis.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/experiments/rocauc_testing.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/experiments/scatter_zoom_issue.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/experiments/sol_pipeline.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/glue_jobs/create_glue_workflow_with_trigger.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/glue_jobs/example_glue_job.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/glue_jobs/glue_job_pipeline.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/glue_jobs/glue_mixed_case.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/mkdocs.yml +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/model_docker_images/Readme.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/model_docker_images/inference/Dockerfile +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/model_docker_images/inference/main.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/model_docker_images/inference/requirements.txt +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/model_docker_images/inference/serve +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/model_docker_images/meta_endpoint/Dockerfile +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/model_docker_images/meta_endpoint/main.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/model_docker_images/meta_endpoint/requirements.txt +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/model_docker_images/meta_endpoint/serve +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/model_docker_images/pytorch_inference/Dockerfile +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/model_docker_images/pytorch_inference/main.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/model_docker_images/pytorch_inference/requirements.txt +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/model_docker_images/pytorch_inference/serve +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/model_docker_images/pytorch_training/Dockerfile +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/model_docker_images/pytorch_training/requirements.txt +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/model_docker_images/pytorch_training/sagemaker_entrypoint.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/model_docker_images/tests/data/abalone_sm.csv +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/model_docker_images/tests/example_model_script.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/model_docker_images/tests/run_tests.sh +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/model_docker_images/tests/test_inference.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/model_docker_images/tests/test_training.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/model_docker_images/training/Dockerfile +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/model_docker_images/training/requirements.txt +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/model_docker_images/training/sagemaker_entrypoint.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/model_docker_images/workbench_inference/Dockerfile +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/model_docker_images/workbench_inference/main.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/model_docker_images/workbench_inference/requirements.txt +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/model_docker_images/workbench_inference/serve +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/notebooks/Inference_On_Legacy_Models.ipynb +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/notebooks/ML_Pipeline_with_Workbench.ipynb +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/notebooks/ML_Pipeline_with_Workbench_2.ipynb +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/notebooks/Outliers_in_Workbench.ipynb +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/notebooks/Regression_Confidence_Experiments.ipynb +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/notebooks/Residual_Analysis.ipynb +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/notebooks/images/athena_query_aqsol.png +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/notebooks/images/aws_dashboard_aqsol.png +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/notebooks/images/dashboard_aqsol_features.png +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/notebooks/images/model_screenshot.png +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/notebooks/images/scp_labs.png +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/presentations/README.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/active_logs.sh +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/admin/athena_ddl_mixed_case.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/admin/check_all_glue_tables.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/admin/db_scan_test.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/admin/delete_invalid_views.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/admin/delete_redis_keys.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/admin/list_datacatalog.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/admin/migration/copy_glue_database.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/admin/migration/delete_sageworks_glue_database.sh +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/admin/migration/ds_migrate.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/admin/migration/endpoint_migrate.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/admin/migration/fs_migrate.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/admin/migration/model_migrate.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/admin/pull_image_digest.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/admin/redis_reaper.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/admin/spam_list_tags.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/admin/storage/convert_training_views.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/admin/storage/migrate_data_source_via_df.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/admin/storage/migrate_ds_meta.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/ag_table_row_selection.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/compare_dataframes.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/compare_model_packages.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/endpoint_inference_launch.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/endpoint_timing/endpoint_timing.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/endpoint_timing/endpoint_timing_old.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/endpoint_timing/timing_plot.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/find_smiles_issues.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/get_tags.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/instantiation_timings.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/llm_deploys/deepseek_deploy.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/model_cache_refresh.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/model_endpoint_sanity_check.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/model_to_endpoint_debugging.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/monitor_event_bridge.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/onboard_endpoints.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/onboard_models.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/pipeline_model_endpoint.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/pubchem/pubchem_example.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/pubchem/pubchem_query.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/pubchem/pubchem_query_with_cid.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/seaborn_to_plotly.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/storage/dns_data_to_features.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/storage/generate_jsonl_data.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/test_feature_resolution.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/test_no_workbench_config.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/tox21/test_tox_heuristic.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/scripts/tox21/tox21_to_df_store.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/setup.cfg +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/algorithms/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/algorithms/dataframe/Readme.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/algorithms/dataframe/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/algorithms/dataframe/data_source_eda.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/algorithms/dataframe/feature_space_proximity.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/algorithms/dataframe/fingerprint_proximity.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/algorithms/dataframe/projection_2d.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/algorithms/dataframe/proximity.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/algorithms/dataframe/storage/aggregation.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/algorithms/dataframe/storage/feature_resolution.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/algorithms/dataframe/storage/feature_spider.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/algorithms/dataframe/storage/residuals_calculator.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/algorithms/dataframe/storage/row_tagger.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/algorithms/dataframe/storage/target_gradients.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/algorithms/graph/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/algorithms/graph/heavy/Readme.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/algorithms/graph/light/Readme.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/algorithms/graph/light/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/algorithms/graph/light/proximity_graph.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/algorithms/spark/Readme.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/algorithms/sql/Readme.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/algorithms/sql/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/algorithms/sql/column_stats.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/algorithms/sql/correlations.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/algorithms/sql/descriptive_stats.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/algorithms/sql/outliers.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/algorithms/sql/sample_rows.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/algorithms/sql/value_counts.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/api/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/api/compound.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/api/data_source.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/api/df_store.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/api/endpoint.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/api/feature_set.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/api/graph_store.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/api/meta.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/api/model.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/api/monitor.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/api/parameter_store.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/api/pipeline.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/cached/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/cached/cached_data_source.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/cached/cached_endpoint.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/cached/cached_feature_set.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/cached/cached_meta.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/cached/cached_model.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/cached/cached_pipeline.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/artifacts/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/artifacts/artifact.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/artifacts/athena_source.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/artifacts/cached_artifact_mixin.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/artifacts/data_source_abstract.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/artifacts/data_source_factory.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/artifacts/endpoint_core.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/artifacts/feature_set_core.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/artifacts/model_core.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/artifacts/monitor_core.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/cloud_platform/aws/README.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/cloud_platform/aws/aws_account_clamp.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/cloud_platform/aws/aws_df_store.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/cloud_platform/aws/aws_graph_store.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/cloud_platform/aws/aws_meta.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/cloud_platform/aws/aws_parameter_store.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/cloud_platform/aws/aws_secrets_manager.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/cloud_platform/aws/cache_dataframe.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/cloud_platform/azure/README.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/cloud_platform/cloud_meta.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/cloud_platform/gcp/README.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/pipelines/pipeline_executor.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/Readme.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/data_loaders/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/data_loaders/heavy/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/data_loaders/heavy/s3_heavy_to_data_source.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/data_loaders/light/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/data_loaders/light/csv_to_data_source.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/data_loaders/light/json_to_data_source.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/data_loaders/light/s3_to_data_source_light.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/data_to_data/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/data_to_data/heavy/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/data_to_data/heavy/emr/Readme.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/data_to_data/heavy/glue/Readme.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/data_to_data/light/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/data_to_data/light/clean_data.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/data_to_data/light/data_to_data_light.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/data_to_features/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/data_to_features/heavy/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/data_to_features/heavy/chunk/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/data_to_features/heavy/chunk/data_to_features_chunk.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/data_to_features/heavy/emr/Readme.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/data_to_features/heavy/glue/Readme.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/data_to_features/heavy/storage/data_to_features_heavy_old.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/data_to_features/light/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/data_to_features/light/data_to_features_light.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/data_to_features/light/molecular_descriptors.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/features_to_features/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/features_to_features/heavy/emr/Readme.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/features_to_features/heavy/glue/Readme.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/features_to_model/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/features_to_model/features_to_model.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/model_to_endpoint/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/model_to_endpoint/model_to_endpoint.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/pandas_transforms/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/pandas_transforms/data_to_pandas.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/pandas_transforms/features_to_pandas.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/pandas_transforms/pandas_to_data.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/pandas_transforms/pandas_to_features.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/pandas_transforms/pandas_to_features_chunked.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/transforms/transform.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/views/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/views/column_subset_view.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/views/computation_view.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/views/create_view.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/views/display_view.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/views/inference_view.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/views/pandas_to_view.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/views/storage/mdq_view.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/views/training_view.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/views/view.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/core/views/view_utils.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/custom_models/chem_info/Readme.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/custom_models/chem_info/local_utils.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/custom_models/chem_info/molecular_descriptors.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/custom_models/chem_info/morgan_fingerprints.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/custom_models/chem_info/requirements.txt +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/custom_models/chem_info/tautomerize.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/custom_models/meta_endpoints/example.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/custom_models/network_security/Readme.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/custom_models/proximity/Readme.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/custom_models/proximity/feature_space_proximity.template +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/custom_models/proximity/generated_model_script.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/custom_models/proximity/proximity.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/custom_models/proximity/requirements.txt +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/custom_models/uq_models/Readme.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/custom_models/uq_models/bayesian_ridge.template +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/custom_models/uq_models/ensemble_xgb.template +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/custom_models/uq_models/gaussian_process.template +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/custom_models/uq_models/generated_model_script.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/custom_models/uq_models/mapie_xgb.template +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/custom_models/uq_models/meta_uq.template +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/custom_models/uq_models/ngboost.template +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/custom_models/uq_models/proximity.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/custom_models/uq_models/requirements.txt +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/custom_script_example/custom_model_script.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/custom_script_example/requirements.txt +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/ensemble_xgb/ensemble_xgb.template +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/ensemble_xgb/generated_model_script.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/ensemble_xgb/requirements.txt +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/pytorch_model/generated_model_script.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/pytorch_model/pytorch.template +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/pytorch_model/requirements.txt +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/quant_regression/quant_regression.template +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/quant_regression/requirements.txt +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/scikit_learn/generated_model_script.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/scikit_learn/requirements.txt +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/scikit_learn/scikit_learn.template +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/script_generation.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/xgb_model/requirements.txt +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/model_scripts/xgb_model/xgb_model.template +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/repl/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/repl/workbench_shell.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/resources/open_source_api.key +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/resources/signature_verify_pub.pem +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/scripts/check_double_bond_stereo.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/scripts/glue_launcher.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/scripts/redis_expire.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/scripts/redis_report.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/scripts/show_config.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/themes/dark/base_css.url +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/themes/dark/custom.css +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/themes/dark/plotly.json +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/themes/light/base_css.url +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/themes/light/branding.json +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/themes/light/custom.css +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/themes/light/plotly.json +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/themes/midnight_blue/base_css.url +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/themes/midnight_blue/branding.json +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/themes/midnight_blue/custom.css +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/themes/midnight_blue/plotly.json +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/themes/quartz/base_css.url +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/themes/quartz/custom.css +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/themes/quartz/plotly.json +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/themes/quartz_dark/base_css.url +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/themes/quartz_dark/custom.css +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/themes/quartz_dark/plotly.json +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/__init__.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/ai_compound_generator.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/ai_summary.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/ai_synth.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/athena_utils.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/aws_utils.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/bulk_utils.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/cache.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/chem_utils.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/cloudwatch_handler.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/color_utils.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/config_manager.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/dashboard_metrics.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/datetime_utils.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/deprecated_utils.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/df_to_endpoint.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/ecs_info.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/endpoint_metrics.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/endpoint_utils.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/extract_model_artifact.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/fast_inference.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/glue_utils.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/graph_utils.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/ipython_utils.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/json_utils.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/lambda_utils.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/license_manager.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/log_utils.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/markdown_utils.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/model_utils.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/monitor_utils.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/pandas_utils.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/performance_utils.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/pipeline_utils.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/plot_utils.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/plugin_manager.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/prox_utils.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/redis_cache.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/repl_utils.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/resource_utils.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/s3_utils.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/shap_utils.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/shapley_values.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/symbols.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/test_data_generator.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/theme_manager.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/trace_calls.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/type_abbrev.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/workbench_cache.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/workbench_event_bridge.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/workbench_logging.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/workbench_sqs.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/utils/xgboost_model_utils.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/components/component_interface.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/components/correlation_matrix.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/components/data_details_markdown.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/components/endpoint_metric_plots.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/components/experiments/dashboard_metric_plots.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/components/experiments/outlier_plot.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/components/model_plot.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/components/plugin_interface.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/components/plugin_unit_test.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/components/plugins/ag_table.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/components/plugins/confusion_matrix.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/components/plugins/dashboard_status.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/components/plugins/data_details.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/components/plugins/endpoint_details.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/components/plugins/generated_compounds.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/components/plugins/graph_plot.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/components/plugins/license_details.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/components/plugins/model_details.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/components/plugins/molecule_panel.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/components/plugins/molecule_viewer.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/components/plugins/pipeline_details.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/components/plugins/proximity_mini_graph.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/components/plugins/scatter_plot.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/components/plugins/shap_summary_plot.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/components/regression_plot.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/components/violin_plots.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/page_views/data_sources_page_view.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/page_views/endpoints_page_view.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/page_views/feature_sets_page_view.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/page_views/main_page.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/page_views/models_page_view.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/page_views/page_view.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench/web_interface/page_views/pipelines_page_view.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench.egg-info/dependency_links.txt +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench.egg-info/requires.txt +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/src/workbench.egg-info/top_level.txt +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/README.md +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/artifacts/data_source_tests.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/artifacts/empty_model_group.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/artifacts/endpoint_tests.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/artifacts/featureset_ingest_boundaries.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/artifacts/featureset_tests.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/artifacts/graph_tests.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/artifacts/model_metrics_tests.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/artifacts/model_tests.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/aws_account/aws_account_clamp_tests.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/cached/cached_artifact_tests.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/chem_info/test_canonicalize.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/chem_info/test_tautomerization.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/corner_cases/end_to_end.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/create_test_artifacts/100_percent_models.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/create_test_artifacts/create_aqsol_artifacts.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/create_test_artifacts/create_aqsol_rt_artifacts.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/create_test_artifacts/create_aqsol_uq_artifacts.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/create_test_artifacts/create_basic_test_artifacts.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/create_test_artifacts/create_copy_artifacts.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/create_test_artifacts/create_empty_model_group.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/create_test_artifacts/create_endpoints_for_timing.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/create_test_artifacts/create_graph_artifacts.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/create_test_artifacts/create_knn_artifacts.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/create_test_artifacts/create_meta_endpoints.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/create_test_artifacts/create_pipeline_model.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/create_test_artifacts/create_proximity_models.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/create_test_artifacts/create_quant_regression_artifacts.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/create_test_artifacts/create_realtime_endpoint.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/create_test_artifacts/create_training_adjusted_artifacts.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/create_test_artifacts/create_wine_artifacts.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/create_test_artifacts/delete_stress_test_artifacts.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/create_test_artifacts/delete_test_artifacts.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/create_test_artifacts/regression_ensemble.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/create_test_artifacts/stress_test_aws.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/df_store/df_store_tests.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/lambda/decompress_layers.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/pandas_tests/test_drift.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/parameter_store/param_store_tests.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/plugin_tests/crashing_plugin.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/pytorch/pytorch_hello.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/requirements-dev.txt +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/specific/capital_tests.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/specific/column_changes.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/specific/config_manager.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/specific/deletion_tests.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/specific/shap_tests.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/transforms/data_to_data_tests.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/transforms/data_to_features_tests.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/transforms/features_to_model_tests.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/transforms/model_to_endpoint_tests.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/transforms/pandas_to_data_tests.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/transforms/pandas_to_features_test.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/views/view_tests.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/views/view_tests_complex.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/web_components/confusion_matrix_test.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/web_components/correlation_matrix_test.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/web_components/graph_plot_test.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/web_components/plugin_interface_test.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tests/web_components/scatter_plot_test.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/tox.ini +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/ui_testing/assets/custom.css +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/ui_testing/table_comparison.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/ui_testing/theme_switching.py +0 -0
- {workbench-0.8.166 → workbench-0.8.168}/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.
|
|
3
|
+
Version: 0.8.168
|
|
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
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
import os
|
|
2
|
+
import boto3
|
|
3
|
+
import logging
|
|
4
|
+
import aws_cdk as cdk
|
|
5
|
+
from workbench_core.workbench_core_stack import WorkbenchCoreStack, WorkbenchCoreStackProps
|
|
6
|
+
|
|
7
|
+
# Initialize ConfigManager with error handling
|
|
8
|
+
try:
|
|
9
|
+
# Temporarily disable logging
|
|
10
|
+
# logging.disable(logging.CRITICAL)
|
|
11
|
+
from workbench.utils.config_manager import ConfigManager
|
|
12
|
+
|
|
13
|
+
cm = ConfigManager()
|
|
14
|
+
except Exception as e:
|
|
15
|
+
print(f"Workbench ConfigManager initialization failed: {e}")
|
|
16
|
+
print("Falling back to environment variables only")
|
|
17
|
+
cm = None
|
|
18
|
+
finally:
|
|
19
|
+
# Re-enable logging
|
|
20
|
+
logging.disable(logging.NOTSET)
|
|
21
|
+
|
|
22
|
+
# Grab the account and region using boto3
|
|
23
|
+
session = boto3.session.Session()
|
|
24
|
+
aws_account = session.client("sts").get_caller_identity().get("Account")
|
|
25
|
+
aws_region = session.region_name
|
|
26
|
+
print(f"Account: {aws_account}")
|
|
27
|
+
print(f"Region: {aws_region}")
|
|
28
|
+
|
|
29
|
+
# Get configurations for Workbench Bucket, SSO Group, and Additional Buckets
|
|
30
|
+
workbench_bucket = (cm and cm.get_config("WORKBENCH_BUCKET")) or os.getenv("WORKBENCH_BUCKET")
|
|
31
|
+
if not workbench_bucket:
|
|
32
|
+
print("Error: WORKBENCH_BUCKET is required but not found in config or environment variables.")
|
|
33
|
+
exit(1)
|
|
34
|
+
sso_group = (cm and cm.get_config("WORKBENCH_SSO_GROUP")) or os.getenv("WORKBENCH_SSO_GROUP")
|
|
35
|
+
additional_buckets_str = (cm and cm.get_config("WORKBENCH_ADDITIONAL_BUCKETS")) or os.getenv(
|
|
36
|
+
"WORKBENCH_ADDITIONAL_BUCKETS", ""
|
|
37
|
+
)
|
|
38
|
+
additional_buckets = (
|
|
39
|
+
[bucket.strip() for bucket in additional_buckets_str.split(",") if bucket.strip()] if additional_buckets_str else []
|
|
40
|
+
)
|
|
41
|
+
existing_vpc_id = (cm and cm.get_config("WORKBENCH_VPC_ID")) or os.getenv("WORKBENCH_VPC_ID")
|
|
42
|
+
subnet_ids = (cm and cm.get_config("WORKBENCH_SUBNET_IDS")) or os.getenv("WORKBENCH_SUBNET_IDS", "")
|
|
43
|
+
|
|
44
|
+
# Log the configuration for transparency
|
|
45
|
+
print("Configuration:")
|
|
46
|
+
print(f" WORKBENCH_BUCKET: {workbench_bucket}")
|
|
47
|
+
print(f" WORKBENCH_SSO_GROUP: {sso_group}")
|
|
48
|
+
print(f" WORKBENCH_ADDITIONAL_BUCKETS: {additional_buckets}")
|
|
49
|
+
print(f" WORKBENCH_VPC_ID: {existing_vpc_id}")
|
|
50
|
+
print(f" WORKBENCH_SUBNET_IDS: {subnet_ids}")
|
|
51
|
+
|
|
52
|
+
# Our CDK App and Environment
|
|
53
|
+
app = cdk.App()
|
|
54
|
+
env = cdk.Environment(account=aws_account, region=aws_region)
|
|
55
|
+
|
|
56
|
+
# Create the Workbench Core Stack
|
|
57
|
+
sandbox_stack = WorkbenchCoreStack(
|
|
58
|
+
app,
|
|
59
|
+
"WorkbenchCore",
|
|
60
|
+
env=env,
|
|
61
|
+
props=WorkbenchCoreStackProps(
|
|
62
|
+
workbench_bucket=workbench_bucket,
|
|
63
|
+
sso_group=sso_group,
|
|
64
|
+
additional_buckets=additional_buckets,
|
|
65
|
+
existing_vpc_id=existing_vpc_id,
|
|
66
|
+
subnet_ids=subnet_ids,
|
|
67
|
+
),
|
|
68
|
+
)
|
|
69
|
+
|
|
70
|
+
app.synth()
|
|
@@ -1,4 +1,12 @@
|
|
|
1
|
-
from aws_cdk import
|
|
1
|
+
from aws_cdk import (
|
|
2
|
+
Environment,
|
|
3
|
+
Stack,
|
|
4
|
+
aws_iam as iam,
|
|
5
|
+
aws_logs as logs,
|
|
6
|
+
aws_ec2 as ec2,
|
|
7
|
+
aws_batch as batch,
|
|
8
|
+
RemovalPolicy,
|
|
9
|
+
)
|
|
2
10
|
from constructs import Construct
|
|
3
11
|
from typing import Any, List
|
|
4
12
|
from dataclasses import dataclass, field
|
|
@@ -9,6 +17,8 @@ class WorkbenchCoreStackProps:
|
|
|
9
17
|
workbench_bucket: str
|
|
10
18
|
sso_group: str
|
|
11
19
|
additional_buckets: List[str] = field(default_factory=list)
|
|
20
|
+
existing_vpc_id: str = None
|
|
21
|
+
subnet_ids: List[str] = field(default_factory=list) # Optional subnets ids for the Batch compute environment
|
|
12
22
|
|
|
13
23
|
|
|
14
24
|
class WorkbenchCoreStack(Stack):
|
|
@@ -21,7 +31,7 @@ class WorkbenchCoreStack(Stack):
|
|
|
21
31
|
**kwargs: Any,
|
|
22
32
|
) -> None:
|
|
23
33
|
desc = "Workbench Core: Defines the core Workbench resources, roles, and policies for the Workbench API."
|
|
24
|
-
super().__init__(scope, construct_id, description=desc, **kwargs)
|
|
34
|
+
super().__init__(scope, construct_id, env=env, description=desc, **kwargs)
|
|
25
35
|
|
|
26
36
|
# Print the environment details
|
|
27
37
|
print("Environment")
|
|
@@ -31,13 +41,15 @@ class WorkbenchCoreStack(Stack):
|
|
|
31
41
|
self.workbench_bucket = props.workbench_bucket
|
|
32
42
|
self.sso_group = props.sso_group
|
|
33
43
|
self.additional_buckets = props.additional_buckets
|
|
44
|
+
self.existing_vpc_id = props.existing_vpc_id
|
|
45
|
+
self.subnet_ids = props.subnet_ids
|
|
34
46
|
|
|
35
47
|
# Workbench Role Names
|
|
36
48
|
self.execution_role_name = "Workbench-ExecutionRole" # Main role
|
|
37
49
|
self.readonly_role_name = "Workbench-ReadOnlyRole" # Read only operations
|
|
38
50
|
self.glue_role_name = "Workbench-GlueRole"
|
|
39
51
|
self.lambda_role_name = "Workbench-LambdaRole"
|
|
40
|
-
self.
|
|
52
|
+
self.batch_role_name = "Workbench-BatchRole"
|
|
41
53
|
|
|
42
54
|
# Create the WorkbenchLogGroup for CloudWatch Logs
|
|
43
55
|
self.workbench_log_group = logs.LogGroup(
|
|
@@ -64,6 +76,12 @@ class WorkbenchCoreStack(Stack):
|
|
|
64
76
|
self.endpoint_read_policy = self.workbench_endpoint_read_policy()
|
|
65
77
|
self.endpoint_policy = self.workbench_endpoint_policy()
|
|
66
78
|
self.pipeline_policy = self.workbench_pipeline_policy()
|
|
79
|
+
self.dataframe_store_read_policy = self.workbench_dataframe_store_read_policy()
|
|
80
|
+
self.dataframe_store_full_policy = self.workbench_dataframe_store_full_policy()
|
|
81
|
+
self.parameter_store_read_policy = self.workbench_parameter_store_read_policy()
|
|
82
|
+
self.parameter_store_full_policy = self.workbench_parameter_store_full_policy()
|
|
83
|
+
self.inference_store_read_policy = self.workbench_inference_store_read_policy()
|
|
84
|
+
self.inference_store_full_policy = self.workbench_inference_store_full_policy()
|
|
67
85
|
|
|
68
86
|
# Create our main Workbench API Execution Role
|
|
69
87
|
self.workbench_execution_role = self.create_execution_role()
|
|
@@ -71,9 +89,14 @@ class WorkbenchCoreStack(Stack):
|
|
|
71
89
|
# Create a read-only role for the Workbench API
|
|
72
90
|
self.workbench_readonly_role = self.create_readonly_role()
|
|
73
91
|
|
|
74
|
-
# Create additional roles for Lambda and
|
|
92
|
+
# Create additional roles for Lambda, Glue, and Batch
|
|
75
93
|
self.workbench_lambda_role = self.create_lambda_role()
|
|
76
94
|
self.workbench_glue_role = self.create_glue_role()
|
|
95
|
+
self.workbench_batch_role = self.create_batch_role()
|
|
96
|
+
|
|
97
|
+
# Batch Compute Environment and Job Queue
|
|
98
|
+
self.batch_compute_environment = self.create_batch_compute_environment()
|
|
99
|
+
self.batch_job_queue = self.create_batch_job_queue()
|
|
77
100
|
|
|
78
101
|
####################
|
|
79
102
|
# S3 Buckets #
|
|
@@ -172,7 +195,7 @@ class WorkbenchCoreStack(Stack):
|
|
|
172
195
|
"glue:GetPartition",
|
|
173
196
|
"glue:GetPartitions",
|
|
174
197
|
],
|
|
175
|
-
resources=self._workbench_database_arns(),
|
|
198
|
+
resources=self._workbench_database_arns() + self._inference_database_arns(),
|
|
176
199
|
)
|
|
177
200
|
|
|
178
201
|
def glue_databases_full(self) -> iam.PolicyStatement:
|
|
@@ -185,16 +208,21 @@ class WorkbenchCoreStack(Stack):
|
|
|
185
208
|
"glue:UpdateTable",
|
|
186
209
|
"glue:DeleteTable",
|
|
187
210
|
],
|
|
188
|
-
resources=self._workbench_database_arns(),
|
|
211
|
+
resources=self._workbench_database_arns() + self._inference_database_arns(),
|
|
189
212
|
)
|
|
190
213
|
|
|
191
214
|
def _workbench_database_arns(self) -> list[str]:
|
|
192
|
-
"""Helper to get
|
|
215
|
+
"""Helper to get Workbench-managed database/table ARNs."""
|
|
193
216
|
return [
|
|
194
217
|
f"arn:aws:glue:{self.region}:{self.account}:database/workbench",
|
|
195
218
|
f"arn:aws:glue:{self.region}:{self.account}:table/workbench/*",
|
|
196
219
|
f"arn:aws:glue:{self.region}:{self.account}:database/sagemaker_featurestore",
|
|
197
220
|
f"arn:aws:glue:{self.region}:{self.account}:table/sagemaker_featurestore/*",
|
|
221
|
+
]
|
|
222
|
+
|
|
223
|
+
def _inference_database_arns(self) -> list[str]:
|
|
224
|
+
"""Helper to get inference store database/table ARNs."""
|
|
225
|
+
return [
|
|
198
226
|
f"arn:aws:glue:{self.region}:{self.account}:database/inference_store",
|
|
199
227
|
f"arn:aws:glue:{self.region}:{self.account}:table/inference_store/*",
|
|
200
228
|
]
|
|
@@ -274,10 +302,183 @@ class WorkbenchCoreStack(Stack):
|
|
|
274
302
|
"""Allows us to specify the Workbench-Glue role when creating a Glue Job"""
|
|
275
303
|
return iam.PolicyStatement(
|
|
276
304
|
actions=["iam:PassRole"],
|
|
277
|
-
resources=[f"arn:aws:iam::{self.account}:role/
|
|
305
|
+
resources=[f"arn:aws:iam::{self.account}:role/{self.glue_role_name}"],
|
|
278
306
|
conditions={"StringEquals": {"iam:PassedToService": "glue.amazonaws.com"}},
|
|
279
307
|
)
|
|
280
308
|
|
|
309
|
+
##################
|
|
310
|
+
# Batch Jobs #
|
|
311
|
+
##################
|
|
312
|
+
def batch_job_logs(self) -> iam.PolicyStatement:
|
|
313
|
+
"""Create a policy statement for Glue job CloudWatch logs.
|
|
314
|
+
|
|
315
|
+
Returns:
|
|
316
|
+
iam.PolicyStatement: The policy statement for Glue job log interactions.
|
|
317
|
+
"""
|
|
318
|
+
return iam.PolicyStatement(
|
|
319
|
+
actions=[
|
|
320
|
+
"logs:CreateLogGroup",
|
|
321
|
+
"logs:CreateLogStream",
|
|
322
|
+
"logs:PutLogEvents",
|
|
323
|
+
],
|
|
324
|
+
resources=[
|
|
325
|
+
f"arn:aws:logs:{self.region}:{self.account}:log-group:/aws/batch/job",
|
|
326
|
+
f"arn:aws:logs:{self.region}:{self.account}:log-group:/aws/batch/job:*",
|
|
327
|
+
],
|
|
328
|
+
)
|
|
329
|
+
|
|
330
|
+
@staticmethod
|
|
331
|
+
def batch_jobs_discover() -> iam.PolicyStatement:
|
|
332
|
+
"""Discovery actions that absolutely require * resource."""
|
|
333
|
+
return iam.PolicyStatement(
|
|
334
|
+
actions=[
|
|
335
|
+
"batch:ListJobs", # Requires * to list across all queues
|
|
336
|
+
"batch:DescribeJobs", # Requires * even for specific job IDs (AWS API design)
|
|
337
|
+
],
|
|
338
|
+
resources=["*"],
|
|
339
|
+
)
|
|
340
|
+
|
|
341
|
+
def batch_jobs_read(self) -> iam.PolicyStatement:
|
|
342
|
+
"""Read-only access to specific Batch resources."""
|
|
343
|
+
return iam.PolicyStatement(
|
|
344
|
+
actions=[
|
|
345
|
+
"batch:DescribeJobDefinitions",
|
|
346
|
+
"batch:DescribeJobQueues",
|
|
347
|
+
"batch:DescribeComputeEnvironments",
|
|
348
|
+
],
|
|
349
|
+
resources=[
|
|
350
|
+
f"arn:aws:batch:{self.region}:{self.account}:job-definition/workbench-*",
|
|
351
|
+
f"arn:aws:batch:{self.region}:{self.account}:job-queue/workbench-*",
|
|
352
|
+
f"arn:aws:batch:{self.region}:{self.account}:compute-environment/workbench-*",
|
|
353
|
+
f"arn:aws:batch:{self.region}:{self.account}:job/*", # Job IDs are random UUIDs
|
|
354
|
+
],
|
|
355
|
+
)
|
|
356
|
+
|
|
357
|
+
def batch_jobs_full(self) -> iam.PolicyStatement:
|
|
358
|
+
"""Full access to specific Batch resources."""
|
|
359
|
+
read_statement = self.batch_jobs_read()
|
|
360
|
+
return iam.PolicyStatement(
|
|
361
|
+
actions=read_statement.actions
|
|
362
|
+
+ [
|
|
363
|
+
"batch:RegisterJobDefinition",
|
|
364
|
+
"batch:DeregisterJobDefinition",
|
|
365
|
+
"batch:SubmitJob",
|
|
366
|
+
"batch:TerminateJob",
|
|
367
|
+
"batch:CancelJob",
|
|
368
|
+
],
|
|
369
|
+
resources=read_statement.resources,
|
|
370
|
+
)
|
|
371
|
+
|
|
372
|
+
def batch_pass_role(self) -> iam.PolicyStatement:
|
|
373
|
+
"""Allows us to specify the Workbench-Batch role when creating a Batch Job"""
|
|
374
|
+
return iam.PolicyStatement(
|
|
375
|
+
actions=["iam:PassRole"],
|
|
376
|
+
resources=[f"arn:aws:iam::{self.account}:role/{self.batch_role_name}"],
|
|
377
|
+
conditions={"StringEquals": {"iam:PassedToService": "ecs-tasks.amazonaws.com"}},
|
|
378
|
+
)
|
|
379
|
+
|
|
380
|
+
#####################
|
|
381
|
+
# Batch Compute #
|
|
382
|
+
#####################
|
|
383
|
+
def create_batch_compute_environment(self) -> batch.FargateComputeEnvironment:
|
|
384
|
+
"""Create the Batch compute environment with Fargate."""
|
|
385
|
+
|
|
386
|
+
# Do we have an existing VPC we want to use? Otherwise use a default
|
|
387
|
+
if self.existing_vpc_id:
|
|
388
|
+
vpc = ec2.Vpc.from_lookup(self, "ImportedVPC", vpc_id=self.existing_vpc_id)
|
|
389
|
+
else:
|
|
390
|
+
vpc = ec2.Vpc.from_lookup(self, "DefaultVpc", is_default=True)
|
|
391
|
+
|
|
392
|
+
# Use specific subnets if provided, otherwise let CDK choose
|
|
393
|
+
vpc_subnets = None
|
|
394
|
+
if self.subnet_ids:
|
|
395
|
+
vpc_subnets = ec2.SubnetSelection(
|
|
396
|
+
subnets=[
|
|
397
|
+
ec2.Subnet.from_subnet_id(self, f"BatchSubnet{i}", subnet_id)
|
|
398
|
+
for i, subnet_id in enumerate(self.subnet_ids)
|
|
399
|
+
]
|
|
400
|
+
)
|
|
401
|
+
|
|
402
|
+
return batch.FargateComputeEnvironment(
|
|
403
|
+
self,
|
|
404
|
+
"WorkbenchBatchComputeEnvironment",
|
|
405
|
+
compute_environment_name="workbench-compute-env",
|
|
406
|
+
vpc=vpc,
|
|
407
|
+
vpc_subnets=vpc_subnets,
|
|
408
|
+
replace_compute_environment=True,
|
|
409
|
+
)
|
|
410
|
+
|
|
411
|
+
def create_batch_job_queue(self) -> batch.JobQueue:
|
|
412
|
+
"""Create the Batch job queue."""
|
|
413
|
+
return batch.JobQueue(
|
|
414
|
+
self,
|
|
415
|
+
"WorkbenchBatchJobQueue",
|
|
416
|
+
job_queue_name="workbench-job-queue",
|
|
417
|
+
compute_environments=[
|
|
418
|
+
batch.OrderedComputeEnvironment(compute_environment=self.batch_compute_environment, order=1)
|
|
419
|
+
],
|
|
420
|
+
)
|
|
421
|
+
|
|
422
|
+
#####################
|
|
423
|
+
# DataFrame Store #
|
|
424
|
+
#####################
|
|
425
|
+
def dataframe_store_read(self) -> iam.PolicyStatement:
|
|
426
|
+
"""Create a policy statement for reading from the DataFrame Store.
|
|
427
|
+
|
|
428
|
+
Returns:
|
|
429
|
+
iam.PolicyStatement: The policy statement for reading from the DataFrame Store.
|
|
430
|
+
"""
|
|
431
|
+
|
|
432
|
+
# Just return the S3 read policy for the DataFrame Store
|
|
433
|
+
return self.s3_read()
|
|
434
|
+
|
|
435
|
+
def dataframe_store_full(self) -> iam.PolicyStatement:
|
|
436
|
+
"""Create a policy statement for full access to the DataFrame Store.
|
|
437
|
+
|
|
438
|
+
Returns:
|
|
439
|
+
iam.PolicyStatement: The policy statement for full access to the DataFrame Store.
|
|
440
|
+
"""
|
|
441
|
+
|
|
442
|
+
# Just return the S3 full policy for the DataFrame Store
|
|
443
|
+
return self.s3_full()
|
|
444
|
+
|
|
445
|
+
#####################
|
|
446
|
+
# Inference Store #
|
|
447
|
+
#####################
|
|
448
|
+
def inference_store_read(self) -> iam.PolicyStatement:
|
|
449
|
+
"""Create a policy statement for reading from the Parameter Store.
|
|
450
|
+
|
|
451
|
+
Returns:
|
|
452
|
+
iam.PolicyStatement: The policy statement for reading from the Parameter Store.
|
|
453
|
+
"""
|
|
454
|
+
return iam.PolicyStatement(
|
|
455
|
+
actions=[
|
|
456
|
+
"glue:GetDatabase",
|
|
457
|
+
"glue:GetTable",
|
|
458
|
+
"glue:GetTables",
|
|
459
|
+
"glue:GetPartition",
|
|
460
|
+
"glue:GetPartitions",
|
|
461
|
+
],
|
|
462
|
+
resources=self._inference_database_arns(),
|
|
463
|
+
)
|
|
464
|
+
|
|
465
|
+
def inference_store_full(self) -> iam.PolicyStatement:
|
|
466
|
+
"""Create a policy statement for full access to the Inference Store.
|
|
467
|
+
|
|
468
|
+
Returns:
|
|
469
|
+
iam.PolicyStatement: The policy statement for full access to the Inference Store.
|
|
470
|
+
"""
|
|
471
|
+
read_statement = self.inference_store_read()
|
|
472
|
+
return iam.PolicyStatement(
|
|
473
|
+
actions=read_statement.actions
|
|
474
|
+
+ [
|
|
475
|
+
"glue:CreateTable",
|
|
476
|
+
"glue:UpdateTable",
|
|
477
|
+
"glue:DeleteTable",
|
|
478
|
+
],
|
|
479
|
+
resources=self._inference_database_arns(),
|
|
480
|
+
)
|
|
481
|
+
|
|
281
482
|
####################
|
|
282
483
|
# VPC/Networking #
|
|
283
484
|
####################
|
|
@@ -1003,6 +1204,86 @@ class WorkbenchCoreStack(Stack):
|
|
|
1003
1204
|
managed_policy_name="WorkbenchPipelinePolicy",
|
|
1004
1205
|
)
|
|
1005
1206
|
|
|
1207
|
+
def workbench_dataframe_store_read_policy(self) -> iam.ManagedPolicy:
|
|
1208
|
+
"""Create a managed policy for the Workbench DataFrame Store (READ-ONLY)"""
|
|
1209
|
+
policy_statements = [
|
|
1210
|
+
self.dataframe_store_read(),
|
|
1211
|
+
]
|
|
1212
|
+
|
|
1213
|
+
return iam.ManagedPolicy(
|
|
1214
|
+
self,
|
|
1215
|
+
id="WorkbenchDFStoreReadPolicy",
|
|
1216
|
+
statements=policy_statements,
|
|
1217
|
+
managed_policy_name="WorkbenchDFStoreReadPolicy",
|
|
1218
|
+
)
|
|
1219
|
+
|
|
1220
|
+
def workbench_dataframe_store_full_policy(self) -> iam.ManagedPolicy:
|
|
1221
|
+
"""Create a managed policy for the Workbench DataFrame Store (FULL)"""
|
|
1222
|
+
policy_statements = [
|
|
1223
|
+
self.dataframe_store_full(),
|
|
1224
|
+
]
|
|
1225
|
+
|
|
1226
|
+
return iam.ManagedPolicy(
|
|
1227
|
+
self,
|
|
1228
|
+
id="WorkbenchDFStoreFullPolicy",
|
|
1229
|
+
statements=policy_statements,
|
|
1230
|
+
managed_policy_name="WorkbenchDFStorePolicy",
|
|
1231
|
+
)
|
|
1232
|
+
|
|
1233
|
+
def workbench_parameter_store_read_policy(self) -> iam.ManagedPolicy:
|
|
1234
|
+
"""Create a managed policy for the Workbench Parameter Store (READ-ONLY)"""
|
|
1235
|
+
policy_statements = [
|
|
1236
|
+
self.parameter_store_discover(),
|
|
1237
|
+
self.parameter_store_read(),
|
|
1238
|
+
]
|
|
1239
|
+
|
|
1240
|
+
return iam.ManagedPolicy(
|
|
1241
|
+
self,
|
|
1242
|
+
id="WorkbenchParameterStoreReadPolicy",
|
|
1243
|
+
statements=policy_statements,
|
|
1244
|
+
managed_policy_name="WorkbenchParameterStoreReadPolicy",
|
|
1245
|
+
)
|
|
1246
|
+
|
|
1247
|
+
def workbench_parameter_store_full_policy(self) -> iam.ManagedPolicy:
|
|
1248
|
+
"""Create a managed policy for the Workbench Parameter Store (FULL)"""
|
|
1249
|
+
policy_statements = [
|
|
1250
|
+
self.parameter_store_discover(),
|
|
1251
|
+
self.parameter_store_full(),
|
|
1252
|
+
]
|
|
1253
|
+
|
|
1254
|
+
return iam.ManagedPolicy(
|
|
1255
|
+
self,
|
|
1256
|
+
id="WorkbenchParameterStoreFullPolicy",
|
|
1257
|
+
statements=policy_statements,
|
|
1258
|
+
managed_policy_name="WorkbenchParameterStorePolicy",
|
|
1259
|
+
)
|
|
1260
|
+
|
|
1261
|
+
def workbench_inference_store_read_policy(self) -> iam.ManagedPolicy:
|
|
1262
|
+
"""Create a managed policy for the Workbench Inference Store (READ-ONLY)"""
|
|
1263
|
+
policy_statements = [
|
|
1264
|
+
self.inference_store_read(),
|
|
1265
|
+
]
|
|
1266
|
+
|
|
1267
|
+
return iam.ManagedPolicy(
|
|
1268
|
+
self,
|
|
1269
|
+
id="WorkbenchInferenceStoreReadPolicy",
|
|
1270
|
+
statements=policy_statements,
|
|
1271
|
+
managed_policy_name="WorkbenchInferenceStoreReadPolicy",
|
|
1272
|
+
)
|
|
1273
|
+
|
|
1274
|
+
def workbench_inference_store_full_policy(self) -> iam.ManagedPolicy:
|
|
1275
|
+
"""Create a managed policy for the Workbench Inference Store (FULL)"""
|
|
1276
|
+
policy_statements = [
|
|
1277
|
+
self.inference_store_full(),
|
|
1278
|
+
]
|
|
1279
|
+
|
|
1280
|
+
return iam.ManagedPolicy(
|
|
1281
|
+
self,
|
|
1282
|
+
id="WorkbenchInferenceStoreFullPolicy",
|
|
1283
|
+
statements=policy_statements,
|
|
1284
|
+
managed_policy_name="WorkbenchInferenceStorePolicy",
|
|
1285
|
+
)
|
|
1286
|
+
|
|
1006
1287
|
def create_execution_role(self) -> iam.Role:
|
|
1007
1288
|
"""Create the Workbench Execution Role for API-related tasks"""
|
|
1008
1289
|
# Define the base assumed by principals with service principals
|
|
@@ -1024,9 +1305,12 @@ class WorkbenchCoreStack(Stack):
|
|
|
1024
1305
|
)
|
|
1025
1306
|
|
|
1026
1307
|
# Create and attach the Workbench managed policies to the role
|
|
1027
|
-
api_execution_role.add_to_policy(self.glue_pass_role())
|
|
1028
1308
|
api_execution_role.add_to_policy(self.glue_jobs_discover())
|
|
1029
1309
|
api_execution_role.add_to_policy(self.glue_jobs_full())
|
|
1310
|
+
api_execution_role.add_to_policy(self.glue_pass_role())
|
|
1311
|
+
api_execution_role.add_to_policy(self.batch_jobs_discover())
|
|
1312
|
+
api_execution_role.add_to_policy(self.batch_jobs_full())
|
|
1313
|
+
api_execution_role.add_to_policy(self.batch_pass_role())
|
|
1030
1314
|
api_execution_role.add_to_policy(self.parameter_store_discover())
|
|
1031
1315
|
api_execution_role.add_to_policy(self.parameter_store_full())
|
|
1032
1316
|
api_execution_role.add_to_policy(self.cloudwatch_monitor())
|
|
@@ -1107,6 +1391,27 @@ class WorkbenchCoreStack(Stack):
|
|
|
1107
1391
|
glue_role.add_managed_policy(self.pipeline_policy)
|
|
1108
1392
|
return glue_role
|
|
1109
1393
|
|
|
1394
|
+
def create_batch_role(self) -> iam.Role:
|
|
1395
|
+
"""Create the Workbench Batch Role."""
|
|
1396
|
+
batch_assumed_by = iam.ServicePrincipal("ecs-tasks.amazonaws.com")
|
|
1397
|
+
batch_role = iam.Role(
|
|
1398
|
+
self,
|
|
1399
|
+
id=self.batch_role_name,
|
|
1400
|
+
assumed_by=batch_assumed_by,
|
|
1401
|
+
role_name=self.batch_role_name,
|
|
1402
|
+
)
|
|
1403
|
+
|
|
1404
|
+
# Add policies for the Batch Role
|
|
1405
|
+
batch_role.add_to_policy(self.batch_job_logs())
|
|
1406
|
+
batch_role.add_to_policy(self.parameter_store_full())
|
|
1407
|
+
batch_role.add_to_policy(self.dataframe_store_full())
|
|
1408
|
+
batch_role.add_managed_policy(self.datasource_policy)
|
|
1409
|
+
batch_role.add_managed_policy(self.featureset_policy)
|
|
1410
|
+
batch_role.add_managed_policy(self.model_policy)
|
|
1411
|
+
batch_role.add_managed_policy(self.endpoint_policy)
|
|
1412
|
+
batch_role.add_managed_policy(self.pipeline_policy)
|
|
1413
|
+
return batch_role
|
|
1414
|
+
|
|
1110
1415
|
def _create_sso_principals(self, base_principals: iam.CompositePrincipal = None) -> iam.CompositePrincipal:
|
|
1111
1416
|
"""
|
|
1112
1417
|
Create principals with SSO trust relationship configuration.
|
|
@@ -0,0 +1,38 @@
|
|
|
1
|
+
# Multi-stage build for dependency resolution
|
|
2
|
+
FROM python:3.12-slim AS builder
|
|
3
|
+
|
|
4
|
+
# Install build dependencies
|
|
5
|
+
RUN apt-get update && \
|
|
6
|
+
apt-get install -y --no-install-recommends \
|
|
7
|
+
build-essential \
|
|
8
|
+
gcc
|
|
9
|
+
|
|
10
|
+
# Copy and install requirements file
|
|
11
|
+
COPY requirements.txt /tmp/
|
|
12
|
+
RUN pip install --no-cache-dir -r /tmp/requirements.txt
|
|
13
|
+
|
|
14
|
+
# Final runtime image
|
|
15
|
+
FROM python:3.12-slim
|
|
16
|
+
|
|
17
|
+
# Install required X11 libraries for RDKit Draw module
|
|
18
|
+
RUN apt-get update && apt-get install -y \
|
|
19
|
+
libxrender1 \
|
|
20
|
+
libxext6 \
|
|
21
|
+
libsm6 \
|
|
22
|
+
libxinerama1 \
|
|
23
|
+
libfontconfig1 \
|
|
24
|
+
libcairo2 \
|
|
25
|
+
&& rm -rf /var/lib/apt/lists/*
|
|
26
|
+
|
|
27
|
+
# Copy installed packages from builder
|
|
28
|
+
COPY --from=builder /usr/local/lib/python3.12/site-packages /usr/local/lib/python3.12/site-packages
|
|
29
|
+
COPY --from=builder /usr/local/bin /usr/local/bin
|
|
30
|
+
|
|
31
|
+
# Install workbench only
|
|
32
|
+
RUN pip install --no-cache-dir workbench==0.8.167
|
|
33
|
+
|
|
34
|
+
# Add the script runner
|
|
35
|
+
COPY ml_pipeline_runner.py /app/ml_pipeline_runner.py
|
|
36
|
+
WORKDIR /app
|
|
37
|
+
|
|
38
|
+
ENTRYPOINT ["python", "/app/ml_pipeline_runner.py"]
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import os
|
|
2
|
+
import sys
|
|
3
|
+
import subprocess
|
|
4
|
+
import boto3
|
|
5
|
+
import logging
|
|
6
|
+
from urllib.parse import urlparse
|
|
7
|
+
import workbench
|
|
8
|
+
|
|
9
|
+
# Set up logging
|
|
10
|
+
log = logging.getLogger("workbench")
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
def download_ml_pipeline_from_s3(s3_path: str, local_path: str):
|
|
14
|
+
"""Download ML Pipeline from S3 to local filesystem."""
|
|
15
|
+
parsed = urlparse(s3_path)
|
|
16
|
+
bucket = parsed.netloc
|
|
17
|
+
key = parsed.path.lstrip("/")
|
|
18
|
+
log.info(f"Downloading {s3_path} to {local_path}")
|
|
19
|
+
s3_client = boto3.client("s3")
|
|
20
|
+
s3_client.download_file(bucket, key, local_path)
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
def run_ml_pipeline(script_path: str):
|
|
24
|
+
"""Execute the ML pipeline script."""
|
|
25
|
+
log.info(f"Executing ML pipeline: {script_path}")
|
|
26
|
+
try:
|
|
27
|
+
# Run the script with python
|
|
28
|
+
result = subprocess.run(
|
|
29
|
+
[sys.executable, script_path], check=False, text=True # Don't raise exception on non-zero exit
|
|
30
|
+
)
|
|
31
|
+
if result.returncode == 0:
|
|
32
|
+
log.info("ML pipeline completed successfully")
|
|
33
|
+
else:
|
|
34
|
+
log.error(f"ML pipeline failed with exit code {result.returncode}")
|
|
35
|
+
|
|
36
|
+
return result.returncode
|
|
37
|
+
except Exception as e:
|
|
38
|
+
log.error(f"ML pipeline execution error: {e}")
|
|
39
|
+
return 1
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
def main():
|
|
43
|
+
"""Main entry point for the ML pipeline runner."""
|
|
44
|
+
|
|
45
|
+
# Report the version of the workbench package
|
|
46
|
+
log.info(f"Workbench version: {workbench.__version__}")
|
|
47
|
+
|
|
48
|
+
# Get the ML Pipeline S3 path from environment variable
|
|
49
|
+
ml_pipeline_s3_path = os.environ.get("ML_PIPELINE_S3_PATH")
|
|
50
|
+
if not ml_pipeline_s3_path:
|
|
51
|
+
log.error("ML_PIPELINE_S3_PATH environment variable not set")
|
|
52
|
+
sys.exit(1)
|
|
53
|
+
|
|
54
|
+
# Extract script name for local file
|
|
55
|
+
script_name = os.path.basename(ml_pipeline_s3_path)
|
|
56
|
+
local_script_path = f"/tmp/{script_name}"
|
|
57
|
+
try:
|
|
58
|
+
# Download the ML pipeline script from S3
|
|
59
|
+
download_ml_pipeline_from_s3(ml_pipeline_s3_path, local_script_path)
|
|
60
|
+
# Execute the ML pipeline
|
|
61
|
+
exit_code = run_ml_pipeline(local_script_path)
|
|
62
|
+
# Clean up
|
|
63
|
+
os.remove(local_script_path)
|
|
64
|
+
sys.exit(exit_code)
|
|
65
|
+
except Exception as e:
|
|
66
|
+
log.error(f"Error in run_script: {e}")
|
|
67
|
+
sys.exit(1)
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
if __name__ == "__main__":
|
|
71
|
+
main()
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# This file is used to install the required packages for the PyTorch Training Docker image.
|
|
2
|
+
--index-url https://download.pytorch.org/whl/cpu
|
|
3
|
+
--extra-index-url https://pypi.org/simple/
|
|
4
|
+
torch==2.8.0
|
|
5
|
+
pandas==2.3.1
|
|
6
|
+
awswrangler==3.12.1
|
|
7
|
+
pytorch-tabular==1.1.1
|
|
8
|
+
requests==2.32.4 # Needed by PyTorch-Tabular
|
|
9
|
+
joblib==1.5.1
|
|
10
|
+
boto3==1.40.14
|
|
11
|
+
botocore==1.40.14
|
|
12
|
+
redis==6.4.0
|
|
13
|
+
scikit-learn==1.7.1
|
|
14
|
+
xgboost==3.0.4
|
|
15
|
+
rdkit==2025.3.5
|
|
16
|
+
mordredcommunity==2.0.6
|
|
@@ -14,6 +14,7 @@ declare -A REPO_MAP=(
|
|
|
14
14
|
["xgb_inference"]="aws-ml-images/py312-sklearn-xgb-inference"
|
|
15
15
|
["pytorch_training"]="aws-ml-images/py312-pytorch-training"
|
|
16
16
|
["pytorch_inference"]="aws-ml-images/py312-pytorch-inference"
|
|
17
|
+
["ml_pipelines"]="aws-ml-images/py312-ml-pipelines"
|
|
17
18
|
["workbench_inference"]="aws-ml-images/py312-workbench-inference"
|
|
18
19
|
["meta_endpoint"]="aws-ml-images/py312-meta-endpoint"
|
|
19
20
|
)
|
|
@@ -83,12 +84,12 @@ build_image() {
|
|
|
83
84
|
echo -e "${YELLOW}Building image: $name ($platform)${NC}"
|
|
84
85
|
|
|
85
86
|
if [ ! -f "$DIR/Dockerfile" ]; then
|
|
86
|
-
echo "❌
|
|
87
|
+
echo "❌ Error: Dockerfile not found in $DIR"
|
|
87
88
|
exit 1
|
|
88
89
|
fi
|
|
89
90
|
|
|
90
91
|
docker build --platform $platform -t $name $DIR
|
|
91
|
-
echo -e "${GREEN}✅
|
|
92
|
+
echo -e "${GREEN}✅ Successfully built: $name${NC}"
|
|
92
93
|
}
|
|
93
94
|
|
|
94
95
|
# Helper function to check if an image exists in ECR
|
|
@@ -169,13 +170,13 @@ if [ "$IMAGE_TYPE" = "fixme" ]; then
|
|
|
169
170
|
fi
|
|
170
171
|
|
|
171
172
|
echo "======================================"
|
|
172
|
-
echo -e "${GREEN}✅
|
|
173
|
+
echo -e "${GREEN}✅ Build completed successfully!${NC}"
|
|
173
174
|
echo "======================================"
|
|
174
175
|
|
|
175
176
|
# Deploy if requested
|
|
176
177
|
if [ "$DEPLOY" = true ]; then
|
|
177
178
|
echo "======================================"
|
|
178
|
-
echo "🚀
|
|
179
|
+
echo "🚀 Deploying $IMAGE_TYPE container to ECR"
|
|
179
180
|
echo "======================================"
|
|
180
181
|
|
|
181
182
|
deploy_image "$IMAGE_VERSION"
|
|
@@ -186,14 +187,14 @@ if [ "$DEPLOY" = true ]; then
|
|
|
186
187
|
fi
|
|
187
188
|
|
|
188
189
|
echo "======================================"
|
|
189
|
-
echo -e "${GREEN}✅
|
|
190
|
+
echo -e "${GREEN}✅ Deployment complete!${NC}"
|
|
190
191
|
echo "======================================"
|
|
191
192
|
else
|
|
192
193
|
# Print information about the built image
|
|
193
194
|
echo "Local build complete. Use --deploy to push the image to AWS ECR in regions: ${REGION_LIST[*]}."
|
|
194
195
|
|
|
195
196
|
echo "======================================"
|
|
196
|
-
echo "📋
|
|
197
|
+
echo "📋 Image information:"
|
|
197
198
|
echo "${IMAGE_TYPE^} image: $REPO_NAME:$IMAGE_VERSION"
|
|
198
199
|
|
|
199
200
|
if [ "$IMAGE_TYPE" = "fixme" ]; then
|