workbench 0.8.167__tar.gz → 0.8.169__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.167 → workbench-0.8.169}/PKG-INFO +1 -1
- workbench-0.8.169/aws_setup/workbench_core/app.py +75 -0
- workbench-0.8.169/aws_setup/workbench_core/requirements.txt +3 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/workbench_core/workbench_core/workbench_core_stack.py +93 -22
- {workbench-0.8.167 → workbench-0.8.169}/docs/aws_setup/core_stack.md +1 -1
- {workbench-0.8.167 → workbench-0.8.169}/model_docker_images/ml_pipelines/Dockerfile +11 -1
- {workbench-0.8.167 → workbench-0.8.169}/model_docker_images/ml_pipelines/ml_pipeline_runner.py +15 -23
- workbench-0.8.169/src/workbench/scripts/ml_pipeline_launcher.py +137 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/scripts/monitor_cloud_watch.py +20 -100
- workbench-0.8.169/src/workbench/utils/cloudwatch_utils.py +137 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench.egg-info/PKG-INFO +1 -1
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench.egg-info/SOURCES.txt +1 -0
- workbench-0.8.167/aws_setup/workbench_core/app.py +0 -47
- workbench-0.8.167/aws_setup/workbench_core/requirements.txt +0 -3
- workbench-0.8.167/src/workbench/scripts/ml_pipeline_launcher.py +0 -109
- {workbench-0.8.167 → workbench-0.8.169}/.flake8 +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/.github/dependabot.yml +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/.github/workflows/deploy-docs.yml +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/.github/workflows/python-lint.yml +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/.gitignore +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/CONTRIBUTING.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/Dockerfile +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/LICENSE +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/Makefile +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/README.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/SECURITY.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/aws_dashboard/Dockerfile +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/aws_dashboard/README.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/aws_dashboard/app.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/aws_dashboard/assets/favicon.ico +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/aws_dashboard/dashboard +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/aws_dashboard/deploy.sh +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/aws_dashboard/nginx.conf +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/aws_dashboard/open_source_config.json +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/aws_dashboard/pages/data_sources/callbacks.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/aws_dashboard/pages/data_sources/layout.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/aws_dashboard/pages/data_sources/page.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/aws_dashboard/pages/endpoints/callbacks.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/aws_dashboard/pages/endpoints/layout.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/aws_dashboard/pages/endpoints/page.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/aws_dashboard/pages/feature_sets/callbacks.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/aws_dashboard/pages/feature_sets/layout.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/aws_dashboard/pages/feature_sets/page.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/aws_dashboard/pages/license/page.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/aws_dashboard/pages/main/callbacks.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/aws_dashboard/pages/main/layout.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/aws_dashboard/pages/main/page.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/aws_dashboard/pages/models/callbacks.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/aws_dashboard/pages/models/layout.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/aws_dashboard/pages/models/page.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/aws_dashboard/pages/pipelines/callbacks.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/aws_dashboard/pages/pipelines/layout.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/aws_dashboard/pages/pipelines/page.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/aws_dashboard/pages/status/page.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/aws_dashboard/static/dark.css +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/aws_dashboard/static/light.css +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/aws_dashboard/supervisord.conf +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/compound_explorer/Dockerfile +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/compound_explorer/README.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/compound_explorer/app.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/compound_explorer/assets/favicon.ico +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/compound_explorer/callbacks.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/compound_explorer/explorer +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/compound_explorer/layout.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/compound_explorer/nginx.conf +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/compound_explorer/open_source_config.json +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/compound_explorer/requirements.txt +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/compound_explorer/storage/callbacks.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/compound_explorer/storage/callbacks_new.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/compound_explorer/storage/layout_new.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/applications/compound_explorer/supervisord.conf +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/aws_account_check.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/aws_identity_check.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/build_ml_pipeline.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/compound_explorer/.gitignore +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/compound_explorer/README.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/compound_explorer/app.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/compound_explorer/cdk.json +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/compound_explorer/compound_explorer/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/compound_explorer/compound_explorer/compound_explorer_stack.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/compound_explorer/requirements.txt +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/event_bridge/Readme.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/event_bridge/dynamic_docker/Readme.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/event_bridge/dynamic_docker/app.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/event_bridge/dynamic_docker/cdk.json +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/event_bridge/dynamic_docker/lambda/lambda_replace_task.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/event_bridge/dynamic_docker/workbench_image_update_stack.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/workbench_core/.gitignore +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/workbench_core/README.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/workbench_core/cdk.json +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/workbench_core/requirements-dev.txt +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/workbench_core/source.bat +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/workbench_core/workbench_core/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/workbench_dashboard_full/.gitignore +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/workbench_dashboard_full/README.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/workbench_dashboard_full/app.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/workbench_dashboard_full/cdk.json +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/workbench_dashboard_full/requirements-dev.txt +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/workbench_dashboard_full/requirements.txt +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/workbench_dashboard_full/source.bat +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/workbench_dashboard_stack.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/workbench_dashboard_lite/.gitignore +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/workbench_dashboard_lite/README.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/workbench_dashboard_lite/app.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/workbench_dashboard_lite/cdk.json +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/workbench_dashboard_lite/requirements.txt +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/workbench_dashboard_stack.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/data/abalone.csv +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/data/karate_graph.json +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/data/test_data.csv +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/data/test_data.json +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/data/wine_dataset.csv +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/deploy_docker.sh +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/admin/aws_service_limits.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/admin/base_docker_push.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/admin/dashboard_docker_push.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/admin/dashboard_s3_plugins.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/admin/explorer_docker_push.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/admin/images/dashboard_secret_click.png +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/admin/images/serverless_quotas.png +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/admin/images/status_showing_S3_path.png +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/admin/pypi_release.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/admin/workbench_docker_for_lambdas.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/api_classes/data_source.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/api_classes/df_store.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/api_classes/endpoint.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/api_classes/feature_set.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/api_classes/meta.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/api_classes/model.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/api_classes/monitor.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/api_classes/overview.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/api_classes/parameter_store.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/api_classes/pipelines.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/api_classes/views.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/aws_setup/aws_access_management.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/aws_setup/aws_client_vpn.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/aws_setup/aws_setup.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/aws_setup/aws_tips_and_tricks.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/aws_setup/dashboard_stack.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/aws_setup/domain_cert_setup.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/aws_setup/full_pipeline.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/aws_setup/iam_assume_role.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/aws_setup/sso_assume_role.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/blogs/aws_credentials_lock.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/blogs/canonicalization_and_tautomerization.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/blogs/compound_etl.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/blogs/compound_explorer.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/blogs/descriptor_drilldown.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/blogs/eda.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/blogs/feature_importances.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/blogs/fun_with_workbench/fun_with_endpoints.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/blogs/htg.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/blogs/index.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/blogs/model_monitoring.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/blogs/residual_analysis.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/cached/cached_data_source.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/cached/cached_endpoint.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/cached/cached_feature_set.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/cached/cached_meta.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/cached/cached_model.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/cached/overview.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/chem_utils/index.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/cloudwatch/index.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/comparisons/workbench_vs_databricks.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/compound_explorer/tox21.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/compound_explorer/toxicity_modeling.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/core_classes/artifacts/artifact.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/core_classes/artifacts/athena_source.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/core_classes/artifacts/data_source_abstract.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/core_classes/artifacts/endpoint_core.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/core_classes/artifacts/feature_set_core.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/core_classes/artifacts/model_core.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/core_classes/artifacts/monitor_core.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/core_classes/artifacts/overview.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/core_classes/overview.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/core_classes/transforms/data_loaders_heavy.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/core_classes/transforms/data_loaders_light.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/core_classes/transforms/data_to_features.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/core_classes/transforms/features_to_model.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/core_classes/transforms/model_to_endpoint.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/core_classes/transforms/overview.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/core_classes/transforms/pandas_transforms.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/core_classes/transforms/transform.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/core_classes/views/computation_view.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/core_classes/views/display_view.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/core_classes/views/inference_view.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/core_classes/views/overview.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/core_classes/views/training_view.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/data_algorithms/dataframes/overview.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/data_algorithms/graphs/overview.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/data_algorithms/overview.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/data_algorithms/spark/overview.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/data_algorithms/sql/overview.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/enterprise/index.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/enterprise/private_saas.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/enterprise/project_branding.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/enterprise/themes.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/getting_started/index.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/glue/index.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/images/big_spider.png +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/images/graph_representation.png +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/images/powered_aws_dark_blue.png +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/images/powered_aws_transparent.png +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/images/powered_aws_white.png +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/images/powered_aws_with_tm_grey.png +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/images/scp.png +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/images/scp_labs.png +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/images/small_spider.png +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/images/workbench_concepts.png +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/index.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/lambda_layer/index.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/misc/faq.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/misc/general_info.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/misc/scp_consulting.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/misc/workbench_classes_concepts.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/model_utils/index.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/plugins/index.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/presentations/index.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/release_notes/0_8_106.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/release_notes/0_8_158.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/release_notes/0_8_50.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/release_notes/0_8_55.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/release_notes/0_8_58.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/release_notes/0_8_60.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/release_notes/0_8_71.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/release_notes/0_8_74.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/release_notes/0_8_78.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/release_notes/archived/0_7_8.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/release_notes/archived/0_8_11.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/release_notes/archived/0_8_20.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/release_notes/archived/0_8_22.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/release_notes/archived/0_8_23.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/release_notes/archived/0_8_27.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/release_notes/archived/0_8_29.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/release_notes/archived/0_8_33.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/release_notes/archived/0_8_35.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/release_notes/archived/0_8_36.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/release_notes/archived/0_8_39.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/release_notes/archived/0_8_42.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/release_notes/archived/0_8_46.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/release_notes/archived/0_8_6.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/release_notes/archived/0_8_8.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/repl/index.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/road_maps/0_9_0.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/road_maps/0_9_5.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/themes/details.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/docs/themes/index.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/ag-grid/hello_world.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/chem_utils/canonicalize_smiles.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/chem_utils/tautomerize_smiles.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/datasource/datasource_from_df.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/datasource/datasource_from_s3.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/datasource/datasource_query.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/datasource/datasource_stats.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/datasource/datasource_to_featureset.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/endpoint/endpoint_details.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/endpoint/endpoint_inference.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/endpoint/endpoint_metrics.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/featureset/featureset_eda.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/featureset/featureset_query.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/full_ml_pipeline.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/glue_jobs/glue_example_1.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/glue_jobs/glue_example_2.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/glue_jobs/glue_example_3.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/glue_jobs/glue_launcher_examples/example_1.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/glue_jobs/glue_launcher_examples/example_2.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/meta/meta_list_endpoints.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/meta/meta_list_models.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/meta/meta_model_metrics.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/model_utils/model_metrics.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/model_utils/model_to_endpoint.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/model_utils/onboard_model.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/models/custom_model.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/models/dbscan.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/models/knn.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/models/pytorch.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/models/random_forest.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/models/uq/bayesian_ridge.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/models/uq/ensemble_xgb.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/models/uq/gaussian_process.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/models/uq/mapie_xgb.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/models/uq/meta_uq.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/models/uq/ngboost.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/models/uq/quant_xgb.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/monitor/monitor_setup.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/monitor/monitor_usage.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/plugins/branding/Readme.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/plugins/branding/scp.json +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/plugins/components/custom_plugin.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/plugins/components/endpoint_plugin.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/plugins/components/endpoint_turbo.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/plugins/components/model_markdown.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/plugins/components/model_plugin.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/plugins/packages/my_plugin_utils/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/plugins/packages/my_plugin_utils/assets/foo.json +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/plugins/packages/my_plugin_utils/cool_stuff.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/plugins/pages/plugin_page_1.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/plugins/pages/plugin_page_2.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/plugins/pages/plugin_page_3.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/plugins/templates/Readme.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/plugins/views/model_plugin_view.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/plugins/views/my_view_plugin.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/storage/data_to_data.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/storage/data_to_features.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/storage/endpoint_inference.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/storage/hello_world_pipeline.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/storage/plugin_page_example.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/storage/sagemaker_pipelines/all_steps.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/storage/sagemaker_pipelines/hello.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/storage/sagemaker_pipelines/ml_pipeline.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/storage/sagemaker_pipelines/storage/full_pipeline_experiment/data_source.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/storage/sagemaker_pipelines/storage/full_pipeline_experiment/endpoint.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/storage/sagemaker_pipelines/storage/full_pipeline_experiment/feature_set.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/storage/sagemaker_pipelines/storage/full_pipeline_experiment/ml_pipeline.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/examples/storage/sagemaker_pipelines/storage/full_pipeline_experiment/model.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/experiments/chem_info/bulk_sims.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/experiments/chem_info/knn_sims.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/experiments/confidence_roc_curve.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/experiments/coverage_probability.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/experiments/log_testing.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/experiments/neighbor_outliers.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/experiments/networkx_id.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/experiments/prediction_intervals.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/experiments/pytorch_model.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/experiments/quantile_regression.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/experiments/quantile_regression_2.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/experiments/regression_confidence.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/experiments/residual_analysis.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/experiments/rocauc_testing.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/experiments/scatter_zoom_issue.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/experiments/sol_pipeline.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/glue_jobs/create_glue_workflow_with_trigger.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/glue_jobs/example_glue_job.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/glue_jobs/glue_job_pipeline.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/glue_jobs/glue_mixed_case.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/mkdocs.yml +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/model_docker_images/Readme.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/model_docker_images/inference/Dockerfile +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/model_docker_images/inference/main.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/model_docker_images/inference/requirements.txt +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/model_docker_images/inference/serve +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/model_docker_images/meta_endpoint/Dockerfile +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/model_docker_images/meta_endpoint/main.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/model_docker_images/meta_endpoint/requirements.txt +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/model_docker_images/meta_endpoint/serve +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/model_docker_images/ml_pipelines/requirements.txt +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/model_docker_images/pytorch_inference/Dockerfile +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/model_docker_images/pytorch_inference/main.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/model_docker_images/pytorch_inference/requirements.txt +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/model_docker_images/pytorch_inference/serve +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/model_docker_images/pytorch_training/Dockerfile +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/model_docker_images/pytorch_training/requirements.txt +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/model_docker_images/pytorch_training/sagemaker_entrypoint.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/model_docker_images/scripts/build_deploy.sh +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/model_docker_images/tests/data/abalone_sm.csv +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/model_docker_images/tests/example_model_script.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/model_docker_images/tests/run_tests.sh +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/model_docker_images/tests/test_inference.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/model_docker_images/tests/test_training.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/model_docker_images/training/Dockerfile +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/model_docker_images/training/requirements.txt +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/model_docker_images/training/sagemaker_entrypoint.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/model_docker_images/workbench_inference/Dockerfile +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/model_docker_images/workbench_inference/main.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/model_docker_images/workbench_inference/requirements.txt +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/model_docker_images/workbench_inference/serve +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/notebooks/Inference_On_Legacy_Models.ipynb +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/notebooks/ML_Pipeline_with_Workbench.ipynb +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/notebooks/ML_Pipeline_with_Workbench_2.ipynb +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/notebooks/Outliers_in_Workbench.ipynb +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/notebooks/Regression_Confidence_Experiments.ipynb +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/notebooks/Residual_Analysis.ipynb +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/notebooks/images/athena_query_aqsol.png +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/notebooks/images/aws_dashboard_aqsol.png +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/notebooks/images/dashboard_aqsol_features.png +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/notebooks/images/model_screenshot.png +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/notebooks/images/scp_labs.png +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/presentations/README.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/pyproject.toml +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/active_logs.sh +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/admin/athena_ddl_mixed_case.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/admin/check_all_glue_tables.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/admin/db_scan_test.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/admin/delete_invalid_views.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/admin/delete_redis_keys.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/admin/list_datacatalog.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/admin/migration/copy_glue_database.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/admin/migration/delete_sageworks_glue_database.sh +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/admin/migration/ds_migrate.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/admin/migration/endpoint_migrate.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/admin/migration/fs_migrate.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/admin/migration/model_migrate.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/admin/pull_image_digest.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/admin/redis_reaper.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/admin/spam_list_tags.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/admin/storage/convert_training_views.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/admin/storage/migrate_data_source_via_df.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/admin/storage/migrate_ds_meta.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/ag_table_row_selection.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/compare_dataframes.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/compare_model_packages.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/endpoint_inference_launch.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/endpoint_timing/endpoint_timing.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/endpoint_timing/endpoint_timing_old.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/endpoint_timing/timing_plot.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/find_smiles_issues.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/get_tags.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/instantiation_timings.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/llm_deploys/deepseek_deploy.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/model_cache_refresh.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/model_endpoint_sanity_check.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/model_to_endpoint_debugging.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/monitor_event_bridge.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/onboard_endpoints.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/onboard_models.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/pipeline_model_endpoint.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/pubchem/pubchem_example.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/pubchem/pubchem_query.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/pubchem/pubchem_query_with_cid.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/seaborn_to_plotly.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/storage/dns_data_to_features.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/storage/generate_jsonl_data.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/test_feature_resolution.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/test_no_workbench_config.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/tox21/test_tox_heuristic.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/scripts/tox21/tox21_to_df_store.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/setup.cfg +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/algorithms/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/algorithms/dataframe/Readme.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/algorithms/dataframe/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/algorithms/dataframe/data_source_eda.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/algorithms/dataframe/feature_space_proximity.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/algorithms/dataframe/fingerprint_proximity.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/algorithms/dataframe/projection_2d.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/algorithms/dataframe/proximity.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/algorithms/dataframe/storage/aggregation.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/algorithms/dataframe/storage/feature_resolution.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/algorithms/dataframe/storage/feature_spider.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/algorithms/dataframe/storage/residuals_calculator.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/algorithms/dataframe/storage/row_tagger.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/algorithms/dataframe/storage/target_gradients.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/algorithms/graph/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/algorithms/graph/heavy/Readme.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/algorithms/graph/light/Readme.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/algorithms/graph/light/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/algorithms/graph/light/proximity_graph.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/algorithms/spark/Readme.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/algorithms/sql/Readme.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/algorithms/sql/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/algorithms/sql/column_stats.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/algorithms/sql/correlations.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/algorithms/sql/descriptive_stats.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/algorithms/sql/outliers.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/algorithms/sql/sample_rows.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/algorithms/sql/value_counts.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/api/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/api/compound.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/api/data_source.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/api/df_store.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/api/endpoint.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/api/feature_set.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/api/graph_store.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/api/meta.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/api/model.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/api/monitor.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/api/parameter_store.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/api/pipeline.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/cached/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/cached/cached_data_source.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/cached/cached_endpoint.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/cached/cached_feature_set.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/cached/cached_meta.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/cached/cached_model.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/cached/cached_pipeline.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/artifacts/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/artifacts/artifact.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/artifacts/athena_source.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/artifacts/cached_artifact_mixin.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/artifacts/data_source_abstract.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/artifacts/data_source_factory.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/artifacts/endpoint_core.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/artifacts/feature_set_core.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/artifacts/model_core.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/artifacts/monitor_core.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/cloud_platform/aws/README.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/cloud_platform/aws/aws_account_clamp.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/cloud_platform/aws/aws_df_store.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/cloud_platform/aws/aws_graph_store.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/cloud_platform/aws/aws_meta.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/cloud_platform/aws/aws_parameter_store.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/cloud_platform/aws/aws_secrets_manager.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/cloud_platform/aws/aws_session.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/cloud_platform/aws/cache_dataframe.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/cloud_platform/azure/README.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/cloud_platform/cloud_meta.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/cloud_platform/gcp/README.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/pipelines/pipeline_executor.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/Readme.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/data_loaders/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/data_loaders/heavy/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/data_loaders/heavy/s3_heavy_to_data_source.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/data_loaders/light/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/data_loaders/light/csv_to_data_source.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/data_loaders/light/json_to_data_source.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/data_loaders/light/s3_to_data_source_light.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/data_to_data/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/data_to_data/heavy/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/data_to_data/heavy/emr/Readme.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/data_to_data/heavy/glue/Readme.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/data_to_data/light/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/data_to_data/light/clean_data.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/data_to_data/light/data_to_data_light.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/data_to_features/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/data_to_features/heavy/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/data_to_features/heavy/chunk/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/data_to_features/heavy/chunk/data_to_features_chunk.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/data_to_features/heavy/emr/Readme.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/data_to_features/heavy/glue/Readme.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/data_to_features/heavy/storage/data_to_features_heavy_old.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/data_to_features/light/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/data_to_features/light/data_to_features_light.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/data_to_features/light/molecular_descriptors.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/features_to_features/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/features_to_features/heavy/emr/Readme.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/features_to_features/heavy/glue/Readme.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/features_to_model/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/features_to_model/features_to_model.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/model_to_endpoint/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/model_to_endpoint/model_to_endpoint.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/pandas_transforms/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/pandas_transforms/data_to_pandas.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/pandas_transforms/features_to_pandas.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/pandas_transforms/pandas_to_data.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/pandas_transforms/pandas_to_features.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/pandas_transforms/pandas_to_features_chunked.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/transforms/transform.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/views/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/views/column_subset_view.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/views/computation_view.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/views/create_view.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/views/display_view.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/views/inference_view.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/views/pandas_to_view.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/views/storage/mdq_view.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/views/training_view.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/views/view.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/core/views/view_utils.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/custom_models/chem_info/Readme.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/custom_models/chem_info/local_utils.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/custom_models/chem_info/molecular_descriptors.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/custom_models/chem_info/morgan_fingerprints.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/custom_models/chem_info/requirements.txt +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/custom_models/chem_info/tautomerize.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/custom_models/meta_endpoints/example.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/custom_models/network_security/Readme.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/custom_models/proximity/Readme.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/custom_models/proximity/feature_space_proximity.template +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/custom_models/proximity/generated_model_script.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/custom_models/proximity/proximity.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/custom_models/proximity/requirements.txt +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/custom_models/uq_models/Readme.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/custom_models/uq_models/bayesian_ridge.template +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/custom_models/uq_models/ensemble_xgb.template +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/custom_models/uq_models/gaussian_process.template +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/custom_models/uq_models/generated_model_script.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/custom_models/uq_models/mapie_xgb.template +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/custom_models/uq_models/meta_uq.template +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/custom_models/uq_models/ngboost.template +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/custom_models/uq_models/proximity.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/custom_models/uq_models/requirements.txt +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/custom_script_example/custom_model_script.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/custom_script_example/requirements.txt +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/ensemble_xgb/ensemble_xgb.template +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/ensemble_xgb/generated_model_script.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/ensemble_xgb/requirements.txt +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/pytorch_model/generated_model_script.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/pytorch_model/pytorch.template +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/pytorch_model/requirements.txt +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/quant_regression/quant_regression.template +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/quant_regression/requirements.txt +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/scikit_learn/generated_model_script.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/scikit_learn/requirements.txt +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/scikit_learn/scikit_learn.template +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/script_generation.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/xgb_model/generated_model_script.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/xgb_model/requirements.txt +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/model_scripts/xgb_model/xgb_model.template +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/repl/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/repl/workbench_shell.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/resources/open_source_api.key +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/resources/signature_verify_pub.pem +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/scripts/check_double_bond_stereo.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/scripts/glue_launcher.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/scripts/redis_expire.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/scripts/redis_report.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/scripts/show_config.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/themes/dark/base_css.url +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/themes/dark/custom.css +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/themes/dark/plotly.json +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/themes/light/base_css.url +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/themes/light/branding.json +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/themes/light/custom.css +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/themes/light/plotly.json +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/themes/midnight_blue/base_css.url +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/themes/midnight_blue/branding.json +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/themes/midnight_blue/custom.css +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/themes/midnight_blue/plotly.json +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/themes/quartz/base_css.url +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/themes/quartz/custom.css +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/themes/quartz/plotly.json +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/themes/quartz_dark/base_css.url +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/themes/quartz_dark/custom.css +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/themes/quartz_dark/plotly.json +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/__init__.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/ai_compound_generator.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/ai_summary.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/ai_synth.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/athena_utils.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/aws_utils.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/bulk_utils.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/cache.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/chem_utils.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/cloudwatch_handler.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/color_utils.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/config_manager.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/dashboard_metrics.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/datetime_utils.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/deprecated_utils.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/df_to_endpoint.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/ecs_info.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/endpoint_metrics.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/endpoint_utils.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/extract_model_artifact.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/fast_inference.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/glue_utils.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/graph_utils.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/ipython_utils.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/json_utils.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/lambda_utils.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/license_manager.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/log_utils.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/markdown_utils.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/model_utils.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/monitor_utils.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/pandas_utils.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/performance_utils.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/pipeline_utils.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/plot_utils.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/plugin_manager.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/prox_utils.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/redis_cache.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/repl_utils.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/resource_utils.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/s3_utils.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/shap_utils.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/shapley_values.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/symbols.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/test_data_generator.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/theme_manager.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/trace_calls.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/type_abbrev.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/workbench_cache.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/workbench_event_bridge.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/workbench_logging.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/workbench_sqs.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/utils/xgboost_model_utils.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/components/component_interface.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/components/correlation_matrix.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/components/data_details_markdown.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/components/endpoint_metric_plots.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/components/experiments/dashboard_metric_plots.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/components/experiments/outlier_plot.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/components/model_plot.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/components/plugin_interface.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/components/plugin_unit_test.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/components/plugins/ag_table.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/components/plugins/confusion_matrix.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/components/plugins/dashboard_status.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/components/plugins/data_details.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/components/plugins/endpoint_details.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/components/plugins/generated_compounds.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/components/plugins/graph_plot.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/components/plugins/license_details.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/components/plugins/model_details.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/components/plugins/molecule_panel.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/components/plugins/molecule_viewer.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/components/plugins/pipeline_details.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/components/plugins/proximity_mini_graph.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/components/plugins/scatter_plot.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/components/plugins/shap_summary_plot.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/components/regression_plot.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/components/violin_plots.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/page_views/data_sources_page_view.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/page_views/endpoints_page_view.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/page_views/feature_sets_page_view.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/page_views/main_page.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/page_views/models_page_view.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/page_views/page_view.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench/web_interface/page_views/pipelines_page_view.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench.egg-info/dependency_links.txt +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench.egg-info/entry_points.txt +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench.egg-info/requires.txt +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/src/workbench.egg-info/top_level.txt +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/README.md +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/artifacts/data_source_tests.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/artifacts/empty_model_group.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/artifacts/endpoint_tests.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/artifacts/featureset_ingest_boundaries.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/artifacts/featureset_tests.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/artifacts/graph_tests.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/artifacts/model_metrics_tests.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/artifacts/model_tests.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/aws_account/aws_account_clamp_tests.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/cached/cached_artifact_tests.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/chem_info/test_canonicalize.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/chem_info/test_tautomerization.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/corner_cases/end_to_end.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/create_test_artifacts/100_percent_models.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/create_test_artifacts/create_aqsol_artifacts.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/create_test_artifacts/create_aqsol_rt_artifacts.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/create_test_artifacts/create_aqsol_uq_artifacts.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/create_test_artifacts/create_basic_test_artifacts.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/create_test_artifacts/create_copy_artifacts.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/create_test_artifacts/create_empty_model_group.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/create_test_artifacts/create_endpoints_for_timing.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/create_test_artifacts/create_graph_artifacts.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/create_test_artifacts/create_knn_artifacts.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/create_test_artifacts/create_meta_endpoints.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/create_test_artifacts/create_pipeline_model.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/create_test_artifacts/create_proximity_models.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/create_test_artifacts/create_quant_regression_artifacts.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/create_test_artifacts/create_realtime_endpoint.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/create_test_artifacts/create_training_adjusted_artifacts.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/create_test_artifacts/create_wine_artifacts.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/create_test_artifacts/delete_stress_test_artifacts.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/create_test_artifacts/delete_test_artifacts.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/create_test_artifacts/regression_ensemble.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/create_test_artifacts/stress_test_aws.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/df_store/df_store_tests.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/lambda/decompress_layers.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/pandas_tests/test_drift.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/parameter_store/param_store_tests.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/plugin_tests/crashing_plugin.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/pytorch/pytorch_hello.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/requirements-dev.txt +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/specific/capital_tests.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/specific/column_changes.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/specific/config_manager.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/specific/deletion_tests.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/specific/shap_tests.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/transforms/data_to_data_tests.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/transforms/data_to_features_tests.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/transforms/features_to_model_tests.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/transforms/model_to_endpoint_tests.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/transforms/pandas_to_data_tests.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/transforms/pandas_to_features_test.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/views/view_tests.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/views/view_tests_complex.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/web_components/confusion_matrix_test.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/web_components/correlation_matrix_test.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/web_components/graph_plot_test.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/web_components/plugin_interface_test.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tests/web_components/scatter_plot_test.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/tox.ini +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/ui_testing/assets/custom.css +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/ui_testing/table_comparison.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/ui_testing/theme_switching.py +0 -0
- {workbench-0.8.167 → workbench-0.8.169}/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.169
|
|
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,75 @@
|
|
|
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
|
+
|
|
35
|
+
# SSO Groups (Groups that can assume the Workbench roles)
|
|
36
|
+
sso_groups_str = (cm and cm.get_config("WORKBENCH_SSO_GROUPS")) or os.getenv("WORKBENCH_SSO_GROUPS", "")
|
|
37
|
+
sso_groups = [group.strip() for group in sso_groups_str.split(",") if group.strip()] if sso_groups_str else []
|
|
38
|
+
|
|
39
|
+
# Additional Buckets (Extra S3 buckets to grant access to)
|
|
40
|
+
additional_buckets_str = (cm and cm.get_config("WORKBENCH_ADDITIONAL_BUCKETS")) or os.getenv(
|
|
41
|
+
"WORKBENCH_ADDITIONAL_BUCKETS", ""
|
|
42
|
+
)
|
|
43
|
+
additional_buckets = (
|
|
44
|
+
[bucket.strip() for bucket in additional_buckets_str.split(",") if bucket.strip()] if additional_buckets_str else []
|
|
45
|
+
)
|
|
46
|
+
existing_vpc_id = (cm and cm.get_config("WORKBENCH_VPC_ID")) or os.getenv("WORKBENCH_VPC_ID")
|
|
47
|
+
subnet_ids = (cm and cm.get_config("WORKBENCH_SUBNET_IDS")) or os.getenv("WORKBENCH_SUBNET_IDS", "")
|
|
48
|
+
|
|
49
|
+
# Log the configuration for transparency
|
|
50
|
+
print("Configuration:")
|
|
51
|
+
print(f" WORKBENCH_BUCKET: {workbench_bucket}")
|
|
52
|
+
print(f" WORKBENCH_SSO_GROUPS: {sso_groups}")
|
|
53
|
+
print(f" WORKBENCH_ADDITIONAL_BUCKETS: {additional_buckets}")
|
|
54
|
+
print(f" WORKBENCH_VPC_ID: {existing_vpc_id}")
|
|
55
|
+
print(f" WORKBENCH_SUBNET_IDS: {subnet_ids}")
|
|
56
|
+
|
|
57
|
+
# Our CDK App and Environment
|
|
58
|
+
app = cdk.App()
|
|
59
|
+
env = cdk.Environment(account=aws_account, region=aws_region)
|
|
60
|
+
|
|
61
|
+
# Create the Workbench Core Stack
|
|
62
|
+
sandbox_stack = WorkbenchCoreStack(
|
|
63
|
+
app,
|
|
64
|
+
"WorkbenchCore",
|
|
65
|
+
env=env,
|
|
66
|
+
props=WorkbenchCoreStackProps(
|
|
67
|
+
workbench_bucket=workbench_bucket,
|
|
68
|
+
sso_groups=sso_groups,
|
|
69
|
+
additional_buckets=additional_buckets,
|
|
70
|
+
existing_vpc_id=existing_vpc_id,
|
|
71
|
+
subnet_ids=subnet_ids,
|
|
72
|
+
),
|
|
73
|
+
)
|
|
74
|
+
|
|
75
|
+
app.synth()
|
|
@@ -4,19 +4,25 @@ from aws_cdk import (
|
|
|
4
4
|
aws_iam as iam,
|
|
5
5
|
aws_logs as logs,
|
|
6
6
|
aws_ec2 as ec2,
|
|
7
|
+
aws_ecs as ecs,
|
|
7
8
|
aws_batch as batch,
|
|
8
9
|
RemovalPolicy,
|
|
10
|
+
Duration,
|
|
11
|
+
Size,
|
|
9
12
|
)
|
|
10
13
|
from constructs import Construct
|
|
11
14
|
from typing import Any, List
|
|
12
15
|
from dataclasses import dataclass, field
|
|
16
|
+
from typing import Dict
|
|
13
17
|
|
|
14
18
|
|
|
15
19
|
@dataclass
|
|
16
20
|
class WorkbenchCoreStackProps:
|
|
17
21
|
workbench_bucket: str
|
|
18
|
-
|
|
22
|
+
sso_groups: List[str] = field(default_factory=list)
|
|
19
23
|
additional_buckets: List[str] = field(default_factory=list)
|
|
24
|
+
existing_vpc_id: str = None
|
|
25
|
+
subnet_ids: List[str] = field(default_factory=list) # Optional subnets ids for the Batch compute environment
|
|
20
26
|
|
|
21
27
|
|
|
22
28
|
class WorkbenchCoreStack(Stack):
|
|
@@ -37,8 +43,10 @@ class WorkbenchCoreStack(Stack):
|
|
|
37
43
|
|
|
38
44
|
# Grab our properties
|
|
39
45
|
self.workbench_bucket = props.workbench_bucket
|
|
40
|
-
self.
|
|
46
|
+
self.sso_groups = props.sso_groups
|
|
41
47
|
self.additional_buckets = props.additional_buckets
|
|
48
|
+
self.existing_vpc_id = props.existing_vpc_id
|
|
49
|
+
self.subnet_ids = props.subnet_ids
|
|
42
50
|
|
|
43
51
|
# Workbench Role Names
|
|
44
52
|
self.execution_role_name = "Workbench-ExecutionRole" # Main role
|
|
@@ -93,6 +101,7 @@ class WorkbenchCoreStack(Stack):
|
|
|
93
101
|
# Batch Compute Environment and Job Queue
|
|
94
102
|
self.batch_compute_environment = self.create_batch_compute_environment()
|
|
95
103
|
self.batch_job_queue = self.create_batch_job_queue()
|
|
104
|
+
self.batch_job_definitions = self.create_batch_job_definitions()
|
|
96
105
|
|
|
97
106
|
####################
|
|
98
107
|
# S3 Buckets #
|
|
@@ -377,12 +386,31 @@ class WorkbenchCoreStack(Stack):
|
|
|
377
386
|
# Batch Compute #
|
|
378
387
|
#####################
|
|
379
388
|
def create_batch_compute_environment(self) -> batch.FargateComputeEnvironment:
|
|
380
|
-
"""Create the Batch compute environment
|
|
389
|
+
"""Create the Batch compute environment with Fargate."""
|
|
390
|
+
|
|
391
|
+
# Do we have an existing VPC we want to use? Otherwise use a default
|
|
392
|
+
if self.existing_vpc_id:
|
|
393
|
+
vpc = ec2.Vpc.from_lookup(self, "ImportedVPC", vpc_id=self.existing_vpc_id)
|
|
394
|
+
else:
|
|
395
|
+
vpc = ec2.Vpc.from_lookup(self, "DefaultVpc", is_default=True)
|
|
396
|
+
|
|
397
|
+
# Use specific subnets if provided, otherwise let CDK choose
|
|
398
|
+
vpc_subnets = None
|
|
399
|
+
if self.subnet_ids:
|
|
400
|
+
vpc_subnets = ec2.SubnetSelection(
|
|
401
|
+
subnets=[
|
|
402
|
+
ec2.Subnet.from_subnet_id(self, f"BatchSubnet{i}", subnet_id)
|
|
403
|
+
for i, subnet_id in enumerate(self.subnet_ids)
|
|
404
|
+
]
|
|
405
|
+
)
|
|
406
|
+
|
|
381
407
|
return batch.FargateComputeEnvironment(
|
|
382
408
|
self,
|
|
383
409
|
"WorkbenchBatchComputeEnvironment",
|
|
384
410
|
compute_environment_name="workbench-compute-env",
|
|
385
|
-
vpc=
|
|
411
|
+
vpc=vpc,
|
|
412
|
+
vpc_subnets=vpc_subnets,
|
|
413
|
+
# replace_compute_environment=True,
|
|
386
414
|
)
|
|
387
415
|
|
|
388
416
|
def create_batch_job_queue(self) -> batch.JobQueue:
|
|
@@ -396,6 +424,40 @@ class WorkbenchCoreStack(Stack):
|
|
|
396
424
|
],
|
|
397
425
|
)
|
|
398
426
|
|
|
427
|
+
def create_batch_job_definitions(self) -> Dict[str, batch.EcsJobDefinition]:
|
|
428
|
+
"""Create ML pipeline job definitions in small/medium/large tiers."""
|
|
429
|
+
|
|
430
|
+
ecr_image_uri = f"507740646243.dkr.ecr.{self.region}.amazonaws.com/aws-ml-images/py312-ml-pipelines:0.1"
|
|
431
|
+
tiers = {
|
|
432
|
+
"small": (2, 4096), # 2 vCPU, 4GB RAM
|
|
433
|
+
"medium": (4, 8192), # 4 vCPU, 8GB RAM
|
|
434
|
+
"large": (8, 16384), # 8 vCPU, 16GB RAM
|
|
435
|
+
}
|
|
436
|
+
|
|
437
|
+
job_definitions = {}
|
|
438
|
+
for size, (cpu, memory_mib) in tiers.items():
|
|
439
|
+
job_definitions[size] = batch.EcsJobDefinition(
|
|
440
|
+
self,
|
|
441
|
+
f"JobDef{size.capitalize()}",
|
|
442
|
+
job_definition_name=f"workbench-ml-pipeline-{size}",
|
|
443
|
+
container=batch.EcsFargateContainerDefinition(
|
|
444
|
+
self,
|
|
445
|
+
f"Container{size.capitalize()}",
|
|
446
|
+
cpu=cpu,
|
|
447
|
+
memory=Size.mebibytes(memory_mib),
|
|
448
|
+
image=ecs.ContainerImage.from_registry(ecr_image_uri),
|
|
449
|
+
job_role=self.workbench_batch_role,
|
|
450
|
+
execution_role=self.workbench_batch_role,
|
|
451
|
+
environment={
|
|
452
|
+
"WORKBENCH_BUCKET": self.workbench_bucket,
|
|
453
|
+
"PYTHONUNBUFFERED": "1",
|
|
454
|
+
},
|
|
455
|
+
),
|
|
456
|
+
timeout=Duration.hours(3),
|
|
457
|
+
)
|
|
458
|
+
|
|
459
|
+
return job_definitions
|
|
460
|
+
|
|
399
461
|
#####################
|
|
400
462
|
# DataFrame Store #
|
|
401
463
|
#####################
|
|
@@ -1380,7 +1442,6 @@ class WorkbenchCoreStack(Stack):
|
|
|
1380
1442
|
|
|
1381
1443
|
# Add policies for the Batch Role
|
|
1382
1444
|
batch_role.add_to_policy(self.batch_job_logs())
|
|
1383
|
-
# batch_role.add_to_policy(self.ecr_policy_statement()) # Not sure we need this
|
|
1384
1445
|
batch_role.add_to_policy(self.parameter_store_full())
|
|
1385
1446
|
batch_role.add_to_policy(self.dataframe_store_full())
|
|
1386
1447
|
batch_role.add_managed_policy(self.datasource_policy)
|
|
@@ -1402,26 +1463,36 @@ class WorkbenchCoreStack(Stack):
|
|
|
1402
1463
|
"""
|
|
1403
1464
|
assumed_by = base_principals or iam.CompositePrincipal()
|
|
1404
1465
|
|
|
1405
|
-
# If
|
|
1466
|
+
# If sso_groups are provided, configure trust relationship for AWS SSO integration
|
|
1406
1467
|
# AWS SSO creates roles with two different ARN patterns depending on configuration:
|
|
1407
|
-
if self.
|
|
1408
|
-
|
|
1409
|
-
|
|
1410
|
-
|
|
1411
|
-
|
|
1412
|
-
|
|
1413
|
-
|
|
1414
|
-
|
|
1415
|
-
|
|
1416
|
-
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1468
|
+
if self.sso_groups:
|
|
1469
|
+
# Build lists to hold all ARN patterns for all groups
|
|
1470
|
+
sso_group_arns_pattern_1 = []
|
|
1471
|
+
sso_group_arns_pattern_2 = []
|
|
1472
|
+
|
|
1473
|
+
# Generate ARN patterns for each SSO group
|
|
1474
|
+
for sso_group in self.sso_groups:
|
|
1475
|
+
# Pattern 1: Direct group-based SSO role (no permission set in path)
|
|
1476
|
+
# Used when SSO groups are mapped directly to roles
|
|
1477
|
+
sso_group_arn_1 = (
|
|
1478
|
+
f"arn:aws:iam::{self.account}:role/aws-reserved/sso.amazonaws.com/AWSReservedSSO_{sso_group}_*"
|
|
1479
|
+
)
|
|
1480
|
+
sso_group_arns_pattern_1.append(sso_group_arn_1)
|
|
1481
|
+
|
|
1482
|
+
# Pattern 2: Permission set-based SSO role (includes permission set ID in path)
|
|
1483
|
+
# Used when SSO groups are assigned via permission sets (more common in enterprise setups)
|
|
1484
|
+
# The middle wildcard (*) represents the permission set identifier
|
|
1485
|
+
sso_group_arn_2 = (
|
|
1486
|
+
f"arn:aws:iam::{self.account}:role/aws-reserved/sso.amazonaws.com/*/AWSReservedSSO_{sso_group}_*"
|
|
1487
|
+
)
|
|
1488
|
+
sso_group_arns_pattern_2.append(sso_group_arn_2)
|
|
1489
|
+
|
|
1490
|
+
# Combine both patterns into a single list for the condition
|
|
1422
1491
|
# Both patterns are required for maximum compatibility across different SSO configurations
|
|
1423
1492
|
# This is particularly important for Lake Formation and enterprise SSO integrations
|
|
1424
|
-
|
|
1493
|
+
all_sso_arns = sso_group_arns_pattern_1 + sso_group_arns_pattern_2
|
|
1494
|
+
|
|
1495
|
+
condition = {"ArnLike": {"aws:PrincipalArn": all_sso_arns}}
|
|
1425
1496
|
assumed_by.add_principals(iam.AccountPrincipal(self.account).with_conditions(condition))
|
|
1426
1497
|
else:
|
|
1427
1498
|
# Fallback: Allow any principal in the account to assume this role
|
|
@@ -50,7 +50,7 @@ You'll need to set some environmental vars before deploying the stack.
|
|
|
50
50
|
|
|
51
51
|
```
|
|
52
52
|
export WORKBENCH_BUCKET=name-of-workbench-bucket
|
|
53
|
-
export
|
|
53
|
+
export WORKBENCH_SSO_GROUPS=DataScientists,DataEngineers (no spaces between commas)
|
|
54
54
|
```
|
|
55
55
|
|
|
56
56
|
**Optional ENV Vars**
|
|
@@ -14,12 +14,22 @@ RUN pip install --no-cache-dir -r /tmp/requirements.txt
|
|
|
14
14
|
# Final runtime image
|
|
15
15
|
FROM python:3.12-slim
|
|
16
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
|
+
|
|
17
27
|
# Copy installed packages from builder
|
|
18
28
|
COPY --from=builder /usr/local/lib/python3.12/site-packages /usr/local/lib/python3.12/site-packages
|
|
19
29
|
COPY --from=builder /usr/local/bin /usr/local/bin
|
|
20
30
|
|
|
21
31
|
# Install workbench only
|
|
22
|
-
RUN pip install --no-cache-dir workbench==0.8.
|
|
32
|
+
RUN pip install --no-cache-dir workbench==0.8.167
|
|
23
33
|
|
|
24
34
|
# Add the script runner
|
|
25
35
|
COPY ml_pipeline_runner.py /app/ml_pipeline_runner.py
|
{workbench-0.8.167 → workbench-0.8.169}/model_docker_images/ml_pipelines/ml_pipeline_runner.py
RENAMED
|
@@ -15,51 +15,45 @@ def download_ml_pipeline_from_s3(s3_path: str, local_path: str):
|
|
|
15
15
|
parsed = urlparse(s3_path)
|
|
16
16
|
bucket = parsed.netloc
|
|
17
17
|
key = parsed.path.lstrip("/")
|
|
18
|
-
|
|
19
18
|
log.info(f"Downloading {s3_path} to {local_path}")
|
|
20
|
-
|
|
21
19
|
s3_client = boto3.client("s3")
|
|
22
20
|
s3_client.download_file(bucket, key, local_path)
|
|
23
21
|
|
|
24
|
-
# Make it executable
|
|
25
|
-
os.chmod(local_path, 0o755)
|
|
26
|
-
log.info(f"Downloaded and made executable: {local_path}")
|
|
27
|
-
|
|
28
22
|
|
|
29
23
|
def run_ml_pipeline(script_path: str):
|
|
30
24
|
"""Execute the ML pipeline script."""
|
|
31
25
|
log.info(f"Executing ML pipeline: {script_path}")
|
|
32
|
-
|
|
33
26
|
try:
|
|
34
27
|
# Run the script with python
|
|
35
|
-
result = subprocess.run(
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
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
|
|
46
40
|
|
|
47
41
|
|
|
48
42
|
def main():
|
|
43
|
+
"""Main entry point for the ML pipeline runner."""
|
|
44
|
+
|
|
49
45
|
# Report the version of the workbench package
|
|
50
46
|
log.info(f"Workbench version: {workbench.__version__}")
|
|
51
47
|
|
|
52
48
|
# Get the ML Pipeline S3 path from environment variable
|
|
53
49
|
ml_pipeline_s3_path = os.environ.get("ML_PIPELINE_S3_PATH")
|
|
54
|
-
|
|
55
50
|
if not ml_pipeline_s3_path:
|
|
56
51
|
log.error("ML_PIPELINE_S3_PATH environment variable not set")
|
|
57
52
|
sys.exit(1)
|
|
58
53
|
|
|
59
|
-
#
|
|
54
|
+
# Construct filename for local download
|
|
60
55
|
script_name = os.path.basename(ml_pipeline_s3_path)
|
|
61
56
|
local_script_path = f"/tmp/{script_name}"
|
|
62
|
-
|
|
63
57
|
try:
|
|
64
58
|
# Download the ML pipeline script from S3
|
|
65
59
|
download_ml_pipeline_from_s3(ml_pipeline_s3_path, local_script_path)
|
|
@@ -69,9 +63,7 @@ def main():
|
|
|
69
63
|
|
|
70
64
|
# Clean up
|
|
71
65
|
os.remove(local_script_path)
|
|
72
|
-
|
|
73
66
|
sys.exit(exit_code)
|
|
74
|
-
|
|
75
67
|
except Exception as e:
|
|
76
68
|
log.error(f"Error in run_script: {e}")
|
|
77
69
|
sys.exit(1)
|
|
@@ -0,0 +1,137 @@
|
|
|
1
|
+
import argparse
|
|
2
|
+
import logging
|
|
3
|
+
import time
|
|
4
|
+
from datetime import datetime
|
|
5
|
+
from pathlib import Path
|
|
6
|
+
|
|
7
|
+
# Workbench Imports
|
|
8
|
+
from workbench.core.cloud_platform.aws.aws_account_clamp import AWSAccountClamp
|
|
9
|
+
from workbench.utils.config_manager import ConfigManager
|
|
10
|
+
from workbench.utils.s3_utils import upload_content_to_s3
|
|
11
|
+
from workbench.utils.cloudwatch_utils import get_cloudwatch_logs_url
|
|
12
|
+
|
|
13
|
+
log = logging.getLogger("workbench")
|
|
14
|
+
cm = ConfigManager()
|
|
15
|
+
workbench_bucket = cm.get_config("WORKBENCH_BUCKET")
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
def get_ecr_image_uri() -> str:
|
|
19
|
+
"""Get the ECR image URI for the current region."""
|
|
20
|
+
region = AWSAccountClamp().region
|
|
21
|
+
return f"507740646243.dkr.ecr.{region}.amazonaws.com/aws-ml-images/py312-ml-pipelines:0.1"
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
def get_batch_role_arn() -> str:
|
|
25
|
+
"""Get the Batch execution role ARN."""
|
|
26
|
+
account_id = AWSAccountClamp().account_id
|
|
27
|
+
return f"arn:aws:iam::{account_id}:role/Workbench-BatchRole"
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
def _log_cloudwatch_link(job: dict, message_prefix: str = "View logs") -> None:
|
|
31
|
+
"""
|
|
32
|
+
Helper method to log CloudWatch logs link with clickable URL and full URL display.
|
|
33
|
+
|
|
34
|
+
Args:
|
|
35
|
+
job: Batch job description dictionary
|
|
36
|
+
message_prefix: Prefix for the log message (default: "View logs")
|
|
37
|
+
"""
|
|
38
|
+
log_stream = job.get("container", {}).get("logStreamName")
|
|
39
|
+
logs_url = get_cloudwatch_logs_url(log_group="/aws/batch/job", log_stream=log_stream)
|
|
40
|
+
if logs_url:
|
|
41
|
+
clickable_url = f"\033]8;;{logs_url}\033\\{logs_url}\033]8;;\033\\"
|
|
42
|
+
log.info(f"{message_prefix}: {clickable_url}")
|
|
43
|
+
else:
|
|
44
|
+
log.info("Check AWS Batch console for logs")
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
def run_batch_job(script_path: str, size: str = "small") -> int:
|
|
48
|
+
"""
|
|
49
|
+
Submit and monitor an AWS Batch job for ML pipeline execution.
|
|
50
|
+
|
|
51
|
+
Uploads script to S3, submits Batch job, monitors until completion or 2 minutes of RUNNING.
|
|
52
|
+
|
|
53
|
+
Args:
|
|
54
|
+
script_path: Local path to the ML pipeline script
|
|
55
|
+
size: Job size tier - "small" (default), "medium", or "large"
|
|
56
|
+
- small: 2 vCPU, 4GB RAM for lightweight processing
|
|
57
|
+
- medium: 4 vCPU, 8GB RAM for standard ML workloads
|
|
58
|
+
- large: 8 vCPU, 16GB RAM for heavy training/inference
|
|
59
|
+
|
|
60
|
+
Returns:
|
|
61
|
+
Exit code (0 for success/disconnected, non-zero for failure)
|
|
62
|
+
"""
|
|
63
|
+
if size not in ["small", "medium", "large"]:
|
|
64
|
+
raise ValueError(f"Invalid size '{size}'. Must be 'small', 'medium', or 'large'")
|
|
65
|
+
|
|
66
|
+
batch = AWSAccountClamp().boto3_session.client("batch")
|
|
67
|
+
script_name = Path(script_path).stem
|
|
68
|
+
|
|
69
|
+
# Upload script to S3
|
|
70
|
+
s3_path = f"s3://{workbench_bucket}/batch-jobs/{Path(script_path).name}"
|
|
71
|
+
log.info(f"Uploading script to {s3_path}")
|
|
72
|
+
upload_content_to_s3(Path(script_path).read_text(), s3_path)
|
|
73
|
+
|
|
74
|
+
# Submit job
|
|
75
|
+
job_name = f"workbench_{script_name}_{datetime.now():%Y%m%d_%H%M%S}"
|
|
76
|
+
response = batch.submit_job(
|
|
77
|
+
jobName=job_name,
|
|
78
|
+
jobQueue="workbench-job-queue",
|
|
79
|
+
jobDefinition=f"workbench-ml-pipeline-{size}",
|
|
80
|
+
containerOverrides={
|
|
81
|
+
"environment": [
|
|
82
|
+
{"name": "ML_PIPELINE_S3_PATH", "value": s3_path},
|
|
83
|
+
{"name": "WORKBENCH_BUCKET", "value": workbench_bucket},
|
|
84
|
+
]
|
|
85
|
+
},
|
|
86
|
+
)
|
|
87
|
+
job_id = response["jobId"]
|
|
88
|
+
log.info(f"Submitted job: {job_name} ({job_id}) using {size} tier")
|
|
89
|
+
|
|
90
|
+
# Monitor job
|
|
91
|
+
last_status, running_start = None, None
|
|
92
|
+
while True:
|
|
93
|
+
job = batch.describe_jobs(jobs=[job_id])["jobs"][0]
|
|
94
|
+
status = job["status"]
|
|
95
|
+
|
|
96
|
+
if status != last_status:
|
|
97
|
+
log.info(f"Job status: {status}")
|
|
98
|
+
last_status = status
|
|
99
|
+
if status == "RUNNING":
|
|
100
|
+
running_start = time.time()
|
|
101
|
+
|
|
102
|
+
# Disconnect after 2 minutes of running
|
|
103
|
+
if status == "RUNNING" and running_start and (time.time() - running_start >= 120):
|
|
104
|
+
log.info("✅ ML Pipeline is running successfully!")
|
|
105
|
+
_log_cloudwatch_link(job, "📊 Monitor logs")
|
|
106
|
+
return 0
|
|
107
|
+
|
|
108
|
+
# Handle completion
|
|
109
|
+
if status in ["SUCCEEDED", "FAILED"]:
|
|
110
|
+
exit_code = job.get("attempts", [{}])[-1].get("exitCode", 1)
|
|
111
|
+
msg = (
|
|
112
|
+
"Job completed successfully"
|
|
113
|
+
if status == "SUCCEEDED"
|
|
114
|
+
else f"Job failed: {job.get('statusReason', 'Unknown')}"
|
|
115
|
+
)
|
|
116
|
+
log.info(msg) if status == "SUCCEEDED" else log.error(msg)
|
|
117
|
+
_log_cloudwatch_link(job)
|
|
118
|
+
return exit_code
|
|
119
|
+
|
|
120
|
+
time.sleep(10)
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
def main():
|
|
124
|
+
"""CLI entry point for running ML pipelines on AWS Batch."""
|
|
125
|
+
parser = argparse.ArgumentParser(description="Run ML pipeline script on AWS Batch")
|
|
126
|
+
parser.add_argument("script_file", help="Local path to ML pipeline script")
|
|
127
|
+
args = parser.parse_args()
|
|
128
|
+
try:
|
|
129
|
+
exit_code = run_batch_job(args.script_file)
|
|
130
|
+
exit(exit_code)
|
|
131
|
+
except Exception as e:
|
|
132
|
+
log.error(f"Error: {e}")
|
|
133
|
+
exit(1)
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
if __name__ == "__main__":
|
|
137
|
+
main()
|