workbench 0.8.184__tar.gz → 0.8.186__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.
- {workbench-0.8.184 → workbench-0.8.186}/PKG-INFO +1 -1
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_compute/workbench_compute/workbench_compute_stack.py +4 -10
- workbench-0.8.186/scripts/delete_data_capture.py +72 -0
- workbench-0.8.186/scripts/sagemaker_feature_group_issue.py +61 -0
- workbench-0.8.186/scripts/test_feature_set_creation.py +20 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/artifacts/endpoint_core.py +10 -7
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/artifacts/model_core.py +1 -1
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/pandas_transforms/pandas_to_features.py +27 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/uq_models/generated_model_script.py +1 -1
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/uq_models/mapie.template +1 -1
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/scripts/ml_pipeline_sqs.py +23 -13
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/xgboost_model_utils.py +100 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench.egg-info/PKG-INFO +1 -1
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench.egg-info/SOURCES.txt +3 -0
- {workbench-0.8.184 → workbench-0.8.186}/.flake8 +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/.github/dependabot.yml +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/.github/workflows/deploy-docs.yml +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/.github/workflows/python-lint.yml +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/.gitignore +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/CONTRIBUTING.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/Dockerfile +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/LICENSE +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/Makefile +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/README.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/SECURITY.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/Dockerfile +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/README.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/app.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/assets/favicon.ico +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/dashboard +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/deploy.sh +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/nginx.conf +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/open_source_config.json +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/pages/data_sources/callbacks.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/pages/data_sources/layout.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/pages/data_sources/page.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/pages/endpoints/callbacks.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/pages/endpoints/layout.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/pages/endpoints/page.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/pages/feature_sets/callbacks.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/pages/feature_sets/layout.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/pages/feature_sets/page.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/pages/license/page.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/pages/main/callbacks.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/pages/main/layout.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/pages/main/page.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/pages/models/callbacks.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/pages/models/layout.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/pages/models/page.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/pages/pipelines/callbacks.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/pages/pipelines/layout.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/pages/pipelines/page.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/pages/status/page.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/static/dark.css +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/static/light.css +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/supervisord.conf +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/compound_explorer/Dockerfile +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/compound_explorer/README.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/compound_explorer/app.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/compound_explorer/assets/favicon.ico +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/compound_explorer/callbacks.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/compound_explorer/explorer +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/compound_explorer/layout.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/compound_explorer/nginx.conf +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/compound_explorer/open_source_config.json +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/compound_explorer/requirements.txt +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/compound_explorer/storage/callbacks.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/compound_explorer/storage/callbacks_new.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/compound_explorer/storage/layout_new.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/applications/compound_explorer/supervisord.conf +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/aws_account_setup.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/aws_identity_check.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/build_ml_pipeline.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/compound_explorer/.gitignore +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/compound_explorer/README.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/compound_explorer/app.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/compound_explorer/cdk.json +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/compound_explorer/compound_explorer/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/compound_explorer/compound_explorer/compound_explorer_stack.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/compound_explorer/requirements.txt +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/event_bridge/Readme.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_compute/README.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_compute/app.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_compute/cdk.json +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_compute/requirements.txt +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_compute/tests/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_compute/tests/unit/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_compute/tests/unit/test_workbench_compute_stack.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_compute/workbench_compute/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_core/.gitignore +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_core/README.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_core/app.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_core/cdk.json +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_core/requirements-dev.txt +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_core/requirements.txt +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_core/source.bat +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_core/workbench_core/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_core/workbench_core/workbench_core_stack.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_dashboard_full/.gitignore +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_dashboard_full/README.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_dashboard_full/app.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_dashboard_full/cdk.json +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_dashboard_full/requirements-dev.txt +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_dashboard_full/requirements.txt +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_dashboard_full/source.bat +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/workbench_dashboard_stack.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_dashboard_lite/.gitignore +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_dashboard_lite/README.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_dashboard_lite/app.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_dashboard_lite/cdk.json +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_dashboard_lite/requirements.txt +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/workbench_dashboard_stack.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/data/abalone.csv +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/data/karate_graph.json +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/data/test_data.csv +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/data/test_data.json +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/data/wine_dataset.csv +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/deploy_docker.sh +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/admin/aws_service_limits.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/admin/base_docker_push.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/admin/dashboard_docker_push.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/admin/dashboard_s3_plugins.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/admin/explorer_docker_push.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/admin/images/dashboard_secret_click.png +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/admin/images/serverless_quotas.png +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/admin/images/status_showing_S3_path.png +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/admin/pypi_release.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/admin/workbench_docker_for_lambdas.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/api_classes/data_source.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/api_classes/df_store.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/api_classes/endpoint.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/api_classes/feature_set.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/api_classes/meta.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/api_classes/model.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/api_classes/monitor.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/api_classes/overview.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/api_classes/parameter_store.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/api_classes/pipelines.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/api_classes/views.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/aws_setup/aws_access_management.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/aws_setup/aws_client_vpn.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/aws_setup/aws_setup.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/aws_setup/aws_tips_and_tricks.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/aws_setup/core_stack.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/aws_setup/dashboard_stack.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/aws_setup/domain_cert_setup.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/aws_setup/full_pipeline.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/aws_setup/iam_assume_role.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/aws_setup/sso_assume_role.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/blogs/aws_credentials_lock.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/blogs/canonicalization_and_tautomerization.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/blogs/compound_etl.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/blogs/compound_explorer.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/blogs/descriptor_drilldown.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/blogs/eda.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/blogs/feature_importances.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/blogs/fun_with_workbench/fun_with_endpoints.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/blogs/htg.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/blogs/index.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/blogs/model_monitoring.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/blogs/residual_analysis.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/cached/cached_data_source.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/cached/cached_endpoint.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/cached/cached_feature_set.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/cached/cached_meta.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/cached/cached_model.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/cached/overview.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/chem_utils/index.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/cloudwatch/index.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/comparisons/workbench_vs_databricks.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/compound_explorer/tox21.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/compound_explorer/toxicity_modeling.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/core_classes/artifacts/artifact.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/core_classes/artifacts/athena_source.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/core_classes/artifacts/data_source_abstract.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/core_classes/artifacts/endpoint_core.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/core_classes/artifacts/feature_set_core.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/core_classes/artifacts/model_core.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/core_classes/artifacts/monitor_core.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/core_classes/artifacts/overview.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/core_classes/overview.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/core_classes/transforms/data_loaders_heavy.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/core_classes/transforms/data_loaders_light.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/core_classes/transforms/data_to_features.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/core_classes/transforms/features_to_model.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/core_classes/transforms/model_to_endpoint.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/core_classes/transforms/overview.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/core_classes/transforms/pandas_transforms.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/core_classes/transforms/transform.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/core_classes/views/computation_view.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/core_classes/views/display_view.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/core_classes/views/inference_view.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/core_classes/views/overview.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/core_classes/views/training_view.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/data_algorithms/dataframes/overview.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/data_algorithms/graphs/overview.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/data_algorithms/overview.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/data_algorithms/spark/overview.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/data_algorithms/sql/overview.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/enterprise/index.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/enterprise/private_saas.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/enterprise/project_branding.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/enterprise/themes.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/getting_started/index.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/glue/index.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/images/big_spider.png +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/images/graph_representation.png +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/images/powered_aws_dark_blue.png +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/images/powered_aws_transparent.png +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/images/powered_aws_white.png +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/images/powered_aws_with_tm_grey.png +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/images/scp.png +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/images/scp_labs.png +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/images/small_spider.png +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/images/workbench_concepts.png +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/index.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/lambda_layer/index.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/misc/faq.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/misc/general_info.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/misc/scp_consulting.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/misc/workbench_classes_concepts.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/model_utils/index.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/plugins/index.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/presentations/index.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/release_notes/0_8_106.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/release_notes/0_8_158.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/release_notes/0_8_50.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/release_notes/0_8_55.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/release_notes/0_8_58.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/release_notes/0_8_60.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/release_notes/0_8_71.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/release_notes/0_8_74.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/release_notes/0_8_78.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/release_notes/archived/0_7_8.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/release_notes/archived/0_8_11.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/release_notes/archived/0_8_20.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/release_notes/archived/0_8_22.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/release_notes/archived/0_8_23.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/release_notes/archived/0_8_27.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/release_notes/archived/0_8_29.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/release_notes/archived/0_8_33.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/release_notes/archived/0_8_35.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/release_notes/archived/0_8_36.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/release_notes/archived/0_8_39.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/release_notes/archived/0_8_42.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/release_notes/archived/0_8_46.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/release_notes/archived/0_8_6.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/release_notes/archived/0_8_8.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/repl/index.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/road_maps/0_9_0.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/road_maps/0_9_5.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/themes/details.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/docs/themes/index.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/ag-grid/hello_world.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/chem_utils/tautomerize_smiles.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/datasource/datasource_from_df.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/datasource/datasource_from_s3.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/datasource/datasource_query.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/datasource/datasource_stats.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/datasource/datasource_to_featureset.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/endpoint/endpoint_details.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/endpoint/endpoint_inference.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/endpoint/endpoint_metrics.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/featureset/featureset_eda.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/featureset/featureset_query.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/full_ml_pipeline.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/glue_jobs/glue_example_1.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/glue_jobs/glue_example_2.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/glue_jobs/glue_example_3.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/glue_jobs/glue_launcher_examples/example_1.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/glue_jobs/glue_launcher_examples/example_2.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/meta/meta_list_endpoints.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/meta/meta_list_models.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/meta/meta_model_metrics.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/ml_pipelines/list_models.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/ml_pipelines/wine_classifier.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/model_utils/model_metrics.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/model_utils/model_to_endpoint.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/model_utils/onboard_model.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/models/custom_model.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/models/dbscan.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/models/knn.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/models/pytorch.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/models/random_forest.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/models/smiles_to_md_v1.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/models/uq/bayesian_ridge.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/models/uq/ensemble_xgb.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/models/uq/gaussian_process.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/models/uq/mapie.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/models/uq/meta_uq.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/models/uq/ngboost.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/models/uq/quant_xgb.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/monitor/monitor_setup.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/monitor/monitor_usage.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/plugins/branding/Readme.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/plugins/branding/scp.json +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/plugins/components/custom_plugin.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/plugins/components/endpoint_plugin.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/plugins/components/endpoint_turbo.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/plugins/components/model_markdown.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/plugins/components/model_plugin.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/plugins/packages/my_plugin_utils/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/plugins/packages/my_plugin_utils/assets/foo.json +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/plugins/packages/my_plugin_utils/cool_stuff.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/plugins/pages/plugin_page_1.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/plugins/pages/plugin_page_2.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/plugins/pages/plugin_page_3.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/plugins/templates/Readme.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/plugins/views/model_plugin_view.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/plugins/views/my_view_plugin.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/storage/data_to_data.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/storage/data_to_features.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/storage/endpoint_inference.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/storage/hello_world_pipeline.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/examples/storage/plugin_page_example.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/experiments/chem_info/bulk_sims.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/experiments/chem_info/knn_sims.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/experiments/chemprop_model.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/experiments/confidence_roc_curve.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/experiments/coverage_probability.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/experiments/log_testing.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/experiments/mapie_model.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/experiments/neighbor_outliers.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/experiments/networkx_id.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/experiments/prediction_intervals.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/experiments/pytorch_model.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/experiments/quantile_regression.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/experiments/quantile_regression_2.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/experiments/regression_confidence.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/experiments/residual_analysis.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/experiments/rocauc_testing.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/experiments/scatter_zoom_issue.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/experiments/sol_pipeline.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/glue_jobs/create_glue_workflow_with_trigger.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/glue_jobs/example_glue_job.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/glue_jobs/glue_job_pipeline.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/glue_jobs/glue_mixed_case.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/mkdocs.yml +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/ml_pipelines/hyper_uq.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/model_docker_images/Readme.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/model_docker_images/inference/Dockerfile +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/model_docker_images/inference/main.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/model_docker_images/inference/requirements.txt +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/model_docker_images/inference/serve +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/model_docker_images/meta_endpoint/Dockerfile +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/model_docker_images/meta_endpoint/main.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/model_docker_images/meta_endpoint/requirements.txt +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/model_docker_images/meta_endpoint/serve +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/model_docker_images/ml_pipelines/Dockerfile +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/model_docker_images/ml_pipelines/ml_pipeline_runner.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/model_docker_images/ml_pipelines/requirements.txt +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/model_docker_images/pytorch_inference/Dockerfile +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/model_docker_images/pytorch_inference/main.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/model_docker_images/pytorch_inference/requirements.txt +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/model_docker_images/pytorch_inference/serve +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/model_docker_images/pytorch_training/Dockerfile +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/model_docker_images/pytorch_training/requirements.txt +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/model_docker_images/pytorch_training/sagemaker_entrypoint.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/model_docker_images/scripts/build_deploy.sh +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/model_docker_images/tests/data/abalone_sm.csv +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/model_docker_images/tests/example_model_script.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/model_docker_images/tests/run_tests.sh +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/model_docker_images/tests/test_inference.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/model_docker_images/tests/test_training.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/model_docker_images/training/Dockerfile +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/model_docker_images/training/requirements.txt +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/model_docker_images/training/sagemaker_entrypoint.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/model_docker_images/workbench_inference/Dockerfile +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/model_docker_images/workbench_inference/main.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/model_docker_images/workbench_inference/requirements.txt +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/model_docker_images/workbench_inference/serve +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/notebooks/Inference_On_Legacy_Models.ipynb +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/notebooks/ML_Pipeline_with_Workbench.ipynb +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/notebooks/ML_Pipeline_with_Workbench_2.ipynb +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/notebooks/Outliers_in_Workbench.ipynb +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/notebooks/Regression_Confidence_Experiments.ipynb +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/notebooks/Residual_Analysis.ipynb +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/notebooks/images/athena_query_aqsol.png +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/notebooks/images/aws_dashboard_aqsol.png +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/notebooks/images/dashboard_aqsol_features.png +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/notebooks/images/model_screenshot.png +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/notebooks/images/scp_labs.png +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/presentations/README.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/pyproject.toml +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/active_logs.sh +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/admin/athena_ddl_mixed_case.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/admin/check_all_glue_tables.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/admin/db_scan_test.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/admin/delete_invalid_views.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/admin/delete_redis_keys.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/admin/list_datacatalog.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/admin/migration/copy_glue_database.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/admin/migration/delete_sageworks_glue_database.sh +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/admin/migration/ds_migrate.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/admin/migration/endpoint_migrate.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/admin/migration/fs_migrate.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/admin/migration/model_migrate.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/admin/pull_image_digest.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/admin/redis_reaper.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/admin/spam_list_tags.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/admin/storage/convert_training_views.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/admin/storage/migrate_data_source_via_df.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/admin/storage/migrate_ds_meta.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/ag_table_row_selection.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/compare_dataframes.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/compare_model_packages.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/endpoint_timing.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/find_smiles_issues.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/get_tags.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/instantiation_timings.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/llm_deploys/deepseek_deploy.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/model_cache_refresh.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/model_endpoint_sanity_check.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/monitor_event_bridge.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/onboard_endpoints.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/onboard_models.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/pipeline_model_endpoint.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/pubchem/pubchem_example.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/pubchem/pubchem_query.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/pubchem/pubchem_query_with_cid.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/seaborn_to_plotly.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/storage/dns_data_to_features.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/storage/generate_jsonl_data.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/test_feature_resolution.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/test_no_workbench_config.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/tox21/test_tox_heuristic.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/scripts/tox21/tox21_to_df_store.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/setup.cfg +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/algorithms/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/algorithms/dataframe/Readme.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/algorithms/dataframe/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/algorithms/dataframe/data_source_eda.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/algorithms/dataframe/feature_space_proximity.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/algorithms/dataframe/fingerprint_proximity.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/algorithms/dataframe/projection_2d.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/algorithms/dataframe/proximity.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/algorithms/dataframe/storage/aggregation.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/algorithms/dataframe/storage/feature_resolution.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/algorithms/dataframe/storage/feature_spider.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/algorithms/dataframe/storage/residuals_calculator.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/algorithms/dataframe/storage/row_tagger.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/algorithms/dataframe/storage/target_gradients.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/algorithms/graph/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/algorithms/graph/heavy/Readme.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/algorithms/graph/light/Readme.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/algorithms/graph/light/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/algorithms/graph/light/proximity_graph.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/algorithms/spark/Readme.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/algorithms/sql/Readme.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/algorithms/sql/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/algorithms/sql/column_stats.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/algorithms/sql/correlations.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/algorithms/sql/descriptive_stats.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/algorithms/sql/outliers.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/algorithms/sql/sample_rows.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/algorithms/sql/value_counts.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/api/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/api/compound.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/api/data_source.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/api/df_store.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/api/endpoint.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/api/feature_set.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/api/graph_store.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/api/meta.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/api/model.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/api/monitor.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/api/parameter_store.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/api/pipeline.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/cached/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/cached/cached_data_source.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/cached/cached_endpoint.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/cached/cached_feature_set.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/cached/cached_meta.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/cached/cached_model.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/cached/cached_pipeline.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/artifacts/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/artifacts/artifact.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/artifacts/athena_source.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/artifacts/cached_artifact_mixin.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/artifacts/data_capture_core.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/artifacts/data_source_abstract.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/artifacts/data_source_factory.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/artifacts/feature_set_core.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/artifacts/monitor_core.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/cloud_platform/aws/README.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/cloud_platform/aws/aws_account_clamp.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/cloud_platform/aws/aws_df_store.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/cloud_platform/aws/aws_graph_store.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/cloud_platform/aws/aws_meta.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/cloud_platform/aws/aws_parameter_store.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/cloud_platform/aws/aws_secrets_manager.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/cloud_platform/aws/aws_session.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/cloud_platform/aws/cache_dataframe.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/cloud_platform/azure/README.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/cloud_platform/cloud_meta.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/cloud_platform/gcp/README.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/pipelines/pipeline_executor.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/Readme.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/data_loaders/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/data_loaders/heavy/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/data_loaders/heavy/s3_heavy_to_data_source.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/data_loaders/light/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/data_loaders/light/csv_to_data_source.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/data_loaders/light/json_to_data_source.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/data_loaders/light/s3_to_data_source_light.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/data_to_data/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/data_to_data/heavy/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/data_to_data/heavy/emr/Readme.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/data_to_data/heavy/glue/Readme.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/data_to_data/light/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/data_to_data/light/clean_data.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/data_to_data/light/data_to_data_light.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/data_to_features/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/data_to_features/heavy/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/data_to_features/heavy/chunk/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/data_to_features/heavy/chunk/data_to_features_chunk.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/data_to_features/heavy/emr/Readme.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/data_to_features/heavy/glue/Readme.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/data_to_features/heavy/storage/data_to_features_heavy_old.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/data_to_features/light/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/data_to_features/light/data_to_features_light.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/data_to_features/light/molecular_descriptors.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/features_to_features/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/features_to_features/heavy/emr/Readme.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/features_to_features/heavy/glue/Readme.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/features_to_model/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/features_to_model/features_to_model.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/model_to_endpoint/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/model_to_endpoint/model_to_endpoint.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/pandas_transforms/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/pandas_transforms/data_to_pandas.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/pandas_transforms/features_to_pandas.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/pandas_transforms/pandas_to_data.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/pandas_transforms/pandas_to_features_chunked.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/transforms/transform.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/views/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/views/column_subset_view.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/views/computation_view.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/views/create_view.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/views/display_view.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/views/inference_view.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/views/pandas_to_view.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/views/storage/mdq_view.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/views/training_view.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/views/view.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/core/views/view_utils.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/custom_models/chem_info/Readme.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/custom_models/chem_info/mol_descriptors.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/custom_models/chem_info/mol_standardize.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/custom_models/chem_info/molecular_descriptors.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/custom_models/chem_info/morgan_fingerprints.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/custom_models/chem_info/requirements.txt +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/custom_models/meta_endpoints/example.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/custom_models/network_security/Readme.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/custom_models/proximity/Readme.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/custom_models/proximity/feature_space_proximity.template +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/custom_models/proximity/generated_model_script.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/custom_models/proximity/proximity.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/custom_models/proximity/requirements.txt +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/custom_models/uq_models/Readme.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/custom_models/uq_models/bayesian_ridge.template +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/custom_models/uq_models/ensemble_xgb.template +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/custom_models/uq_models/gaussian_process.template +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/custom_models/uq_models/generated_model_script.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/custom_models/uq_models/meta_uq.template +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/custom_models/uq_models/ngboost.template +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/custom_models/uq_models/proximity.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/custom_models/uq_models/requirements.txt +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/custom_script_example/custom_model_script.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/custom_script_example/requirements.txt +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/ensemble_xgb/ensemble_xgb.template +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/ensemble_xgb/generated_model_script.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/ensemble_xgb/requirements.txt +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/pytorch_model/generated_model_script.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/pytorch_model/pytorch.template +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/pytorch_model/requirements.txt +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/scikit_learn/generated_model_script.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/scikit_learn/requirements.txt +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/scikit_learn/scikit_learn.template +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/script_generation.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/uq_models/requirements.txt +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/xgb_model/generated_model_script.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/xgb_model/requirements.txt +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/xgb_model/xgb_model.template +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/repl/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/repl/workbench_shell.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/resources/open_source_api.key +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/resources/signature_verify_pub.pem +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/scripts/check_double_bond_stereo.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/scripts/glue_launcher.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/scripts/ml_pipeline_batch.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/scripts/monitor_cloud_watch.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/scripts/redis_expire.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/scripts/redis_report.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/scripts/show_config.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/themes/dark/base_css.url +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/themes/dark/custom.css +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/themes/dark/plotly.json +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/themes/light/base_css.url +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/themes/light/branding.json +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/themes/light/custom.css +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/themes/light/plotly.json +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/themes/midnight_blue/base_css.url +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/themes/midnight_blue/branding.json +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/themes/midnight_blue/custom.css +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/themes/midnight_blue/plotly.json +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/themes/quartz/base_css.url +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/themes/quartz/custom.css +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/themes/quartz/plotly.json +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/themes/quartz_dark/base_css.url +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/themes/quartz_dark/custom.css +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/themes/quartz_dark/plotly.json +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/ai_compound_generator.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/ai_summary.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/ai_synth.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/athena_utils.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/aws_utils.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/bulk_utils.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/cache.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/chem_utils/__init__.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/chem_utils/fingerprints.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/chem_utils/misc.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/chem_utils/mol_descriptors.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/chem_utils/mol_standardize.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/chem_utils/mol_tagging.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/chem_utils/projections.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/chem_utils/salts.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/chem_utils/sdf.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/chem_utils/toxicity.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/chem_utils/vis.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/cloudwatch_handler.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/cloudwatch_utils.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/color_utils.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/config_manager.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/dashboard_metrics.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/datetime_utils.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/deprecated_utils.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/df_to_endpoint.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/ecs_info.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/endpoint_metrics.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/endpoint_utils.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/extract_model_artifact.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/glue_utils.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/graph_utils.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/ipython_utils.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/json_utils.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/lambda_utils.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/license_manager.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/log_utils.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/markdown_utils.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/model_utils.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/monitor_utils.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/pandas_utils.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/performance_utils.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/pipeline_utils.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/plot_utils.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/plugin_manager.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/prox_utils.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/redis_cache.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/repl_utils.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/resource_utils.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/s3_utils.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/shap_utils.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/shapley_values.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/symbols.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/test_data_generator.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/theme_manager.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/trace_calls.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/type_abbrev.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/workbench_cache.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/workbench_event_bridge.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/workbench_logging.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/utils/workbench_sqs.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/components/component_interface.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/components/correlation_matrix.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/components/data_details_markdown.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/components/endpoint_metric_plots.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/components/experiments/dashboard_metric_plots.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/components/experiments/outlier_plot.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/components/model_plot.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/components/plugin_interface.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/components/plugin_unit_test.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/components/plugins/ag_table.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/components/plugins/confusion_matrix.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/components/plugins/dashboard_status.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/components/plugins/data_details.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/components/plugins/endpoint_details.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/components/plugins/generated_compounds.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/components/plugins/graph_plot.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/components/plugins/license_details.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/components/plugins/model_details.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/components/plugins/molecule_panel.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/components/plugins/molecule_viewer.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/components/plugins/pipeline_details.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/components/plugins/proximity_mini_graph.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/components/plugins/scatter_plot.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/components/plugins/shap_summary_plot.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/components/regression_plot.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/components/violin_plots.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/page_views/data_sources_page_view.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/page_views/endpoints_page_view.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/page_views/feature_sets_page_view.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/page_views/main_page.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/page_views/models_page_view.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/page_views/page_view.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench/web_interface/page_views/pipelines_page_view.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench.egg-info/dependency_links.txt +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench.egg-info/entry_points.txt +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench.egg-info/requires.txt +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/src/workbench.egg-info/top_level.txt +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/test_artifacts/100_percent_models.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/test_artifacts/create_aqsol_artifacts.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/test_artifacts/create_aqsol_rt_artifacts.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/test_artifacts/create_aqsol_uq_artifacts.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/test_artifacts/create_basic_test_artifacts.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/test_artifacts/create_copy_artifacts.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/test_artifacts/create_empty_model_group.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/test_artifacts/create_endpoints_for_timing.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/test_artifacts/create_graph_artifacts.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/test_artifacts/create_knn_artifacts.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/test_artifacts/create_meta_endpoints.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/test_artifacts/create_pipeline_model.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/test_artifacts/create_proximity_models.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/test_artifacts/create_quant_regression_artifacts.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/test_artifacts/create_realtime_endpoint.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/test_artifacts/create_training_adjusted_artifacts.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/test_artifacts/create_wine_artifacts.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/test_artifacts/delete_stress_test_artifacts.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/test_artifacts/delete_test_artifacts.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/test_artifacts/hyper_testing.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/test_artifacts/hyper_uq_testing.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/test_artifacts/regression_ensemble.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/test_artifacts/stress_test_aws.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/README.md +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/artifacts/data_source_tests.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/artifacts/empty_model_group.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/artifacts/endpoint_tests.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/artifacts/featureset_ingest_boundaries.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/artifacts/featureset_tests.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/artifacts/graph_tests.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/artifacts/model_metrics_tests.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/artifacts/model_tests.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/aws_account/aws_account_clamp_tests.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/cached/cached_artifact_tests.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/chem_info/test_tautomerization.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/corner_cases/end_to_end.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/df_store/df_store_tests.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/lambda/decompress_layers.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/pandas_tests/test_drift.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/parameter_store/param_store_tests.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/plugin_tests/crashing_plugin.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/pytorch/pytorch_hello.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/requirements-dev.txt +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/specific/capital_tests.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/specific/column_changes.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/specific/config_manager.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/specific/deletion_tests.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/specific/shap_tests.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/transforms/data_to_data_tests.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/transforms/data_to_features_tests.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/transforms/features_to_model_tests.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/transforms/model_to_endpoint_tests.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/transforms/pandas_to_data_tests.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/transforms/pandas_to_features_test.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/views/view_tests.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/views/view_tests_complex.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/web_components/confusion_matrix_test.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/web_components/correlation_matrix_test.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/web_components/graph_plot_test.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/web_components/plugin_interface_test.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tests/web_components/scatter_plot_test.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/tox.ini +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/ui_testing/assets/custom.css +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/ui_testing/table_comparison.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/ui_testing/theme_switching.py +0 -0
- {workbench-0.8.184 → workbench-0.8.186}/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.186
|
|
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
|
|
@@ -9,6 +9,7 @@ from aws_cdk import (
|
|
|
9
9
|
aws_sqs as sqs,
|
|
10
10
|
aws_lambda as lambda_,
|
|
11
11
|
aws_lambda_event_sources as lambda_events,
|
|
12
|
+
aws_logs as logs,
|
|
12
13
|
Duration,
|
|
13
14
|
Size,
|
|
14
15
|
)
|
|
@@ -95,6 +96,7 @@ class WorkbenchComputeStack(Stack):
|
|
|
95
96
|
compute_environment_name="workbench-compute-env",
|
|
96
97
|
vpc=vpc,
|
|
97
98
|
vpc_subnets=vpc_subnets,
|
|
99
|
+
maxv_cpus=16, # Limit to 16 vCPU to minimize AWS Throttling issues
|
|
98
100
|
)
|
|
99
101
|
|
|
100
102
|
def create_batch_job_queue(self) -> batch.JobQueue:
|
|
@@ -192,6 +194,7 @@ class WorkbenchComputeStack(Stack):
|
|
|
192
194
|
handler="index.lambda_handler",
|
|
193
195
|
code=lambda_.Code.from_inline(self._get_lambda_code()),
|
|
194
196
|
timeout=Duration.minutes(5),
|
|
197
|
+
log_retention=logs.RetentionDays.ONE_WEEK,
|
|
195
198
|
environment={
|
|
196
199
|
"WORKBENCH_BUCKET": self.workbench_bucket,
|
|
197
200
|
"JOB_QUEUE": self.batch_job_queue.job_queue_name,
|
|
@@ -241,8 +244,6 @@ class WorkbenchComputeStack(Stack):
|
|
|
241
244
|
script_path = message['script_path'] # s3://bucket/path/to/script.py
|
|
242
245
|
size = message.get('size', 'small')
|
|
243
246
|
extra_env = message.get('environment', {})
|
|
244
|
-
model_outputs = message.get('MODEL_OUTPUTS', [])
|
|
245
|
-
endpoint_outputs = message.get('ENDPOINT_OUTPUTS', [])
|
|
246
247
|
|
|
247
248
|
script_name = Path(script_path).stem
|
|
248
249
|
job_name = f"workbench_{script_name}_{datetime.now():%Y%m%d_%H%M%S}"
|
|
@@ -257,14 +258,7 @@ class WorkbenchComputeStack(Stack):
|
|
|
257
258
|
*[{'name': k, 'value': v} for k, v in extra_env.items()]
|
|
258
259
|
]
|
|
259
260
|
|
|
260
|
-
#
|
|
261
|
-
if model_outputs:
|
|
262
|
-
env_vars.append({'name': 'MODEL_OUTPUTS', 'value': ','.join(model_outputs)})
|
|
263
|
-
|
|
264
|
-
# Add ENDPOINT_OUTPUTS as comma-separated list if provided
|
|
265
|
-
if endpoint_outputs:
|
|
266
|
-
env_vars.append({'name': 'ENDPOINT_OUTPUTS', 'value': ','.join(endpoint_outputs)})
|
|
267
|
-
|
|
261
|
+
# Submit Batch job to the queue
|
|
268
262
|
response = batch.submit_job(
|
|
269
263
|
jobName=job_name,
|
|
270
264
|
jobQueue=JOB_QUEUE,
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
#!/usr/bin/env python3
|
|
2
|
+
import boto3
|
|
3
|
+
import argparse
|
|
4
|
+
from collections import defaultdict
|
|
5
|
+
|
|
6
|
+
# Workbench Imports
|
|
7
|
+
from workbench.utils.config_manager import ConfigManager
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
def list_and_delete_data_capture(bucket, preview=True):
|
|
11
|
+
s3 = boto3.client("s3")
|
|
12
|
+
prefix = "endpoints/"
|
|
13
|
+
|
|
14
|
+
# Get all endpoint prefixes
|
|
15
|
+
paginator = s3.get_paginator("list_objects_v2")
|
|
16
|
+
endpoints = set()
|
|
17
|
+
|
|
18
|
+
for page in paginator.paginate(Bucket=bucket, Prefix=prefix, Delimiter="/"):
|
|
19
|
+
for common_prefix in page.get("CommonPrefixes", []):
|
|
20
|
+
endpoint_prefix = common_prefix["Prefix"]
|
|
21
|
+
if endpoint_prefix != prefix:
|
|
22
|
+
endpoints.add(endpoint_prefix)
|
|
23
|
+
|
|
24
|
+
# Count and optionally delete files per endpoint
|
|
25
|
+
counts = defaultdict(int)
|
|
26
|
+
to_delete = []
|
|
27
|
+
|
|
28
|
+
for endpoint_prefix in endpoints:
|
|
29
|
+
data_capture_prefix = f"{endpoint_prefix}data_capture/"
|
|
30
|
+
|
|
31
|
+
for page in paginator.paginate(Bucket=bucket, Prefix=data_capture_prefix):
|
|
32
|
+
for obj in page.get("Contents", []):
|
|
33
|
+
if obj["Key"].endswith(".jsonl"):
|
|
34
|
+
endpoint_name = endpoint_prefix.split("/")[-2]
|
|
35
|
+
counts[endpoint_name] += 1
|
|
36
|
+
to_delete.append(obj["Key"])
|
|
37
|
+
|
|
38
|
+
# Display results
|
|
39
|
+
if counts:
|
|
40
|
+
print(f"\n{'Endpoint':<50} {'Files'}")
|
|
41
|
+
print("-" * 60)
|
|
42
|
+
for endpoint, count in sorted(counts.items()):
|
|
43
|
+
print(f"{endpoint:<50} {count:>6}")
|
|
44
|
+
print("-" * 60)
|
|
45
|
+
print(f"{'TOTAL':<50} {sum(counts.values()):>6}\n")
|
|
46
|
+
else:
|
|
47
|
+
print("No .jsonl files found in data_capture directories")
|
|
48
|
+
return
|
|
49
|
+
|
|
50
|
+
# Delete if not preview mode
|
|
51
|
+
if not preview:
|
|
52
|
+
print("Deleting files...")
|
|
53
|
+
# Delete in batches of 1000
|
|
54
|
+
for i in range(0, len(to_delete), 1000):
|
|
55
|
+
batch = to_delete[i : i + 1000]
|
|
56
|
+
s3.delete_objects(Bucket=bucket, Delete={"Objects": [{"Key": k} for k in batch]})
|
|
57
|
+
print(f"Deleted {len(to_delete)} files")
|
|
58
|
+
else:
|
|
59
|
+
print("PREVIEW MODE - no files deleted")
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
if __name__ == "__main__":
|
|
63
|
+
parser = argparse.ArgumentParser(description="Remove data capture files from SageMaker endpoints")
|
|
64
|
+
parser.add_argument("--delete", action="store_true", help="Actually delete files (default is preview)")
|
|
65
|
+
args = parser.parse_args()
|
|
66
|
+
|
|
67
|
+
# Get the default S3 bucket from Workbench config
|
|
68
|
+
config = ConfigManager()
|
|
69
|
+
bucket = config.get_config("WORKBENCH_BUCKET")
|
|
70
|
+
print(f"Using S3 bucket: {bucket}")
|
|
71
|
+
|
|
72
|
+
list_and_delete_data_capture(bucket, preview=not args.delete)
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import pandas as pd
|
|
2
|
+
import sagemaker
|
|
3
|
+
from sagemaker.feature_store.feature_group import FeatureGroup
|
|
4
|
+
import time
|
|
5
|
+
import multiprocessing
|
|
6
|
+
import multiprocess
|
|
7
|
+
|
|
8
|
+
# Toggle this flag to test spawn mode fix
|
|
9
|
+
USE_SPAWN_MODE = True # Set to True to fix the Tahoe hang issue
|
|
10
|
+
|
|
11
|
+
if __name__ == "__main__":
|
|
12
|
+
if USE_SPAWN_MODE:
|
|
13
|
+
print("Using SPAWN mode (fix for Tahoe)")
|
|
14
|
+
multiprocessing.set_start_method("spawn", force=True)
|
|
15
|
+
multiprocess.set_start_method("spawn", force=True)
|
|
16
|
+
else:
|
|
17
|
+
print("Using default fork mode (will hang on Tahoe)")
|
|
18
|
+
|
|
19
|
+
# Create fake data
|
|
20
|
+
data = pd.DataFrame(
|
|
21
|
+
{
|
|
22
|
+
"record_id": [f"id_{i}" for i in range(10)],
|
|
23
|
+
"feature_1": [float(i) for i in range(10)],
|
|
24
|
+
"feature_2": [float(i * 2) for i in range(10)],
|
|
25
|
+
"event_time": [time.time()] * 10,
|
|
26
|
+
}
|
|
27
|
+
)
|
|
28
|
+
|
|
29
|
+
# Setup SageMaker session
|
|
30
|
+
sagemaker_session = sagemaker.Session()
|
|
31
|
+
|
|
32
|
+
# Define feature group
|
|
33
|
+
feature_group_name = "temp_delete_me"
|
|
34
|
+
feature_group = FeatureGroup(name=feature_group_name, sagemaker_session=sagemaker_session)
|
|
35
|
+
|
|
36
|
+
# Create feature definitions
|
|
37
|
+
feature_group.load_feature_definitions(data_frame=data)
|
|
38
|
+
|
|
39
|
+
# Create feature group
|
|
40
|
+
print("Creating feature group...")
|
|
41
|
+
feature_group.create(
|
|
42
|
+
s3_uri=f"s3://{sagemaker_session.default_bucket()}/featurestore",
|
|
43
|
+
record_identifier_name="record_id",
|
|
44
|
+
event_time_feature_name="event_time",
|
|
45
|
+
role_arn=sagemaker.get_execution_role(),
|
|
46
|
+
enable_online_store=True,
|
|
47
|
+
)
|
|
48
|
+
|
|
49
|
+
# Wait for feature group to be created (can take 1-2 minutes)
|
|
50
|
+
print("Waiting for feature group to be ready...")
|
|
51
|
+
status = feature_group.describe().get("FeatureGroupStatus")
|
|
52
|
+
while status == "Creating":
|
|
53
|
+
print(f"Status: {status}... waiting 10 seconds")
|
|
54
|
+
time.sleep(10)
|
|
55
|
+
status = feature_group.describe().get("FeatureGroupStatus")
|
|
56
|
+
print(f"Feature group status: {status}")
|
|
57
|
+
|
|
58
|
+
# This will hang on macOS Tahoe with USE_SPAWN_MODE=False
|
|
59
|
+
print("Starting ingest...")
|
|
60
|
+
feature_group.ingest(data_frame=data, max_workers=2, max_processes=2, wait=True)
|
|
61
|
+
print("Ingest completed!")
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import awswrangler as wr
|
|
2
|
+
|
|
3
|
+
# Workbench Imports
|
|
4
|
+
from workbench.core.transforms.pandas_transforms import PandasToFeatures
|
|
5
|
+
|
|
6
|
+
import multiprocessing
|
|
7
|
+
import multiprocess
|
|
8
|
+
|
|
9
|
+
if __name__ == "__main__":
|
|
10
|
+
multiprocessing.set_start_method("spawn", force=True)
|
|
11
|
+
multiprocess.set_start_method("spawn", force=True)
|
|
12
|
+
|
|
13
|
+
s3_path = "s3://workbench-public-data/comp_chem/aqsol_public_data.csv"
|
|
14
|
+
aqsol_data = wr.s3.read_csv(s3_path)
|
|
15
|
+
aqsol_data.columns = aqsol_data.columns.str.lower()
|
|
16
|
+
|
|
17
|
+
to_features = PandasToFeatures("temp_delete_me")
|
|
18
|
+
to_features.set_input(aqsol_data, id_column="id")
|
|
19
|
+
to_features.set_output_tags(["aqsol", "public"])
|
|
20
|
+
to_features.transform()
|
|
@@ -475,17 +475,20 @@ class EndpointCore(Artifact):
|
|
|
475
475
|
training_df = fs.view("training").pull_dataframe()
|
|
476
476
|
|
|
477
477
|
# Run inference on the endpoint to get UQ outputs
|
|
478
|
-
|
|
478
|
+
uq_df = self.inference(training_df)
|
|
479
479
|
|
|
480
480
|
# Identify UQ-specific columns (quantiles and prediction_std)
|
|
481
|
-
uq_columns = [col for col in
|
|
481
|
+
uq_columns = [col for col in uq_df.columns if col.startswith("q_") or col == "prediction_std"]
|
|
482
482
|
|
|
483
483
|
# Merge UQ columns with out-of-fold predictions
|
|
484
484
|
if uq_columns:
|
|
485
|
-
# Keep id_column and UQ columns, drop 'prediction' to avoid conflict
|
|
486
|
-
|
|
487
|
-
uq_df = full_inference_df[merge_columns]
|
|
485
|
+
# Keep id_column and UQ columns, drop 'prediction' to avoid conflict when merging
|
|
486
|
+
uq_df = uq_df[[id_column] + uq_columns]
|
|
488
487
|
|
|
488
|
+
# Drop duplicates in uq_df based on id_column
|
|
489
|
+
uq_df = uq_df.drop_duplicates(subset=[id_column])
|
|
490
|
+
|
|
491
|
+
# Merge UQ columns into out_of_fold_df
|
|
489
492
|
out_of_fold_df = pd.merge(out_of_fold_df, uq_df, on=id_column, how="left")
|
|
490
493
|
additional_columns = uq_columns
|
|
491
494
|
self.log.info(f"Added UQ columns: {', '.join(additional_columns)}")
|
|
@@ -990,9 +993,9 @@ class EndpointCore(Artifact):
|
|
|
990
993
|
self.upsert_workbench_meta({"workbench_input": input})
|
|
991
994
|
|
|
992
995
|
def delete(self):
|
|
993
|
-
"""
|
|
996
|
+
"""Delete an existing Endpoint: Underlying Models, Configuration, and Endpoint"""
|
|
994
997
|
if not self.exists():
|
|
995
|
-
self.log.warning(f"Trying to delete an
|
|
998
|
+
self.log.warning(f"Trying to delete an Endpoint that doesn't exist: {self.name}")
|
|
996
999
|
|
|
997
1000
|
# Remove this endpoint from the list of registered endpoints
|
|
998
1001
|
self.log.info(f"Removing {self.name} from the list of registered endpoints...")
|
|
@@ -899,7 +899,7 @@ class ModelCore(Artifact):
|
|
|
899
899
|
def delete(self):
|
|
900
900
|
"""Delete the Model Packages and the Model Group"""
|
|
901
901
|
if not self.exists():
|
|
902
|
-
self.log.warning(f"Trying to delete
|
|
902
|
+
self.log.warning(f"Trying to delete a Model that doesn't exist: {self.name}")
|
|
903
903
|
|
|
904
904
|
# Call the Class Method to delete the Model Group
|
|
905
905
|
ModelCore.managed_delete(model_group_name=self.name)
|
|
@@ -327,9 +327,36 @@ class PandasToFeatures(Transform):
|
|
|
327
327
|
self.delete_existing()
|
|
328
328
|
self.output_feature_group = self.create_feature_group()
|
|
329
329
|
|
|
330
|
+
def mac_spawn_hack(self):
|
|
331
|
+
"""Workaround for macOS Tahoe fork/spawn issue with SageMaker FeatureStore ingest.
|
|
332
|
+
|
|
333
|
+
See: https://github.com/aws/sagemaker-python-sdk/issues/5312
|
|
334
|
+
macOS Tahoe 26+ has issues with forked processes creating boto3 sessions.
|
|
335
|
+
This forces spawn mode on macOS to avoid the hang.
|
|
336
|
+
"""
|
|
337
|
+
import platform
|
|
338
|
+
|
|
339
|
+
if platform.system() == "Darwin": # macOS
|
|
340
|
+
self.log.warning("macOS detected, forcing 'spawn' mode for multiprocessing (Tahoe hang workaround)")
|
|
341
|
+
import multiprocessing
|
|
342
|
+
|
|
343
|
+
try:
|
|
344
|
+
import multiprocess
|
|
345
|
+
|
|
346
|
+
multiprocess.set_start_method("spawn", force=True)
|
|
347
|
+
except (RuntimeError, ImportError):
|
|
348
|
+
pass # Already set or multiprocess not available
|
|
349
|
+
try:
|
|
350
|
+
multiprocessing.set_start_method("spawn", force=True)
|
|
351
|
+
except RuntimeError:
|
|
352
|
+
pass # Already set
|
|
353
|
+
|
|
330
354
|
def transform_impl(self):
|
|
331
355
|
"""Transform Implementation: Ingest the data into the Feature Group"""
|
|
332
356
|
|
|
357
|
+
# Workaround for macOS Tahoe hang issue
|
|
358
|
+
self.mac_spawn_hack()
|
|
359
|
+
|
|
333
360
|
# Now we actually push the data into the Feature Group (called ingestion)
|
|
334
361
|
self.log.important(f"Ingesting rows into Feature Group {self.output_name}...")
|
|
335
362
|
ingest_manager = self.output_feature_group.ingest(self.output_df, max_workers=8, max_processes=4, wait=False)
|
|
@@ -466,7 +466,7 @@ def predict_fn(df, models) -> pd.DataFrame:
|
|
|
466
466
|
df["q_50"] = df["prediction"]
|
|
467
467
|
|
|
468
468
|
# Calculate a pseudo-standard deviation from the 68% interval width
|
|
469
|
-
df["prediction_std"] = (df["q_84"] - df["q_16"]) / 2.0
|
|
469
|
+
df["prediction_std"] = (df["q_84"] - df["q_16"]).abs() / 2.0
|
|
470
470
|
|
|
471
471
|
# Reorder the quantile columns for easier reading
|
|
472
472
|
quantile_cols = ["q_025", "q_05", "q_10", "q_16", "q_25", "q_75", "q_84", "q_90", "q_95", "q_975"]
|
{workbench-0.8.184 → workbench-0.8.186}/src/workbench/model_scripts/uq_models/mapie.template
RENAMED
|
@@ -466,7 +466,7 @@ def predict_fn(df, models) -> pd.DataFrame:
|
|
|
466
466
|
df["q_50"] = df["prediction"]
|
|
467
467
|
|
|
468
468
|
# Calculate a pseudo-standard deviation from the 68% interval width
|
|
469
|
-
df["prediction_std"] = (df["q_84"] - df["q_16"]) / 2.0
|
|
469
|
+
df["prediction_std"] = (df["q_84"] - df["q_16"]).abs() / 2.0
|
|
470
470
|
|
|
471
471
|
# Reorder the quantile columns for easier reading
|
|
472
472
|
quantile_cols = ["q_025", "q_05", "q_10", "q_16", "q_25", "q_75", "q_84", "q_90", "q_95", "q_975"]
|
|
@@ -13,14 +13,21 @@ cm = ConfigManager()
|
|
|
13
13
|
workbench_bucket = cm.get_config("WORKBENCH_BUCKET")
|
|
14
14
|
|
|
15
15
|
|
|
16
|
-
def submit_to_sqs(
|
|
16
|
+
def submit_to_sqs(
|
|
17
|
+
script_path: str, size: str = "small", realtime: bool = False, dt: bool = False, promote: bool = False
|
|
18
|
+
) -> None:
|
|
17
19
|
"""
|
|
18
20
|
Upload script to S3 and submit message to SQS queue for processing.
|
|
21
|
+
|
|
19
22
|
Args:
|
|
20
23
|
script_path: Local path to the ML pipeline script
|
|
21
24
|
size: Job size tier - "small" (default), "medium", or "large"
|
|
22
|
-
realtime: If True, sets serverless=False for real-time processing (default: False
|
|
23
|
-
|
|
25
|
+
realtime: If True, sets serverless=False for real-time processing (default: False)
|
|
26
|
+
dt: If True, sets DT=True in environment (default: False)
|
|
27
|
+
promote: If True, sets PROMOTE=True in environment (default: False)
|
|
28
|
+
|
|
29
|
+
Raises:
|
|
30
|
+
ValueError: If size is invalid or script file not found
|
|
24
31
|
"""
|
|
25
32
|
print(f"\n{'=' * 60}")
|
|
26
33
|
print("🚀 SUBMITTING ML PIPELINE JOB")
|
|
@@ -36,7 +43,8 @@ def submit_to_sqs(script_path: str, size: str = "small", realtime: bool = False,
|
|
|
36
43
|
print(f"📄 Script: {script_file.name}")
|
|
37
44
|
print(f"📏 Size tier: {size}")
|
|
38
45
|
print(f"⚡ Mode: {'Real-time' if realtime else 'Serverless'} (serverless={'False' if realtime else 'True'})")
|
|
39
|
-
print(f"🔄
|
|
46
|
+
print(f"🔄 DynamicTraining: {dt}")
|
|
47
|
+
print(f"🆕 Promote: {promote}")
|
|
40
48
|
print(f"🪣 Bucket: {workbench_bucket}")
|
|
41
49
|
sqs = AWSAccountClamp().boto3_session.client("sqs")
|
|
42
50
|
script_name = script_file.name
|
|
@@ -94,14 +102,15 @@ def submit_to_sqs(script_path: str, size: str = "small", realtime: bool = False,
|
|
|
94
102
|
message = {"script_path": s3_path, "size": size}
|
|
95
103
|
|
|
96
104
|
# Set environment variables
|
|
97
|
-
message["environment"] = {
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
105
|
+
message["environment"] = {
|
|
106
|
+
"SERVERLESS": "False" if realtime else "True",
|
|
107
|
+
"DT": str(dt),
|
|
108
|
+
"PROMOTE": str(promote),
|
|
109
|
+
}
|
|
102
110
|
|
|
103
111
|
# Send the message to SQS
|
|
104
112
|
try:
|
|
113
|
+
print("\n📨 Sending message to SQS...")
|
|
105
114
|
response = sqs.send_message(
|
|
106
115
|
QueueUrl=queue_url,
|
|
107
116
|
MessageBody=json.dumps(message, indent=2),
|
|
@@ -121,7 +130,8 @@ def submit_to_sqs(script_path: str, size: str = "small", realtime: bool = False,
|
|
|
121
130
|
print(f"📄 Script: {script_name}")
|
|
122
131
|
print(f"📏 Size: {size}")
|
|
123
132
|
print(f"⚡ Mode: {'Real-time' if realtime else 'Serverless'} (SERVERLESS={'False' if realtime else 'True'})")
|
|
124
|
-
print(f"🔄
|
|
133
|
+
print(f"🔄 DynamicTraining: {dt}")
|
|
134
|
+
print(f"🆕 Promote: {promote}")
|
|
125
135
|
print(f"🆔 Message ID: {message_id}")
|
|
126
136
|
print("\n🔍 MONITORING LOCATIONS:")
|
|
127
137
|
print(f" • SQS Queue: AWS Console → SQS → {queue_name}")
|
|
@@ -144,13 +154,13 @@ def main():
|
|
|
144
154
|
help="Create realtime endpoints (default is serverless)",
|
|
145
155
|
)
|
|
146
156
|
parser.add_argument(
|
|
147
|
-
"--
|
|
157
|
+
"--dt",
|
|
148
158
|
action="store_true",
|
|
149
|
-
help="Set
|
|
159
|
+
help="Set DT=True (models and endpoints will have '-dt' suffix)",
|
|
150
160
|
)
|
|
151
161
|
args = parser.parse_args()
|
|
152
162
|
try:
|
|
153
|
-
submit_to_sqs(args.script_file, args.size, realtime=args.realtime,
|
|
163
|
+
submit_to_sqs(args.script_file, args.size, realtime=args.realtime, dt=args.dt)
|
|
154
164
|
except Exception as e:
|
|
155
165
|
print(f"\n❌ ERROR: {e}")
|
|
156
166
|
log.error(f"Error: {e}")
|
|
@@ -386,6 +386,106 @@ def cross_fold_inference(workbench_model: Any, nfolds: int = 5) -> Tuple[Dict[st
|
|
|
386
386
|
return metrics_dict, predictions_df
|
|
387
387
|
|
|
388
388
|
|
|
389
|
+
def leave_one_out_inference(workbench_model: Any) -> pd.DataFrame:
|
|
390
|
+
"""
|
|
391
|
+
Performs leave-one-out cross-validation (parallelized).
|
|
392
|
+
For datasets > 1000 rows, first identifies top 100 worst predictions via 10-fold CV,
|
|
393
|
+
then performs true leave-one-out on those 100 samples.
|
|
394
|
+
Each model trains on ALL data except one sample.
|
|
395
|
+
"""
|
|
396
|
+
from workbench.api import FeatureSet
|
|
397
|
+
from joblib import Parallel, delayed
|
|
398
|
+
from tqdm import tqdm
|
|
399
|
+
|
|
400
|
+
def train_and_predict_one(model_params, is_classifier, X, y, train_idx, val_idx):
|
|
401
|
+
"""Train on train_idx, predict on val_idx."""
|
|
402
|
+
model = xgb.XGBClassifier(**model_params) if is_classifier else xgb.XGBRegressor(**model_params)
|
|
403
|
+
model.fit(X[train_idx], y[train_idx])
|
|
404
|
+
return model.predict(X[val_idx])[0]
|
|
405
|
+
|
|
406
|
+
# Load model and get params
|
|
407
|
+
model_artifact_uri = workbench_model.model_data_url()
|
|
408
|
+
loaded_model = xgboost_model_from_s3(model_artifact_uri)
|
|
409
|
+
if loaded_model is None:
|
|
410
|
+
log.error("No XGBoost model found in the artifact.")
|
|
411
|
+
return pd.DataFrame()
|
|
412
|
+
|
|
413
|
+
if isinstance(loaded_model, (xgb.XGBClassifier, xgb.XGBRegressor)):
|
|
414
|
+
is_classifier = isinstance(loaded_model, xgb.XGBClassifier)
|
|
415
|
+
model_params = loaded_model.get_params()
|
|
416
|
+
elif isinstance(loaded_model, xgb.Booster):
|
|
417
|
+
log.warning("Deprecated: Loaded model is a Booster, wrapping in sklearn model.")
|
|
418
|
+
is_classifier = workbench_model.model_type.value == "classifier"
|
|
419
|
+
model_params = {"enable_categorical": True}
|
|
420
|
+
else:
|
|
421
|
+
log.error(f"Unexpected model type: {type(loaded_model)}")
|
|
422
|
+
return pd.DataFrame()
|
|
423
|
+
|
|
424
|
+
# Load and prepare data
|
|
425
|
+
fs = FeatureSet(workbench_model.get_input())
|
|
426
|
+
df = fs.view("training").pull_dataframe()
|
|
427
|
+
id_col = fs.id_column
|
|
428
|
+
target_col = workbench_model.target()
|
|
429
|
+
feature_cols = workbench_model.features()
|
|
430
|
+
|
|
431
|
+
# Convert string features to categorical
|
|
432
|
+
for col in feature_cols:
|
|
433
|
+
if df[col].dtype in ["object", "string"]:
|
|
434
|
+
df[col] = df[col].astype("category")
|
|
435
|
+
|
|
436
|
+
# Determine which samples to run LOO on
|
|
437
|
+
if len(df) > 1000:
|
|
438
|
+
log.important(f"Dataset has {len(df)} rows. Running 10-fold CV to identify top 1000 worst predictions...")
|
|
439
|
+
_, predictions_df = cross_fold_inference(workbench_model, nfolds=10)
|
|
440
|
+
predictions_df["residual_abs"] = np.abs(predictions_df[target_col] - predictions_df["prediction"])
|
|
441
|
+
worst_samples = predictions_df.nlargest(1000, "residual_abs")
|
|
442
|
+
worst_ids = worst_samples[id_col].values
|
|
443
|
+
loo_indices = df[df[id_col].isin(worst_ids)].index.values
|
|
444
|
+
log.important(f"Running leave-one-out CV on 1000 worst samples. Each model trains on {len(df)-1} rows...")
|
|
445
|
+
else:
|
|
446
|
+
log.important(f"Running leave-one-out CV on all {len(df)} samples...")
|
|
447
|
+
loo_indices = df.index.values
|
|
448
|
+
|
|
449
|
+
# Prepare full dataset for training
|
|
450
|
+
X_full = df[feature_cols].values
|
|
451
|
+
y_full = df[target_col].values
|
|
452
|
+
|
|
453
|
+
# Encode target if classifier
|
|
454
|
+
label_encoder = LabelEncoder() if is_classifier else None
|
|
455
|
+
if label_encoder:
|
|
456
|
+
y_full = label_encoder.fit_transform(y_full)
|
|
457
|
+
|
|
458
|
+
# Generate LOO splits
|
|
459
|
+
splits = []
|
|
460
|
+
for loo_idx in loo_indices:
|
|
461
|
+
train_idx = np.delete(np.arange(len(X_full)), loo_idx)
|
|
462
|
+
val_idx = np.array([loo_idx])
|
|
463
|
+
splits.append((train_idx, val_idx))
|
|
464
|
+
|
|
465
|
+
# Parallel execution
|
|
466
|
+
predictions = Parallel(n_jobs=4)(
|
|
467
|
+
delayed(train_and_predict_one)(model_params, is_classifier, X_full, y_full, train_idx, val_idx)
|
|
468
|
+
for train_idx, val_idx in tqdm(splits, desc="LOO CV")
|
|
469
|
+
)
|
|
470
|
+
|
|
471
|
+
# Build results dataframe
|
|
472
|
+
predictions_array = np.array(predictions)
|
|
473
|
+
if label_encoder:
|
|
474
|
+
predictions_array = label_encoder.inverse_transform(predictions_array.astype(int))
|
|
475
|
+
|
|
476
|
+
predictions_df = pd.DataFrame(
|
|
477
|
+
{
|
|
478
|
+
id_col: df.loc[loo_indices, id_col].values,
|
|
479
|
+
target_col: df.loc[loo_indices, target_col].values,
|
|
480
|
+
"prediction": predictions_array,
|
|
481
|
+
}
|
|
482
|
+
)
|
|
483
|
+
|
|
484
|
+
predictions_df["residual_abs"] = np.abs(predictions_df[target_col] - predictions_df["prediction"])
|
|
485
|
+
|
|
486
|
+
return predictions_df
|
|
487
|
+
|
|
488
|
+
|
|
389
489
|
if __name__ == "__main__":
|
|
390
490
|
"""Exercise the Model Utilities"""
|
|
391
491
|
from workbench.api import Model, FeatureSet
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: workbench
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.186
|
|
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
|
|
@@ -377,6 +377,7 @@ scripts/active_logs.sh
|
|
|
377
377
|
scripts/ag_table_row_selection.py
|
|
378
378
|
scripts/compare_dataframes.py
|
|
379
379
|
scripts/compare_model_packages.py
|
|
380
|
+
scripts/delete_data_capture.py
|
|
380
381
|
scripts/endpoint_timing.py
|
|
381
382
|
scripts/find_smiles_issues.py
|
|
382
383
|
scripts/get_tags.py
|
|
@@ -387,8 +388,10 @@ scripts/monitor_event_bridge.py
|
|
|
387
388
|
scripts/onboard_endpoints.py
|
|
388
389
|
scripts/onboard_models.py
|
|
389
390
|
scripts/pipeline_model_endpoint.py
|
|
391
|
+
scripts/sagemaker_feature_group_issue.py
|
|
390
392
|
scripts/seaborn_to_plotly.py
|
|
391
393
|
scripts/test_feature_resolution.py
|
|
394
|
+
scripts/test_feature_set_creation.py
|
|
392
395
|
scripts/test_no_workbench_config.py
|
|
393
396
|
scripts/admin/athena_ddl_mixed_case.py
|
|
394
397
|
scripts/admin/check_all_glue_tables.py
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/pages/data_sources/callbacks.py
RENAMED
|
File without changes
|
{workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/pages/data_sources/layout.py
RENAMED
|
File without changes
|
{workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/pages/data_sources/page.py
RENAMED
|
File without changes
|
{workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/pages/endpoints/callbacks.py
RENAMED
|
File without changes
|
{workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/pages/endpoints/layout.py
RENAMED
|
File without changes
|
|
File without changes
|
{workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/pages/feature_sets/callbacks.py
RENAMED
|
File without changes
|
{workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/pages/feature_sets/layout.py
RENAMED
|
File without changes
|
{workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/pages/feature_sets/page.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/pages/models/callbacks.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/pages/pipelines/callbacks.py
RENAMED
|
File without changes
|
{workbench-0.8.184 → workbench-0.8.186}/applications/aws_dashboard/pages/pipelines/layout.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|