workbench 0.8.163__tar.gz → 0.8.165__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.163 → workbench-0.8.165}/PKG-INFO +1 -1
- {workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/pages/data_sources/layout.py +9 -3
- {workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/pages/endpoints/layout.py +2 -2
- {workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/pages/feature_sets/layout.py +9 -3
- {workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/pages/models/layout.py +12 -4
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/workbench_core/workbench_core/workbench_core_stack.py +42 -3
- {workbench-0.8.163 → workbench-0.8.165}/scripts/admin/redis_reaper.py +6 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/api/endpoint.py +11 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/artifacts/endpoint_core.py +60 -56
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/xgb_model/generated_model_script.py +6 -6
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/workbench_logging.py +0 -3
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench.egg-info/PKG-INFO +1 -1
- {workbench-0.8.163 → workbench-0.8.165}/tests/create_test_artifacts/create_wine_artifacts.py +1 -0
- {workbench-0.8.163 → workbench-0.8.165}/.flake8 +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/.github/dependabot.yml +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/.github/workflows/deploy-docs.yml +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/.github/workflows/python-lint.yml +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/.gitignore +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/CONTRIBUTING.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/Dockerfile +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/LICENSE +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/Makefile +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/README.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/SECURITY.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/Dockerfile +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/README.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/app.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/assets/favicon.ico +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/dashboard +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/deploy.sh +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/nginx.conf +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/open_source_config.json +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/pages/data_sources/callbacks.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/pages/data_sources/page.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/pages/endpoints/callbacks.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/pages/endpoints/page.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/pages/feature_sets/callbacks.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/pages/feature_sets/page.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/pages/license/page.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/pages/main/callbacks.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/pages/main/layout.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/pages/main/page.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/pages/models/callbacks.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/pages/models/page.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/pages/pipelines/callbacks.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/pages/pipelines/layout.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/pages/pipelines/page.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/pages/status/page.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/static/dark.css +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/static/light.css +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/supervisord.conf +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/compound_explorer/Dockerfile +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/compound_explorer/README.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/compound_explorer/app.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/compound_explorer/assets/favicon.ico +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/compound_explorer/callbacks.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/compound_explorer/explorer +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/compound_explorer/layout.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/compound_explorer/nginx.conf +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/compound_explorer/open_source_config.json +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/compound_explorer/requirements.txt +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/compound_explorer/storage/callbacks.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/compound_explorer/storage/callbacks_new.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/compound_explorer/storage/layout_new.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/applications/compound_explorer/supervisord.conf +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/aws_account_check.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/aws_identity_check.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/build_ml_pipeline.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/compound_explorer/.gitignore +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/compound_explorer/README.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/compound_explorer/app.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/compound_explorer/cdk.json +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/compound_explorer/compound_explorer/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/compound_explorer/compound_explorer/compound_explorer_stack.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/compound_explorer/requirements.txt +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/event_bridge/Readme.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/event_bridge/dynamic_docker/Readme.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/event_bridge/dynamic_docker/app.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/event_bridge/dynamic_docker/cdk.json +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/event_bridge/dynamic_docker/lambda/lambda_replace_task.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/event_bridge/dynamic_docker/workbench_image_update_stack.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/workbench_core/.gitignore +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/workbench_core/README.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/workbench_core/app.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/workbench_core/cdk.json +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/workbench_core/requirements-dev.txt +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/workbench_core/requirements.txt +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/workbench_core/source.bat +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/workbench_core/workbench_core/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/workbench_dashboard_full/.gitignore +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/workbench_dashboard_full/README.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/workbench_dashboard_full/app.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/workbench_dashboard_full/cdk.json +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/workbench_dashboard_full/requirements-dev.txt +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/workbench_dashboard_full/requirements.txt +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/workbench_dashboard_full/source.bat +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/workbench_dashboard_stack.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/workbench_dashboard_lite/.gitignore +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/workbench_dashboard_lite/README.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/workbench_dashboard_lite/app.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/workbench_dashboard_lite/cdk.json +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/workbench_dashboard_lite/requirements.txt +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/workbench_dashboard_stack.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/data/abalone.csv +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/data/karate_graph.json +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/data/test_data.csv +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/data/test_data.json +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/data/wine_dataset.csv +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/deploy_docker.sh +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/admin/aws_service_limits.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/admin/base_docker_push.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/admin/dashboard_docker_push.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/admin/dashboard_s3_plugins.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/admin/explorer_docker_push.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/admin/images/dashboard_secret_click.png +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/admin/images/serverless_quotas.png +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/admin/images/status_showing_S3_path.png +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/admin/pypi_release.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/admin/workbench_docker_for_lambdas.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/api_classes/data_source.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/api_classes/df_store.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/api_classes/endpoint.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/api_classes/feature_set.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/api_classes/meta.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/api_classes/model.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/api_classes/monitor.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/api_classes/overview.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/api_classes/parameter_store.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/api_classes/pipelines.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/api_classes/views.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/aws_setup/aws_access_management.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/aws_setup/aws_client_vpn.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/aws_setup/aws_setup.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/aws_setup/aws_tips_and_tricks.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/aws_setup/core_stack.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/aws_setup/dashboard_stack.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/aws_setup/domain_cert_setup.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/aws_setup/full_pipeline.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/aws_setup/iam_assume_role.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/aws_setup/sso_assume_role.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/blogs/aws_credentials_lock.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/blogs/canonicalization_and_tautomerization.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/blogs/compound_etl.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/blogs/compound_explorer.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/blogs/descriptor_drilldown.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/blogs/eda.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/blogs/feature_importances.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/blogs/fun_with_workbench/fun_with_endpoints.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/blogs/htg.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/blogs/index.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/blogs/model_monitoring.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/blogs/residual_analysis.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/cached/cached_data_source.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/cached/cached_endpoint.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/cached/cached_feature_set.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/cached/cached_meta.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/cached/cached_model.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/cached/overview.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/chem_utils/index.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/cloudwatch/index.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/comparisons/workbench_vs_databricks.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/compound_explorer/tox21.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/compound_explorer/toxicity_modeling.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/core_classes/artifacts/artifact.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/core_classes/artifacts/athena_source.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/core_classes/artifacts/data_source_abstract.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/core_classes/artifacts/endpoint_core.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/core_classes/artifacts/feature_set_core.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/core_classes/artifacts/model_core.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/core_classes/artifacts/monitor_core.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/core_classes/artifacts/overview.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/core_classes/overview.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/core_classes/transforms/data_loaders_heavy.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/core_classes/transforms/data_loaders_light.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/core_classes/transforms/data_to_features.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/core_classes/transforms/features_to_model.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/core_classes/transforms/model_to_endpoint.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/core_classes/transforms/overview.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/core_classes/transforms/pandas_transforms.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/core_classes/transforms/transform.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/core_classes/views/computation_view.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/core_classes/views/display_view.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/core_classes/views/inference_view.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/core_classes/views/overview.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/core_classes/views/training_view.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/data_algorithms/dataframes/overview.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/data_algorithms/graphs/overview.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/data_algorithms/overview.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/data_algorithms/spark/overview.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/data_algorithms/sql/overview.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/enterprise/index.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/enterprise/private_saas.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/enterprise/project_branding.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/enterprise/themes.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/getting_started/index.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/glue/index.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/images/big_spider.png +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/images/graph_representation.png +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/images/powered_aws_dark_blue.png +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/images/powered_aws_transparent.png +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/images/powered_aws_white.png +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/images/powered_aws_with_tm_grey.png +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/images/scp.png +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/images/scp_labs.png +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/images/small_spider.png +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/images/workbench_concepts.png +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/index.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/lambda_layer/index.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/misc/faq.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/misc/general_info.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/misc/scp_consulting.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/misc/workbench_classes_concepts.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/model_utils/index.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/plugins/index.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/presentations/index.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/release_notes/0_8_106.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/release_notes/0_8_158.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/release_notes/0_8_50.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/release_notes/0_8_55.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/release_notes/0_8_58.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/release_notes/0_8_60.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/release_notes/0_8_71.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/release_notes/0_8_74.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/release_notes/0_8_78.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/release_notes/archived/0_7_8.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/release_notes/archived/0_8_11.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/release_notes/archived/0_8_20.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/release_notes/archived/0_8_22.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/release_notes/archived/0_8_23.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/release_notes/archived/0_8_27.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/release_notes/archived/0_8_29.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/release_notes/archived/0_8_33.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/release_notes/archived/0_8_35.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/release_notes/archived/0_8_36.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/release_notes/archived/0_8_39.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/release_notes/archived/0_8_42.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/release_notes/archived/0_8_46.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/release_notes/archived/0_8_6.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/release_notes/archived/0_8_8.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/repl/index.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/road_maps/0_9_0.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/road_maps/0_9_5.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/themes/details.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/docs/themes/index.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/ag-grid/hello_world.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/chem_utils/canonicalize_smiles.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/chem_utils/tautomerize_smiles.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/datasource/datasource_from_df.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/datasource/datasource_from_s3.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/datasource/datasource_query.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/datasource/datasource_stats.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/datasource/datasource_to_featureset.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/endpoint/endpoint_details.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/endpoint/endpoint_inference.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/endpoint/endpoint_metrics.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/featureset/featureset_eda.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/featureset/featureset_query.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/full_ml_pipeline.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/glue_jobs/glue_example_1.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/glue_jobs/glue_example_2.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/glue_jobs/glue_example_3.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/glue_jobs/glue_launcher_examples/example_1.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/glue_jobs/glue_launcher_examples/example_2.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/meta/meta_list_endpoints.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/meta/meta_list_models.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/meta/meta_model_metrics.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/model_utils/model_metrics.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/model_utils/model_to_endpoint.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/model_utils/onboard_model.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/models/custom_model.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/models/dbscan.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/models/knn.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/models/pytorch.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/models/random_forest.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/models/uq/bayesian_ridge.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/models/uq/ensemble_xgb.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/models/uq/gaussian_process.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/models/uq/mapie_xgb.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/models/uq/meta_uq.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/models/uq/ngboost.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/models/uq/quant_xgb.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/monitor/monitor_setup.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/monitor/monitor_usage.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/pipelines/abalone_pipeline_v1.json +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/pipelines/abalone_pipeline_v2.json +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/pipelines/aqsol_pipeline_v1.json +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/pipelines/pipeline_details.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/pipelines/pipeline_execute.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/pipelines/pipeline_manager.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/plugins/branding/Readme.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/plugins/branding/scp.json +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/plugins/components/custom_plugin.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/plugins/components/endpoint_plugin.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/plugins/components/endpoint_turbo.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/plugins/components/model_markdown.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/plugins/components/model_plugin.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/plugins/packages/my_plugin_utils/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/plugins/packages/my_plugin_utils/assets/foo.json +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/plugins/packages/my_plugin_utils/cool_stuff.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/plugins/pages/plugin_page_1.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/plugins/pages/plugin_page_2.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/plugins/pages/plugin_page_3.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/plugins/templates/Readme.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/plugins/views/model_plugin_view.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/plugins/views/my_view_plugin.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/storage/data_to_data.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/storage/data_to_features.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/storage/endpoint_inference.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/storage/hello_world_pipeline.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/storage/plugin_page_example.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/storage/sagemaker_pipelines/all_steps.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/storage/sagemaker_pipelines/hello.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/storage/sagemaker_pipelines/ml_pipeline.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/storage/sagemaker_pipelines/storage/full_pipeline_experiment/data_source.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/storage/sagemaker_pipelines/storage/full_pipeline_experiment/endpoint.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/storage/sagemaker_pipelines/storage/full_pipeline_experiment/feature_set.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/storage/sagemaker_pipelines/storage/full_pipeline_experiment/ml_pipeline.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/examples/storage/sagemaker_pipelines/storage/full_pipeline_experiment/model.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/experiments/chem_info/bulk_sims.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/experiments/chem_info/knn_sims.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/experiments/confidence_roc_curve.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/experiments/coverage_probability.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/experiments/log_testing.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/experiments/neighbor_outliers.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/experiments/networkx_id.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/experiments/prediction_intervals.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/experiments/pytorch_model.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/experiments/quantile_regression.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/experiments/quantile_regression_2.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/experiments/regression_confidence.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/experiments/residual_analysis.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/experiments/rocauc_testing.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/experiments/scatter_zoom_issue.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/experiments/sol_pipeline.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/glue_jobs/create_glue_workflow_with_trigger.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/glue_jobs/example_glue_job.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/glue_jobs/glue_job_pipeline.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/glue_jobs/glue_mixed_case.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/mkdocs.yml +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/model_docker_images/Readme.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/model_docker_images/inference/Dockerfile +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/model_docker_images/inference/main.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/model_docker_images/inference/requirements.txt +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/model_docker_images/inference/serve +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/model_docker_images/meta_endpoint/Dockerfile +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/model_docker_images/meta_endpoint/main.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/model_docker_images/meta_endpoint/requirements.txt +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/model_docker_images/meta_endpoint/serve +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/model_docker_images/pytorch_inference/Dockerfile +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/model_docker_images/pytorch_inference/main.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/model_docker_images/pytorch_inference/requirements.txt +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/model_docker_images/pytorch_inference/serve +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/model_docker_images/pytorch_training/Dockerfile +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/model_docker_images/pytorch_training/requirements.txt +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/model_docker_images/pytorch_training/sagemaker_entrypoint.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/model_docker_images/scripts/build_deploy.sh +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/model_docker_images/tests/data/abalone_sm.csv +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/model_docker_images/tests/example_model_script.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/model_docker_images/tests/run_tests.sh +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/model_docker_images/tests/test_inference.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/model_docker_images/tests/test_training.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/model_docker_images/training/Dockerfile +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/model_docker_images/training/requirements.txt +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/model_docker_images/training/sagemaker_entrypoint.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/model_docker_images/workbench_inference/Dockerfile +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/model_docker_images/workbench_inference/main.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/model_docker_images/workbench_inference/requirements.txt +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/model_docker_images/workbench_inference/serve +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/notebooks/Inference_On_Legacy_Models.ipynb +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/notebooks/ML_Pipeline_with_Workbench.ipynb +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/notebooks/ML_Pipeline_with_Workbench_2.ipynb +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/notebooks/Outliers_in_Workbench.ipynb +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/notebooks/Regression_Confidence_Experiments.ipynb +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/notebooks/Residual_Analysis.ipynb +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/notebooks/images/athena_query_aqsol.png +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/notebooks/images/aws_dashboard_aqsol.png +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/notebooks/images/dashboard_aqsol_features.png +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/notebooks/images/model_screenshot.png +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/notebooks/images/scp_labs.png +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/presentations/README.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/pyproject.toml +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/active_logs.sh +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/admin/athena_ddl_mixed_case.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/admin/check_all_glue_tables.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/admin/db_scan_test.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/admin/delete_invalid_views.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/admin/delete_redis_keys.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/admin/list_datacatalog.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/admin/migration/copy_glue_database.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/admin/migration/delete_sageworks_glue_database.sh +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/admin/migration/ds_migrate.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/admin/migration/endpoint_migrate.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/admin/migration/fs_migrate.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/admin/migration/model_migrate.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/admin/pull_image_digest.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/admin/spam_list_tags.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/admin/storage/convert_training_views.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/admin/storage/migrate_data_source_via_df.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/admin/storage/migrate_ds_meta.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/ag_table_row_selection.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/compare_dataframes.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/compare_model_packages.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/endpoint_inference_launch.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/endpoint_timing/endpoint_timing.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/endpoint_timing/endpoint_timing_old.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/endpoint_timing/timing_plot.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/find_smiles_issues.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/get_tags.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/instantiation_timings.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/llm_deploys/deepseek_deploy.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/model_cache_refresh.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/model_endpoint_sanity_check.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/model_to_endpoint_debugging.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/monitor_event_bridge.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/onboard_endpoints.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/onboard_models.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/pipeline_model_endpoint.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/pubchem/pubchem_example.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/pubchem/pubchem_query.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/pubchem/pubchem_query_with_cid.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/seaborn_to_plotly.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/storage/dns_data_to_features.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/storage/generate_jsonl_data.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/test_feature_resolution.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/test_no_workbench_config.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/tox21/test_tox_heuristic.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/scripts/tox21/tox21_to_df_store.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/setup.cfg +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/algorithms/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/algorithms/dataframe/Readme.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/algorithms/dataframe/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/algorithms/dataframe/data_source_eda.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/algorithms/dataframe/feature_space_proximity.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/algorithms/dataframe/fingerprint_proximity.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/algorithms/dataframe/projection_2d.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/algorithms/dataframe/proximity.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/algorithms/dataframe/storage/aggregation.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/algorithms/dataframe/storage/feature_resolution.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/algorithms/dataframe/storage/feature_spider.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/algorithms/dataframe/storage/residuals_calculator.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/algorithms/dataframe/storage/row_tagger.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/algorithms/dataframe/storage/target_gradients.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/algorithms/graph/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/algorithms/graph/heavy/Readme.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/algorithms/graph/light/Readme.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/algorithms/graph/light/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/algorithms/graph/light/proximity_graph.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/algorithms/spark/Readme.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/algorithms/sql/Readme.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/algorithms/sql/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/algorithms/sql/column_stats.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/algorithms/sql/correlations.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/algorithms/sql/descriptive_stats.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/algorithms/sql/outliers.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/algorithms/sql/sample_rows.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/algorithms/sql/value_counts.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/api/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/api/compound.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/api/data_source.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/api/df_store.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/api/feature_set.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/api/graph_store.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/api/meta.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/api/model.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/api/monitor.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/api/parameter_store.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/api/pipeline.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/cached/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/cached/cached_data_source.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/cached/cached_endpoint.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/cached/cached_feature_set.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/cached/cached_meta.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/cached/cached_model.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/cached/cached_pipeline.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/artifacts/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/artifacts/artifact.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/artifacts/athena_source.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/artifacts/cached_artifact_mixin.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/artifacts/data_source_abstract.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/artifacts/data_source_factory.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/artifacts/feature_set_core.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/artifacts/model_core.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/artifacts/monitor_core.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/cloud_platform/aws/README.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/cloud_platform/aws/aws_account_clamp.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/cloud_platform/aws/aws_df_store.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/cloud_platform/aws/aws_graph_store.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/cloud_platform/aws/aws_meta.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/cloud_platform/aws/aws_parameter_store.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/cloud_platform/aws/aws_secrets_manager.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/cloud_platform/aws/aws_session.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/cloud_platform/aws/cache_dataframe.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/cloud_platform/azure/README.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/cloud_platform/cloud_meta.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/cloud_platform/gcp/README.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/pipelines/pipeline_executor.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/Readme.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/data_loaders/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/data_loaders/heavy/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/data_loaders/heavy/s3_heavy_to_data_source.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/data_loaders/light/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/data_loaders/light/csv_to_data_source.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/data_loaders/light/json_to_data_source.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/data_loaders/light/s3_to_data_source_light.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/data_to_data/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/data_to_data/heavy/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/data_to_data/heavy/emr/Readme.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/data_to_data/heavy/glue/Readme.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/data_to_data/light/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/data_to_data/light/clean_data.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/data_to_data/light/data_to_data_light.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/data_to_features/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/data_to_features/heavy/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/data_to_features/heavy/chunk/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/data_to_features/heavy/chunk/data_to_features_chunk.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/data_to_features/heavy/emr/Readme.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/data_to_features/heavy/glue/Readme.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/data_to_features/heavy/storage/data_to_features_heavy_old.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/data_to_features/light/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/data_to_features/light/data_to_features_light.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/data_to_features/light/molecular_descriptors.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/features_to_features/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/features_to_features/heavy/emr/Readme.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/features_to_features/heavy/glue/Readme.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/features_to_model/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/features_to_model/features_to_model.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/model_to_endpoint/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/model_to_endpoint/model_to_endpoint.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/pandas_transforms/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/pandas_transforms/data_to_pandas.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/pandas_transforms/features_to_pandas.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/pandas_transforms/pandas_to_data.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/pandas_transforms/pandas_to_features.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/pandas_transforms/pandas_to_features_chunked.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/transforms/transform.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/views/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/views/column_subset_view.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/views/computation_view.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/views/create_view.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/views/display_view.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/views/inference_view.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/views/pandas_to_view.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/views/storage/mdq_view.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/views/training_view.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/views/view.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/core/views/view_utils.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/custom_models/chem_info/Readme.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/custom_models/chem_info/local_utils.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/custom_models/chem_info/molecular_descriptors.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/custom_models/chem_info/morgan_fingerprints.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/custom_models/chem_info/requirements.txt +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/custom_models/chem_info/tautomerize.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/custom_models/meta_endpoints/example.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/custom_models/network_security/Readme.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/custom_models/proximity/Readme.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/custom_models/proximity/feature_space_proximity.template +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/custom_models/proximity/generated_model_script.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/custom_models/proximity/proximity.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/custom_models/proximity/requirements.txt +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/custom_models/uq_models/Readme.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/custom_models/uq_models/bayesian_ridge.template +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/custom_models/uq_models/ensemble_xgb.template +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/custom_models/uq_models/gaussian_process.template +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/custom_models/uq_models/generated_model_script.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/custom_models/uq_models/mapie_xgb.template +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/custom_models/uq_models/meta_uq.template +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/custom_models/uq_models/ngboost.template +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/custom_models/uq_models/proximity.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/custom_models/uq_models/requirements.txt +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/custom_script_example/custom_model_script.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/custom_script_example/requirements.txt +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/ensemble_xgb/ensemble_xgb.template +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/ensemble_xgb/generated_model_script.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/ensemble_xgb/requirements.txt +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/pytorch_model/generated_model_script.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/pytorch_model/pytorch.template +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/pytorch_model/requirements.txt +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/quant_regression/quant_regression.template +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/quant_regression/requirements.txt +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/scikit_learn/generated_model_script.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/scikit_learn/requirements.txt +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/scikit_learn/scikit_learn.template +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/script_generation.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/xgb_model/requirements.txt +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/model_scripts/xgb_model/xgb_model.template +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/repl/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/repl/workbench_shell.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/resources/open_source_api.key +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/resources/signature_verify_pub.pem +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/scripts/check_double_bond_stereo.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/scripts/glue_launcher.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/scripts/monitor_cloud_watch.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/scripts/redis_expire.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/scripts/redis_report.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/scripts/show_config.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/themes/dark/base_css.url +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/themes/dark/custom.css +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/themes/dark/plotly.json +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/themes/light/base_css.url +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/themes/light/branding.json +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/themes/light/custom.css +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/themes/light/plotly.json +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/themes/midnight_blue/base_css.url +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/themes/midnight_blue/branding.json +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/themes/midnight_blue/custom.css +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/themes/midnight_blue/plotly.json +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/themes/quartz/base_css.url +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/themes/quartz/custom.css +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/themes/quartz/plotly.json +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/themes/quartz_dark/base_css.url +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/themes/quartz_dark/custom.css +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/themes/quartz_dark/plotly.json +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/__init__.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/ai_compound_generator.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/ai_summary.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/ai_synth.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/athena_utils.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/aws_utils.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/bulk_utils.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/cache.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/chem_utils.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/cloudwatch_handler.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/color_utils.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/config_manager.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/dashboard_metrics.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/datetime_utils.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/deprecated_utils.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/df_to_endpoint.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/ecs_info.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/endpoint_metrics.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/endpoint_utils.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/execution_environment.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/extract_model_artifact.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/fast_inference.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/glue_utils.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/graph_utils.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/ipython_utils.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/json_utils.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/lambda_utils.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/license_manager.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/log_utils.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/markdown_utils.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/model_utils.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/monitor_utils.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/pandas_utils.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/performance_utils.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/pipeline_utils.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/plot_utils.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/plugin_manager.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/prox_utils.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/redis_cache.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/repl_utils.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/resource_utils.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/s3_utils.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/shap_utils.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/shapley_values.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/symbols.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/test_data_generator.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/theme_manager.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/trace_calls.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/type_abbrev.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/workbench_cache.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/workbench_event_bridge.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/workbench_sqs.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/utils/xgboost_model_utils.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/components/component_interface.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/components/correlation_matrix.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/components/data_details_markdown.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/components/endpoint_metric_plots.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/components/experiments/dashboard_metric_plots.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/components/experiments/outlier_plot.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/components/model_plot.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/components/plugin_interface.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/components/plugin_unit_test.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/components/plugins/ag_table.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/components/plugins/confusion_matrix.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/components/plugins/dashboard_status.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/components/plugins/data_details.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/components/plugins/endpoint_details.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/components/plugins/generated_compounds.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/components/plugins/graph_plot.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/components/plugins/license_details.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/components/plugins/model_details.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/components/plugins/molecule_panel.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/components/plugins/molecule_viewer.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/components/plugins/pipeline_details.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/components/plugins/proximity_mini_graph.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/components/plugins/scatter_plot.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/components/plugins/shap_summary_plot.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/components/regression_plot.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/components/violin_plots.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/page_views/data_sources_page_view.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/page_views/endpoints_page_view.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/page_views/feature_sets_page_view.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/page_views/main_page.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/page_views/models_page_view.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/page_views/page_view.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench/web_interface/page_views/pipelines_page_view.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench.egg-info/SOURCES.txt +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench.egg-info/dependency_links.txt +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench.egg-info/entry_points.txt +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench.egg-info/requires.txt +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/src/workbench.egg-info/top_level.txt +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/README.md +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/artifacts/data_source_tests.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/artifacts/empty_model_group.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/artifacts/endpoint_tests.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/artifacts/featureset_ingest_boundaries.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/artifacts/featureset_tests.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/artifacts/graph_tests.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/artifacts/model_metrics_tests.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/artifacts/model_tests.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/aws_account/aws_account_clamp_tests.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/cached/cached_artifact_tests.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/chem_info/test_canonicalize.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/chem_info/test_tautomerization.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/corner_cases/end_to_end.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/create_test_artifacts/100_percent_models.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/create_test_artifacts/create_aqsol_artifacts.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/create_test_artifacts/create_aqsol_rt_artifacts.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/create_test_artifacts/create_aqsol_uq_artifacts.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/create_test_artifacts/create_basic_test_artifacts.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/create_test_artifacts/create_copy_artifacts.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/create_test_artifacts/create_empty_model_group.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/create_test_artifacts/create_endpoints_for_timing.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/create_test_artifacts/create_graph_artifacts.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/create_test_artifacts/create_knn_artifacts.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/create_test_artifacts/create_meta_endpoints.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/create_test_artifacts/create_pipeline_model.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/create_test_artifacts/create_proximity_models.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/create_test_artifacts/create_quant_regression_artifacts.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/create_test_artifacts/create_realtime_endpoint.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/create_test_artifacts/create_training_adjusted_artifacts.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/create_test_artifacts/delete_stress_test_artifacts.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/create_test_artifacts/delete_test_artifacts.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/create_test_artifacts/regression_ensemble.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/create_test_artifacts/stress_test_aws.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/df_store/df_store_tests.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/lambda/decompress_layers.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/pandas_tests/test_drift.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/parameter_store/param_store_tests.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/plugin_tests/crashing_plugin.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/pytorch/pytorch_hello.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/requirements-dev.txt +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/specific/capital_tests.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/specific/column_changes.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/specific/config_manager.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/specific/deletion_tests.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/specific/shap_tests.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/transforms/data_to_data_tests.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/transforms/data_to_features_tests.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/transforms/features_to_model_tests.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/transforms/model_to_endpoint_tests.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/transforms/pandas_to_data_tests.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/transforms/pandas_to_features_test.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/views/view_tests.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/views/view_tests_complex.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/web_components/confusion_matrix_test.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/web_components/correlation_matrix_test.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/web_components/graph_plot_test.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/web_components/plugin_interface_test.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tests/web_components/scatter_plot_test.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/tox.ini +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/ui_testing/assets/custom.css +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/ui_testing/table_comparison.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/ui_testing/theme_switching.py +0 -0
- {workbench-0.8.163 → workbench-0.8.165}/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.165
|
|
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
|
{workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/pages/data_sources/layout.py
RENAMED
|
@@ -54,7 +54,11 @@ def data_sources_layout(
|
|
|
54
54
|
[
|
|
55
55
|
# Column 1: Data Source Details
|
|
56
56
|
dbc.Col(
|
|
57
|
-
|
|
57
|
+
dcc.Loading(
|
|
58
|
+
data_source_details,
|
|
59
|
+
type="dot",
|
|
60
|
+
color="#33aa33",
|
|
61
|
+
),
|
|
58
62
|
width=4,
|
|
59
63
|
className="text-break workbench-container",
|
|
60
64
|
style={"margin": "20px 0px 0px 0px", "padding": "20px"},
|
|
@@ -63,10 +67,12 @@ def data_sources_layout(
|
|
|
63
67
|
dbc.Col(
|
|
64
68
|
[
|
|
65
69
|
dbc.Row(
|
|
66
|
-
violin_plot,
|
|
70
|
+
dcc.Loading(violin_plot, type="graph"),
|
|
71
|
+
className="workbench-container",
|
|
72
|
+
style={"margin": "20px 0px 10px 20px"},
|
|
67
73
|
),
|
|
68
74
|
dbc.Row(
|
|
69
|
-
correlation_matrix,
|
|
75
|
+
dcc.Loading(correlation_matrix, type="graph"),
|
|
70
76
|
className="workbench-container",
|
|
71
77
|
style={"margin": "20px 0px 10px 20px"},
|
|
72
78
|
),
|
{workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/pages/endpoints/layout.py
RENAMED
|
@@ -47,7 +47,7 @@ def endpoints_layout(
|
|
|
47
47
|
[
|
|
48
48
|
# Column 1: Endpoint Details
|
|
49
49
|
dbc.Col(
|
|
50
|
-
endpoint_details,
|
|
50
|
+
dcc.Loading(endpoint_details, type="dot", color="#33aa33"),
|
|
51
51
|
width=4,
|
|
52
52
|
className="text-break workbench-container",
|
|
53
53
|
style={"margin": "20px 0px 0px 0px", "padding": "20px"},
|
|
@@ -56,7 +56,7 @@ def endpoints_layout(
|
|
|
56
56
|
dbc.Col(
|
|
57
57
|
[
|
|
58
58
|
dbc.Row(
|
|
59
|
-
endpoint_metrics,
|
|
59
|
+
dcc.Loading(endpoint_metrics, type="graph"),
|
|
60
60
|
className="workbench-container",
|
|
61
61
|
style={"margin": "20px 0px 10px 20px"},
|
|
62
62
|
),
|
{workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/pages/feature_sets/layout.py
RENAMED
|
@@ -46,7 +46,11 @@ def feature_sets_layout(
|
|
|
46
46
|
[
|
|
47
47
|
# Column 1: Feature Set Details
|
|
48
48
|
dbc.Col(
|
|
49
|
-
|
|
49
|
+
dcc.Loading(
|
|
50
|
+
feature_set_details,
|
|
51
|
+
type="dot",
|
|
52
|
+
color="#33aa33",
|
|
53
|
+
),
|
|
50
54
|
width=4,
|
|
51
55
|
className="text-break workbench-container",
|
|
52
56
|
style={"margin": "20px 0px 0px 0px", "padding": "20px"},
|
|
@@ -55,10 +59,12 @@ def feature_sets_layout(
|
|
|
55
59
|
dbc.Col(
|
|
56
60
|
[
|
|
57
61
|
dbc.Row(
|
|
58
|
-
violin_plot,
|
|
62
|
+
dcc.Loading(violin_plot, type="graph"),
|
|
63
|
+
className="workbench-container",
|
|
64
|
+
style={"margin": "20px 0px 10px 20px"},
|
|
59
65
|
),
|
|
60
66
|
dbc.Row(
|
|
61
|
-
correlation_matrix,
|
|
67
|
+
dcc.Loading(correlation_matrix, type="graph"),
|
|
62
68
|
className="workbench-container",
|
|
63
69
|
style={"margin": "20px 0px 10px 20px"},
|
|
64
70
|
),
|
|
@@ -37,7 +37,11 @@ def models_layout(
|
|
|
37
37
|
[
|
|
38
38
|
# Column 1: Model Details
|
|
39
39
|
dbc.Col(
|
|
40
|
-
|
|
40
|
+
dcc.Loading(
|
|
41
|
+
model_details,
|
|
42
|
+
type="dot",
|
|
43
|
+
color="#33aa33",
|
|
44
|
+
),
|
|
41
45
|
width=5,
|
|
42
46
|
className="text-break workbench-container",
|
|
43
47
|
style={"margin": "20px 0px 0px 0px", "padding": "20px"},
|
|
@@ -46,11 +50,15 @@ def models_layout(
|
|
|
46
50
|
dbc.Col(
|
|
47
51
|
[
|
|
48
52
|
dbc.Row(
|
|
49
|
-
model_plot,
|
|
53
|
+
dcc.Loading(model_plot, type="graph", style={"height": "400px"}),
|
|
50
54
|
className="workbench-container",
|
|
51
|
-
style={"margin": "20px 0px 10px 20px"
|
|
55
|
+
style={"margin": "20px 0px 10px 20px"},
|
|
56
|
+
),
|
|
57
|
+
dbc.Row(
|
|
58
|
+
dcc.Loading(shap_plot, type="graph"),
|
|
59
|
+
className="workbench-container",
|
|
60
|
+
style={"margin": "20px 0px 10px 20px"},
|
|
52
61
|
),
|
|
53
|
-
dbc.Row(shap_plot, className="workbench-container", style={"margin": "20px 0px 10px 20px"}),
|
|
54
62
|
],
|
|
55
63
|
width=7,
|
|
56
64
|
style={"padding": "0px"},
|
|
@@ -202,6 +202,24 @@ class WorkbenchCoreStack(Stack):
|
|
|
202
202
|
#####################
|
|
203
203
|
# Glue Jobs #
|
|
204
204
|
#####################
|
|
205
|
+
def glue_job_logs(self) -> iam.PolicyStatement:
|
|
206
|
+
"""Create a policy statement for Glue job CloudWatch logs.
|
|
207
|
+
|
|
208
|
+
Returns:
|
|
209
|
+
iam.PolicyStatement: The policy statement for Glue job log interactions.
|
|
210
|
+
"""
|
|
211
|
+
return iam.PolicyStatement(
|
|
212
|
+
actions=[
|
|
213
|
+
"logs:CreateLogGroup",
|
|
214
|
+
"logs:CreateLogStream",
|
|
215
|
+
"logs:PutLogEvents",
|
|
216
|
+
],
|
|
217
|
+
resources=[
|
|
218
|
+
f"arn:aws:logs:{self.region}:{self.account}:log-group:/aws-glue/*",
|
|
219
|
+
f"arn:aws:logs:{self.region}:{self.account}:log-group:/aws-glue/*:*",
|
|
220
|
+
],
|
|
221
|
+
)
|
|
222
|
+
|
|
205
223
|
def glue_pass_role(self) -> iam.PolicyStatement:
|
|
206
224
|
"""Allows us to specify the Workbench-Glue role when creating a Glue Job"""
|
|
207
225
|
return iam.PolicyStatement(
|
|
@@ -363,8 +381,7 @@ class WorkbenchCoreStack(Stack):
|
|
|
363
381
|
resources=[f"arn:aws:sagemaker:{self.region}:{self.account}:training-job/*"],
|
|
364
382
|
)
|
|
365
383
|
|
|
366
|
-
|
|
367
|
-
def model_training_logs() -> iam.PolicyStatement:
|
|
384
|
+
def model_training_logs(self) -> iam.PolicyStatement:
|
|
368
385
|
"""Create a policy statement for log interactions when training SageMaker models.
|
|
369
386
|
Returns:
|
|
370
387
|
iam.PolicyStatement: The policy statement for log interactions when training SageMaker models.
|
|
@@ -378,7 +395,10 @@ class WorkbenchCoreStack(Stack):
|
|
|
378
395
|
"logs:CreateLogStream",
|
|
379
396
|
"logs:PutLogEvents",
|
|
380
397
|
],
|
|
381
|
-
resources=[
|
|
398
|
+
resources=[
|
|
399
|
+
f"arn:aws:logs:{self.region}:{self.account}:log-group:/aws/sagemaker/*",
|
|
400
|
+
f"arn:aws:logs:{self.region}:{self.account}:log-group:/aws/sagemaker/*:*",
|
|
401
|
+
],
|
|
382
402
|
)
|
|
383
403
|
|
|
384
404
|
#####################
|
|
@@ -635,6 +655,23 @@ class WorkbenchCoreStack(Stack):
|
|
|
635
655
|
],
|
|
636
656
|
)
|
|
637
657
|
|
|
658
|
+
def cloudwatch_monitor(self) -> iam.PolicyStatement:
|
|
659
|
+
"""CloudWatch logs monitoring permissions - read and describe operations
|
|
660
|
+
Returns:
|
|
661
|
+
iam.PolicyStatement: The policy statement for monitoring WorkbenchLogGroup.
|
|
662
|
+
"""
|
|
663
|
+
return iam.PolicyStatement(
|
|
664
|
+
actions=[
|
|
665
|
+
"logs:DescribeLogStreams",
|
|
666
|
+
"logs:GetLogEvents",
|
|
667
|
+
"logs:FilterLogEvents",
|
|
668
|
+
],
|
|
669
|
+
resources=[
|
|
670
|
+
f"arn:aws:logs:{self.region}:{self.account}:log-group:WorkbenchLogGroup",
|
|
671
|
+
f"arn:aws:logs:{self.region}:{self.account}:log-group:WorkbenchLogGroup:*",
|
|
672
|
+
],
|
|
673
|
+
)
|
|
674
|
+
|
|
638
675
|
# For CloudWatch alarm operations
|
|
639
676
|
def cloudwatch_alarms(self) -> iam.PolicyStatement:
|
|
640
677
|
"""Create a policy statement for managing CloudWatch alarms.
|
|
@@ -934,6 +971,7 @@ class WorkbenchCoreStack(Stack):
|
|
|
934
971
|
api_execution_role.add_to_policy(self.glue_jobs_full())
|
|
935
972
|
api_execution_role.add_to_policy(self.parameter_store_discover())
|
|
936
973
|
api_execution_role.add_to_policy(self.parameter_store_full())
|
|
974
|
+
api_execution_role.add_to_policy(self.cloudwatch_monitor())
|
|
937
975
|
api_execution_role.add_managed_policy(self.datasource_policy)
|
|
938
976
|
api_execution_role.add_managed_policy(self.featureset_policy)
|
|
939
977
|
api_execution_role.add_managed_policy(self.model_policy)
|
|
@@ -999,6 +1037,7 @@ class WorkbenchCoreStack(Stack):
|
|
|
999
1037
|
)
|
|
1000
1038
|
|
|
1001
1039
|
# Add a subset of policies for the Glue Role
|
|
1040
|
+
glue_role.add_to_policy(self.glue_job_logs())
|
|
1002
1041
|
glue_role.add_to_policy(self.parameter_store_full())
|
|
1003
1042
|
glue_role.add_managed_policy(self.datasource_policy)
|
|
1004
1043
|
glue_role.add_managed_policy(self.featureset_policy)
|
|
@@ -45,6 +45,12 @@ def redis_reaper(host, port, size_limit=512000, expire=7):
|
|
|
45
45
|
client.delete(key)
|
|
46
46
|
keys_deleted += 1
|
|
47
47
|
|
|
48
|
+
# Check if the key has the word "Crashed" in its name
|
|
49
|
+
if b"Crashed" in key:
|
|
50
|
+
print(f"Deleting key {key} (contains 'Crashed')")
|
|
51
|
+
client.delete(key)
|
|
52
|
+
keys_deleted += 1
|
|
53
|
+
|
|
48
54
|
# Report
|
|
49
55
|
print(f"\nTotal keys: {total_keys}")
|
|
50
56
|
print("\nTop 5 largest keys (by size):")
|
|
@@ -70,6 +70,17 @@ class Endpoint(EndpointCore):
|
|
|
70
70
|
"""
|
|
71
71
|
return super().fast_inference(eval_df, threads=threads)
|
|
72
72
|
|
|
73
|
+
def cross_fold_inference(self, nfolds: int = 5) -> dict:
|
|
74
|
+
"""Run cross-fold inference (only works for XGBoost models)
|
|
75
|
+
|
|
76
|
+
Args:
|
|
77
|
+
nfolds (int): The number of folds to use for cross-validation (default: 5)
|
|
78
|
+
|
|
79
|
+
Returns:
|
|
80
|
+
dict: A dictionary with fold results
|
|
81
|
+
"""
|
|
82
|
+
return super().cross_fold_inference(nfolds)
|
|
83
|
+
|
|
73
84
|
|
|
74
85
|
if __name__ == "__main__":
|
|
75
86
|
"""Exercise the Endpoint Class"""
|
|
@@ -378,16 +378,17 @@ class EndpointCore(Artifact):
|
|
|
378
378
|
self.log.important("No model associated with this endpoint, running 'no frills' inference...")
|
|
379
379
|
return self.fast_inference(eval_df)
|
|
380
380
|
|
|
381
|
+
# Grab the model features and target column
|
|
382
|
+
model = ModelCore(self.model_name)
|
|
383
|
+
features = model.features()
|
|
384
|
+
target_column = model.target()
|
|
385
|
+
|
|
381
386
|
# Run predictions on the evaluation data
|
|
382
|
-
prediction_df = self._predict(eval_df, drop_error_rows)
|
|
387
|
+
prediction_df = self._predict(eval_df, features, drop_error_rows)
|
|
383
388
|
if prediction_df.empty:
|
|
384
389
|
self.log.warning("No predictions were made. Returning empty DataFrame.")
|
|
385
390
|
return prediction_df
|
|
386
391
|
|
|
387
|
-
# Get the target column
|
|
388
|
-
model = ModelCore(self.model_name)
|
|
389
|
-
target_column = model.target()
|
|
390
|
-
|
|
391
392
|
# Sanity Check that the target column is present
|
|
392
393
|
if target_column and (target_column not in prediction_df.columns):
|
|
393
394
|
self.log.important(f"Target Column {target_column} not found in prediction_df!")
|
|
@@ -419,12 +420,6 @@ class EndpointCore(Artifact):
|
|
|
419
420
|
capture_name, prediction_df, target_column, model_type, metrics, description, features, id_column
|
|
420
421
|
)
|
|
421
422
|
|
|
422
|
-
# Capture CrossFold Inference Results
|
|
423
|
-
cross_fold_metrics = cross_fold_inference(model)
|
|
424
|
-
if cross_fold_metrics:
|
|
425
|
-
# Now put into the Parameter Store Model Inference Namespace
|
|
426
|
-
self.param_store.upsert(f"/workbench/models/{model.name}/inference/cross_fold", cross_fold_metrics)
|
|
427
|
-
|
|
428
423
|
# For UQ Models we also capture the uncertainty metrics
|
|
429
424
|
if model_type in [ModelType.UQ_REGRESSOR]:
|
|
430
425
|
metrics = uq_metrics(prediction_df, target_column)
|
|
@@ -435,6 +430,25 @@ class EndpointCore(Artifact):
|
|
|
435
430
|
# Return the prediction DataFrame
|
|
436
431
|
return prediction_df
|
|
437
432
|
|
|
433
|
+
def cross_fold_inference(self, nfolds: int = 5) -> dict:
|
|
434
|
+
"""Run cross-fold inference (only works for XGBoost models)
|
|
435
|
+
|
|
436
|
+
Args:
|
|
437
|
+
nfolds (int): Number of folds to use for cross-fold (default: 5)
|
|
438
|
+
|
|
439
|
+
Returns:
|
|
440
|
+
dict: Dictionary with the cross-fold inference results
|
|
441
|
+
"""
|
|
442
|
+
|
|
443
|
+
# Grab our model
|
|
444
|
+
model = ModelCore(self.model_name)
|
|
445
|
+
|
|
446
|
+
# Compute CrossFold Metrics
|
|
447
|
+
cross_fold_metrics = cross_fold_inference(model, nfolds=nfolds)
|
|
448
|
+
if cross_fold_metrics:
|
|
449
|
+
self.param_store.upsert(f"/workbench/models/{model.name}/inference/cross_fold", cross_fold_metrics)
|
|
450
|
+
return cross_fold_metrics
|
|
451
|
+
|
|
438
452
|
def fast_inference(self, eval_df: pd.DataFrame, threads: int = 4) -> pd.DataFrame:
|
|
439
453
|
"""Run inference on the Endpoint using the provided DataFrame
|
|
440
454
|
|
|
@@ -450,11 +464,12 @@ class EndpointCore(Artifact):
|
|
|
450
464
|
"""
|
|
451
465
|
return fast_inference(self.name, eval_df, self.sm_session, threads=threads)
|
|
452
466
|
|
|
453
|
-
def _predict(self, eval_df: pd.DataFrame, drop_error_rows: bool = False) -> pd.DataFrame:
|
|
454
|
-
"""Internal: Run prediction on
|
|
467
|
+
def _predict(self, eval_df: pd.DataFrame, features: list[str], drop_error_rows: bool = False) -> pd.DataFrame:
|
|
468
|
+
"""Internal: Run prediction on observations in the given DataFrame
|
|
455
469
|
|
|
456
470
|
Args:
|
|
457
471
|
eval_df (pd.DataFrame): DataFrame to run predictions on (must have superset of features)
|
|
472
|
+
features (list[str]): List of feature column names needed for prediction
|
|
458
473
|
drop_error_rows (bool): If True, drop rows that had endpoint errors/issues (default=False)
|
|
459
474
|
Returns:
|
|
460
475
|
pd.DataFrame: Return the DataFrame with additional columns, prediction and any _proba columns
|
|
@@ -465,19 +480,12 @@ class EndpointCore(Artifact):
|
|
|
465
480
|
self.log.warning("Evaluation DataFrame has 0 rows. No predictions to run.")
|
|
466
481
|
return pd.DataFrame(columns=eval_df.columns) # Return empty DataFrame with same structure
|
|
467
482
|
|
|
468
|
-
# Sanity check: Does the
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
df_columns_lower = set(col.lower() for col in eval_df.columns)
|
|
475
|
-
features_lower = set(feature.lower() for feature in features)
|
|
476
|
-
|
|
477
|
-
# Check if the features are a subset of the DataFrame columns (case-insensitive)
|
|
478
|
-
if not features_lower.issubset(df_columns_lower):
|
|
479
|
-
missing_features = features_lower - df_columns_lower
|
|
480
|
-
raise ValueError(f"DataFrame does not contain required features: {missing_features}")
|
|
483
|
+
# Sanity check: Does the DataFrame have the required features?
|
|
484
|
+
df_columns_lower = set(col.lower() for col in eval_df.columns)
|
|
485
|
+
features_lower = set(feature.lower() for feature in features)
|
|
486
|
+
if not features_lower.issubset(df_columns_lower):
|
|
487
|
+
missing_features = features_lower - df_columns_lower
|
|
488
|
+
raise ValueError(f"DataFrame does not contain required features: {missing_features}")
|
|
481
489
|
|
|
482
490
|
# Create our Endpoint Predictor Class
|
|
483
491
|
predictor = Predictor(
|
|
@@ -713,18 +721,10 @@ class EndpointCore(Artifact):
|
|
|
713
721
|
# Note: Unlike other dataframes here, we want to write the index (labels) to the CSV
|
|
714
722
|
wr.s3.to_csv(conf_mtx, f"{inference_capture_path}/inference_cm.csv", index=True)
|
|
715
723
|
|
|
716
|
-
# Generate SHAP values for our Prediction Dataframe
|
|
717
|
-
# generate_shap_values(self.endpoint_name, model_type.value, pred_results_df, inference_capture_path)
|
|
718
|
-
|
|
719
724
|
# Now recompute the details for our Model
|
|
720
|
-
self.log.important(f"
|
|
725
|
+
self.log.important(f"Loading inference metrics for {self.model_name}...")
|
|
721
726
|
model = ModelCore(self.model_name)
|
|
722
727
|
model._load_inference_metrics(capture_name)
|
|
723
|
-
model.details()
|
|
724
|
-
|
|
725
|
-
# Recompute the details so that inference model metrics are updated
|
|
726
|
-
self.log.important(f"Recomputing Details for {self.name} to show latest Inference Results...")
|
|
727
|
-
self.details()
|
|
728
728
|
|
|
729
729
|
def regression_metrics(self, target_column: str, prediction_df: pd.DataFrame) -> pd.DataFrame:
|
|
730
730
|
"""Compute the performance metrics for this Endpoint
|
|
@@ -876,9 +876,11 @@ class EndpointCore(Artifact):
|
|
|
876
876
|
|
|
877
877
|
def generate_confusion_matrix(self, target_column: str, prediction_df: pd.DataFrame) -> pd.DataFrame:
|
|
878
878
|
"""Compute the confusion matrix for this Endpoint
|
|
879
|
+
|
|
879
880
|
Args:
|
|
880
881
|
target_column (str): Name of the target column
|
|
881
882
|
prediction_df (pd.DataFrame): DataFrame with the prediction results
|
|
883
|
+
|
|
882
884
|
Returns:
|
|
883
885
|
pd.DataFrame: DataFrame with the confusion matrix
|
|
884
886
|
"""
|
|
@@ -887,25 +889,20 @@ class EndpointCore(Artifact):
|
|
|
887
889
|
prediction_col = "prediction" if "prediction" in prediction_df.columns else "predictions"
|
|
888
890
|
y_pred = prediction_df[prediction_col]
|
|
889
891
|
|
|
890
|
-
#
|
|
891
|
-
|
|
892
|
-
if class_labels is None:
|
|
893
|
-
class_labels = sorted(list(set(y_true) | set(y_pred)))
|
|
892
|
+
# Get model class labels
|
|
893
|
+
model_class_labels = ModelCore(self.model_name).class_labels()
|
|
894
894
|
|
|
895
|
-
#
|
|
896
|
-
|
|
895
|
+
# Use model labels if available, otherwise infer from data
|
|
896
|
+
if model_class_labels:
|
|
897
|
+
self.log.important("Using model class labels for confusion matrix ordering...")
|
|
898
|
+
labels = model_class_labels
|
|
899
|
+
else:
|
|
900
|
+
labels = sorted(list(set(y_true) | set(y_pred)))
|
|
897
901
|
|
|
898
|
-
#
|
|
899
|
-
|
|
902
|
+
# Compute confusion matrix and create DataFrame
|
|
903
|
+
conf_mtx = confusion_matrix(y_true, y_pred, labels=labels)
|
|
904
|
+
conf_mtx_df = pd.DataFrame(conf_mtx, index=labels, columns=labels)
|
|
900
905
|
conf_mtx_df.index.name = "labels"
|
|
901
|
-
|
|
902
|
-
# Check if our model has class labels. If so make the index and columns ordered
|
|
903
|
-
model_class_labels = ModelCore(self.model_name).class_labels()
|
|
904
|
-
if model_class_labels:
|
|
905
|
-
self.log.important("Reordering the confusion matrix based on model class labels...")
|
|
906
|
-
conf_mtx_df.index = pd.Categorical(conf_mtx_df.index, categories=model_class_labels, ordered=True)
|
|
907
|
-
conf_mtx_df.columns = pd.Categorical(conf_mtx_df.columns, categories=model_class_labels, ordered=True)
|
|
908
|
-
conf_mtx_df = conf_mtx_df.sort_index().sort_index(axis=1)
|
|
909
906
|
return conf_mtx_df
|
|
910
907
|
|
|
911
908
|
def endpoint_config_name(self) -> str:
|
|
@@ -1086,13 +1083,20 @@ if __name__ == "__main__":
|
|
|
1086
1083
|
df = fs.pull_dataframe()[:100]
|
|
1087
1084
|
cap_df = df.copy()
|
|
1088
1085
|
cap_df.columns = [col.upper() for col in cap_df.columns]
|
|
1089
|
-
my_endpoint.
|
|
1086
|
+
my_endpoint.inference(cap_df)
|
|
1090
1087
|
|
|
1091
1088
|
# Boolean Type Test
|
|
1092
1089
|
df["bool_column"] = [random.choice([True, False]) for _ in range(len(df))]
|
|
1093
|
-
result_df = my_endpoint.
|
|
1090
|
+
result_df = my_endpoint.inference(df)
|
|
1094
1091
|
assert result_df["bool_column"].dtype == bool
|
|
1095
1092
|
|
|
1093
|
+
# Missing Feature Test
|
|
1094
|
+
missing_df = df.drop(columns=["length"])
|
|
1095
|
+
try:
|
|
1096
|
+
my_endpoint.inference(missing_df)
|
|
1097
|
+
except ValueError as e:
|
|
1098
|
+
print(f"Expected error for missing feature: {e}")
|
|
1099
|
+
|
|
1096
1100
|
# Run Auto Inference on the Endpoint (uses the FeatureSet)
|
|
1097
1101
|
print("Running Auto Inference...")
|
|
1098
1102
|
my_endpoint.auto_inference()
|
|
@@ -1107,6 +1111,9 @@ if __name__ == "__main__":
|
|
|
1107
1111
|
my_eval_df = fs_evaluation_data(my_endpoint)
|
|
1108
1112
|
pred_results = my_endpoint.inference(my_eval_df, capture_name="holdout_xyz")
|
|
1109
1113
|
|
|
1114
|
+
# Run predictions using the fast_inference method
|
|
1115
|
+
fast_results = my_endpoint.fast_inference(my_eval_df)
|
|
1116
|
+
|
|
1110
1117
|
# Run Inference and metrics for a Classification Endpoint
|
|
1111
1118
|
class_endpoint = EndpointCore("wine-classification")
|
|
1112
1119
|
auto_predictions = class_endpoint.auto_inference()
|
|
@@ -1115,9 +1122,6 @@ if __name__ == "__main__":
|
|
|
1115
1122
|
target = "wine_class"
|
|
1116
1123
|
print(class_endpoint.generate_confusion_matrix(target, auto_predictions))
|
|
1117
1124
|
|
|
1118
|
-
# Run predictions using the fast_inference method
|
|
1119
|
-
fast_results = my_endpoint.fast_inference(my_eval_df)
|
|
1120
|
-
|
|
1121
1125
|
# Test the class method delete (commented out for now)
|
|
1122
1126
|
# from workbench.api import Model
|
|
1123
1127
|
# model = Model("abalone-regression")
|
|
@@ -28,12 +28,12 @@ from typing import List, Tuple
|
|
|
28
28
|
|
|
29
29
|
# Template Parameters
|
|
30
30
|
TEMPLATE_PARAMS = {
|
|
31
|
-
"model_type": "
|
|
32
|
-
"target_column": "
|
|
33
|
-
"features": ['molwt', 'mollogp', 'molmr', 'heavyatomcount', 'numhacceptors', 'numhdonors', 'numheteroatoms', 'numrotatablebonds', 'numvalenceelectrons', 'numaromaticrings', 'numsaturatedrings', 'numaliphaticrings', 'ringcount', 'tpsa', 'labuteasa', 'balabanj', 'bertzct', '
|
|
34
|
-
"compressed_features": [
|
|
35
|
-
"model_metrics_s3_path": "s3://sandbox-sageworks-artifacts/models/aqsol-
|
|
36
|
-
"train_all_data":
|
|
31
|
+
"model_type": "regressor",
|
|
32
|
+
"target_column": "solubility",
|
|
33
|
+
"features": ['molwt', 'mollogp', 'molmr', 'heavyatomcount', 'numhacceptors', 'numhdonors', 'numheteroatoms', 'numrotatablebonds', 'numvalenceelectrons', 'numaromaticrings', 'numsaturatedrings', 'numaliphaticrings', 'ringcount', 'tpsa', 'labuteasa', 'balabanj', 'bertzct', 'apol', 'avgipc', 'bcut2d_chghi', 'bcut2d_chglo', 'bcut2d_logphi', 'bcut2d_logplow', 'bcut2d_mrhi', 'bcut2d_mrlow', 'bcut2d_mwhi', 'bcut2d_mwlow', 'bpol', 'chi0', 'chi0n', 'chi0v', 'chi1', 'chi1n', 'chi1v', 'chi2n', 'chi2v', 'chi3n', 'chi3v', 'chi4n', 'chi4v', 'chiral_centers', 'chiral_fp', 'db_fp', 'db_stereo', 'e_cnt', 'estate_vsa1', 'estate_vsa10', 'estate_vsa11', 'estate_vsa2', 'estate_vsa3', 'estate_vsa4', 'estate_vsa5', 'estate_vsa6', 'estate_vsa7', 'estate_vsa8', 'estate_vsa9', 'exactmolwt', 'fpdensitymorgan1', 'fpdensitymorgan2', 'fpdensitymorgan3', 'fr_al_coo', 'fr_al_oh', 'fr_al_oh_notert', 'fr_aldehyde', 'fr_alkyl_carbamate', 'fr_alkyl_halide', 'fr_allylic_oxid', 'fr_amide', 'fr_amidine', 'fr_aniline', 'fr_ar_coo', 'fr_ar_n', 'fr_ar_nh', 'fr_ar_oh', 'fr_arn', 'fr_aryl_methyl', 'fr_azide', 'fr_azo', 'fr_barbitur', 'fr_benzene', 'fr_benzodiazepine', 'fr_bicyclic', 'fr_c_o', 'fr_c_o_nocoo', 'fr_c_s', 'fr_coo', 'fr_coo2', 'fr_diazo', 'fr_dihydropyridine', 'fr_epoxide', 'fr_ester', 'fr_ether', 'fr_furan', 'fr_guanido', 'fr_halogen', 'fr_hdrzine', 'fr_hdrzone', 'fr_hoccn', 'fr_imidazole', 'fr_imide', 'fr_imine', 'fr_isocyan', 'fr_isothiocyan', 'fr_ketone', 'fr_ketone_topliss', 'fr_lactam', 'fr_lactone', 'fr_methoxy', 'fr_morpholine', 'fr_n_o', 'fr_ndealkylation1', 'fr_ndealkylation2', 'fr_nh0', 'fr_nh1', 'fr_nh2', 'fr_nhpyrrole', 'fr_nitrile', 'fr_nitro', 'fr_nitro_arom', 'fr_nitro_arom_nonortho', 'fr_nitroso', 'fr_oxazole', 'fr_oxime', 'fr_para_hydroxylation', 'fr_phenol', 'fr_phenol_noorthohbond', 'fr_phos_acid', 'fr_phos_ester', 'fr_piperdine', 'fr_piperzine', 'fr_priamide', 'fr_prisulfonamd', 'fr_pyridine', 'fr_quatn', 'fr_sh', 'fr_sulfide', 'fr_sulfonamd', 'fr_sulfone', 'fr_term_acetylene', 'fr_tetrazole', 'fr_thiazole', 'fr_thiocyan', 'fr_thiophene', 'fr_unbrch_alkane', 'fr_urea', 'fractioncsp3', 'hallkieralpha', 'has_stereo', 'heavyatommolwt', 'kappa1', 'kappa2', 'kappa3', 'maxabsestateindex', 'maxabspartialcharge', 'maxestateindex', 'maxpartialcharge', 'minabsestateindex', 'minabspartialcharge', 'minestateindex', 'minpartialcharge', 'nacid', 'naromatom', 'narombond', 'nbase', 'nhohcount', 'nocount', 'nrot', 'numaliphaticcarbocycles', 'numaliphaticheterocycles', 'numamidebonds', 'numaromaticcarbocycles', 'numaromaticheterocycles', 'numatomstereocenters', 'numbridgeheadatoms', 'numheterocycles', 'numradicalelectrons', 'numsaturatedcarbocycles', 'numsaturatedheterocycles', 'numspiroatoms', 'numunspecifiedatomstereocenters', 'peoe_vsa1', 'peoe_vsa10', 'peoe_vsa11', 'peoe_vsa12', 'peoe_vsa13', 'peoe_vsa14', 'peoe_vsa2', 'peoe_vsa3', 'peoe_vsa4', 'peoe_vsa5', 'peoe_vsa6', 'peoe_vsa7', 'peoe_vsa8', 'peoe_vsa9', 'phi', 'qed', 'r_cnt', 's_cnt', 'slogp_vsa1', 'slogp_vsa10', 'slogp_vsa11', 'slogp_vsa12', 'slogp_vsa2', 'slogp_vsa3', 'slogp_vsa4', 'slogp_vsa5', 'slogp_vsa6', 'slogp_vsa7', 'slogp_vsa8', 'slogp_vsa9', 'smr_vsa1', 'smr_vsa10', 'smr_vsa2', 'smr_vsa3', 'smr_vsa4', 'smr_vsa5', 'smr_vsa6', 'smr_vsa7', 'smr_vsa8', 'smr_vsa9', 'sps', 'vsa_estate1', 'vsa_estate10', 'vsa_estate2', 'vsa_estate3', 'vsa_estate4', 'vsa_estate5', 'vsa_estate6', 'vsa_estate7', 'vsa_estate8', 'vsa_estate9', 'z_cnt'],
|
|
34
|
+
"compressed_features": [],
|
|
35
|
+
"model_metrics_s3_path": "s3://sandbox-sageworks-artifacts/models/aqsol-mol-regression/training",
|
|
36
|
+
"train_all_data": False
|
|
37
37
|
}
|
|
38
38
|
|
|
39
39
|
# Function to check if dataframe is empty
|
|
@@ -181,9 +181,6 @@ def logging_setup(color_logs=True):
|
|
|
181
181
|
log.debug("Debugging enabled via WORKBENCH_DEBUG environment variable.")
|
|
182
182
|
else:
|
|
183
183
|
log.setLevel(logging.INFO)
|
|
184
|
-
# Note: Not using the ThrottlingFilter for now
|
|
185
|
-
# throttle_filter = ThrottlingFilter(rate_seconds=5)
|
|
186
|
-
# handler.addFilter(throttle_filter)
|
|
187
184
|
|
|
188
185
|
# Suppress specific logger
|
|
189
186
|
logging.getLogger("sagemaker.config").setLevel(logging.WARNING)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: workbench
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.165
|
|
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
|
|
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.163 → workbench-0.8.165}/applications/aws_dashboard/pages/data_sources/callbacks.py
RENAMED
|
File without changes
|
{workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/pages/data_sources/page.py
RENAMED
|
File without changes
|
{workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/pages/endpoints/callbacks.py
RENAMED
|
File without changes
|
|
File without changes
|
{workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/pages/feature_sets/callbacks.py
RENAMED
|
File without changes
|
{workbench-0.8.163 → workbench-0.8.165}/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.163 → workbench-0.8.165}/applications/aws_dashboard/pages/models/callbacks.py
RENAMED
|
File without changes
|
|
File without changes
|
{workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/pages/pipelines/callbacks.py
RENAMED
|
File without changes
|
{workbench-0.8.163 → workbench-0.8.165}/applications/aws_dashboard/pages/pipelines/layout.py
RENAMED
|
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.163 → workbench-0.8.165}/applications/compound_explorer/open_source_config.json
RENAMED
|
File without changes
|