workbench 0.8.228__tar.gz → 0.8.231__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.228 → workbench-0.8.231}/PKG-INFO +2 -2
- {workbench-0.8.228 → workbench-0.8.231}/applications/aws_dashboard/Dockerfile +18 -9
- {workbench-0.8.228 → workbench-0.8.231}/applications/aws_dashboard/pages/models/callbacks.py +4 -1
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_core/workbench_core/workbench_core_stack.py +1 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_dashboard_full/app.py +1 -1
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_dashboard_lite/app.py +1 -1
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/workbench_dashboard_stack.py +5 -5
- {workbench-0.8.228 → workbench-0.8.231}/docs/admin/dashboard_docker_push.md +3 -2
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/ml_pipelines/Dockerfile +1 -1
- {workbench-0.8.228 → workbench-0.8.231}/pyproject.toml +1 -1
- workbench-0.8.231/scripts/admin/redis_reaper.py +97 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/algorithms/dataframe/__init__.py +2 -0
- workbench-0.8.231/src/workbench/algorithms/dataframe/smart_aggregator.py +161 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/cached/cached_model.py +10 -18
- {workbench-0.8.228/src/workbench/model_scripts/pytorch_model → workbench-0.8.231/src/workbench/model_script_utils}/model_script_utils.py +30 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/chemprop/chemprop.template +3 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/chemprop/generated_model_script.py +3 -3
- {workbench-0.8.228/src/workbench/model_script_utils → workbench-0.8.231/src/workbench/model_scripts/chemprop}/model_script_utils.py +30 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/pytorch_model/generated_model_script.py +48 -30
- {workbench-0.8.228/src/workbench/model_scripts/chemprop → workbench-0.8.231/src/workbench/model_scripts/pytorch_model}/model_script_utils.py +30 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/pytorch_model/pytorch.template +47 -29
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/xgb_model/model_script_utils.py +30 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/themes/dark/custom.css +26 -8
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/themes/dark/plotly.json +1 -1
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/themes/light/custom.css +39 -40
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/themes/midnight_blue/custom.css +23 -29
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/themes/midnight_blue/plotly.json +1 -1
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/plot_utils.py +8 -8
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/components/plugins/scatter_plot.py +22 -5
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/components/settings_menu.py +2 -1
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench.egg-info/PKG-INFO +2 -2
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench.egg-info/SOURCES.txt +1 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench.egg-info/requires.txt +1 -1
- workbench-0.8.228/scripts/admin/redis_reaper.py +0 -73
- {workbench-0.8.228 → workbench-0.8.231}/.flake8 +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/.github/dependabot.yml +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/.github/workflows/deploy-docs.yml +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/.github/workflows/python-lint.yml +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/.gitignore +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/CONTRIBUTING.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/Dockerfile +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/LICENSE +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/Makefile +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/README.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/SECURITY.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/aws_dashboard/README.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/aws_dashboard/app.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/aws_dashboard/assets/favicon.ico +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/aws_dashboard/dashboard +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/aws_dashboard/deploy.sh +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/aws_dashboard/nginx.conf +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/aws_dashboard/open_source_config.json +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/aws_dashboard/pages/data_sources/callbacks.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/aws_dashboard/pages/data_sources/layout.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/aws_dashboard/pages/data_sources/page.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/aws_dashboard/pages/endpoints/callbacks.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/aws_dashboard/pages/endpoints/layout.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/aws_dashboard/pages/endpoints/page.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/aws_dashboard/pages/feature_sets/callbacks.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/aws_dashboard/pages/feature_sets/layout.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/aws_dashboard/pages/feature_sets/page.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/aws_dashboard/pages/license/page.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/aws_dashboard/pages/main/callbacks.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/aws_dashboard/pages/main/layout.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/aws_dashboard/pages/main/page.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/aws_dashboard/pages/models/layout.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/aws_dashboard/pages/models/page.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/aws_dashboard/pages/pipelines/callbacks.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/aws_dashboard/pages/pipelines/layout.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/aws_dashboard/pages/pipelines/page.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/aws_dashboard/pages/status/page.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/aws_dashboard/static/dark.css +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/aws_dashboard/static/light.css +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/aws_dashboard/supervisord.conf +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/compound_explorer/Dockerfile +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/compound_explorer/README.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/compound_explorer/app.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/compound_explorer/assets/favicon.ico +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/compound_explorer/callbacks.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/compound_explorer/explorer +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/compound_explorer/layout.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/compound_explorer/nginx.conf +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/compound_explorer/open_source_config.json +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/compound_explorer/requirements.txt +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/compound_explorer/storage/callbacks.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/compound_explorer/storage/callbacks_new.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/compound_explorer/storage/layout_new.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/applications/compound_explorer/supervisord.conf +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/aws_account_setup.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/aws_identity_check.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/build_ml_pipeline.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/compound_explorer/.gitignore +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/compound_explorer/README.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/compound_explorer/app.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/compound_explorer/cdk.json +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/compound_explorer/compound_explorer/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/compound_explorer/compound_explorer/compound_explorer_stack.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/compound_explorer/requirements.txt +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/event_bridge/Readme.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_compute/README.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_compute/app.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_compute/cdk.json +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_compute/requirements.txt +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_compute/workbench_compute/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_compute/workbench_compute/lambdas/batch_failure/handler.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_compute/workbench_compute/lambdas/batch_trigger/handler.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_compute/workbench_compute/workbench_compute_stack.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_core/.gitignore +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_core/README.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_core/app.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_core/cdk.json +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_core/requirements-dev.txt +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_core/requirements.txt +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_core/source.bat +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_core/workbench_core/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_dashboard_full/.gitignore +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_dashboard_full/README.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_dashboard_full/cdk.json +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_dashboard_full/requirements-dev.txt +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_dashboard_full/requirements.txt +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_dashboard_full/source.bat +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/workbench_dashboard_stack.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_dashboard_lite/.gitignore +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_dashboard_lite/README.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_dashboard_lite/cdk.json +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_dashboard_lite/requirements.txt +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/data/abalone.csv +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/data/karate_graph.json +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/data/test_data.csv +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/data/test_data.json +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/data/wine_dataset.csv +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/deploy_docker.sh +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/admin/aws_service_limits.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/admin/base_docker_push.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/admin/dashboard_s3_plugins.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/admin/explorer_docker_push.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/admin/images/dashboard_secret_click.png +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/admin/images/serverless_quotas.png +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/admin/images/status_showing_S3_path.png +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/admin/pypi_release.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/admin/workbench_docker_for_lambdas.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/advanced_models/images/confidence.jpg +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/advanced_models/index.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/api_classes/data_source.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/api_classes/df_store.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/api_classes/endpoint.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/api_classes/feature_set.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/api_classes/meta.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/api_classes/model.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/api_classes/monitor.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/api_classes/overview.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/api_classes/parameter_store.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/api_classes/pipelines.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/api_classes/views.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/aws_setup/aws_access_management.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/aws_setup/aws_client_vpn.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/aws_setup/aws_setup.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/aws_setup/aws_tips_and_tricks.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/aws_setup/core_stack.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/aws_setup/dashboard_stack.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/aws_setup/domain_cert_setup.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/aws_setup/full_pipeline.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/aws_setup/iam_assume_role.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/aws_setup/sso_assume_role.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/blogs/aws_credentials_lock.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/blogs/canonicalization_and_tautomerization.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/blogs/compound_etl.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/blogs/compound_explorer.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/blogs/descriptor_drilldown.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/blogs/eda.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/blogs/feature_importances.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/blogs/fun_with_workbench/fun_with_endpoints.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/blogs/htg.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/blogs/index.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/blogs/model_monitoring.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/blogs/residual_analysis.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/cached/cached_data_source.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/cached/cached_endpoint.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/cached/cached_feature_set.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/cached/cached_meta.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/cached/cached_model.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/cached/overview.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/chem_utils/index.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/cloudwatch/index.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/comparisons/workbench_vs_databricks.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/compound_explorer/tox21.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/compound_explorer/toxicity_modeling.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/core_classes/artifacts/artifact.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/core_classes/artifacts/athena_source.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/core_classes/artifacts/data_source_abstract.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/core_classes/artifacts/endpoint_core.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/core_classes/artifacts/feature_set_core.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/core_classes/artifacts/model_core.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/core_classes/artifacts/monitor_core.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/core_classes/artifacts/overview.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/core_classes/overview.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/core_classes/transforms/data_loaders_heavy.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/core_classes/transforms/data_loaders_light.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/core_classes/transforms/data_to_features.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/core_classes/transforms/features_to_model.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/core_classes/transforms/model_to_endpoint.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/core_classes/transforms/overview.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/core_classes/transforms/pandas_transforms.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/core_classes/transforms/transform.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/core_classes/views/computation_view.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/core_classes/views/display_view.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/core_classes/views/inference_view.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/core_classes/views/overview.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/core_classes/views/training_view.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/data_algorithms/dataframes/overview.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/data_algorithms/graphs/overview.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/data_algorithms/overview.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/data_algorithms/spark/overview.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/data_algorithms/sql/overview.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/enterprise/index.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/enterprise/private_saas.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/enterprise/project_branding.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/enterprise/themes.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/getting_started/index.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/glue/index.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/images/big_spider.png +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/images/graph_representation.png +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/images/powered_aws_dark_blue.png +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/images/powered_aws_transparent.png +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/images/powered_aws_white.png +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/images/powered_aws_with_tm_grey.png +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/images/scp.png +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/images/scp_labs.png +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/images/small_spider.png +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/images/workbench_concepts.png +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/index.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/lambda_layer/index.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/misc/faq.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/misc/general_info.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/misc/scp_consulting.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/misc/workbench_classes_concepts.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/model_utils/index.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/plugins/index.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/presentations/index.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/release_notes/0_8_106.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/release_notes/0_8_158.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/release_notes/0_8_50.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/release_notes/0_8_55.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/release_notes/0_8_58.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/release_notes/0_8_60.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/release_notes/0_8_71.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/release_notes/0_8_74.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/release_notes/0_8_78.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/release_notes/archived/0_7_8.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/release_notes/archived/0_8_11.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/release_notes/archived/0_8_20.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/release_notes/archived/0_8_22.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/release_notes/archived/0_8_23.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/release_notes/archived/0_8_27.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/release_notes/archived/0_8_29.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/release_notes/archived/0_8_33.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/release_notes/archived/0_8_35.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/release_notes/archived/0_8_36.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/release_notes/archived/0_8_39.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/release_notes/archived/0_8_42.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/release_notes/archived/0_8_46.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/release_notes/archived/0_8_6.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/release_notes/archived/0_8_8.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/repl/index.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/road_maps/0_9_0.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/road_maps/0_9_5.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/themes/details.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/docs/themes/index.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/ag-grid/hello_world.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/chem_utils/tautomerize_smiles.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/datasource/datasource_from_df.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/datasource/datasource_from_s3.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/datasource/datasource_query.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/datasource/datasource_stats.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/datasource/datasource_to_featureset.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/endpoint/endpoint_details.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/endpoint/endpoint_inference.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/endpoint/endpoint_metrics.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/featureset/featureset_eda.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/featureset/featureset_query.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/full_ml_pipeline.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/glue_jobs/glue_example_1.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/glue_jobs/glue_example_2.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/glue_jobs/glue_example_3.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/glue_jobs/glue_launcher_examples/example_1.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/glue_jobs/glue_launcher_examples/example_2.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/meta/meta_list_endpoints.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/meta/meta_list_models.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/meta/meta_model_metrics.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/ml_pipelines/list_models.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/ml_pipelines/wine_classifier.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/model_utils/model_metrics.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/model_utils/model_to_endpoint.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/model_utils/onboard_model.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/models/chemprop.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/models/chemprop_foundation.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/models/custom_model.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/models/dbscan.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/models/knn.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/models/meta_model.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/models/pytorch.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/models/random_forest.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/models/smiles_to_fingerprints.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/models/smiles_to_md_v1.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/models/uq/bayesian_ridge.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/models/uq/ensemble_xgb.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/models/uq/gaussian_process.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/models/uq/meta_uq.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/models/uq/ngboost.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/models/uq/quant_xgb.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/models/xgb_model.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/monitor/monitor_setup.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/monitor/monitor_usage.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/plugins/branding/Readme.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/plugins/branding/scp.json +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/plugins/components/custom_plugin.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/plugins/components/endpoint_plugin.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/plugins/components/endpoint_turbo.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/plugins/components/model_markdown.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/plugins/components/model_plugin.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/plugins/packages/my_plugin_utils/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/plugins/packages/my_plugin_utils/assets/foo.json +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/plugins/packages/my_plugin_utils/cool_stuff.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/plugins/pages/plugin_page_1.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/plugins/pages/plugin_page_2.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/plugins/pages/plugin_page_3.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/plugins/templates/Readme.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/plugins/views/model_plugin_view.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/examples/plugins/views/my_view_plugin.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/experiments/chem_info/bulk_sims.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/experiments/chem_info/knn_sims.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/experiments/cleanlab_bug_report.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/experiments/confidence_roc_curve.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/experiments/coverage_probability.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/experiments/db_scan_test.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/experiments/log_testing.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/experiments/networkx_id.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/experiments/prediction_intervals.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/experiments/residual_analysis.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/experiments/rocauc_testing.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/experiments/scatter_zoom_issue.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/experiments/sol_pipeline.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/feature_endpoints/model_scripts/molecular_utils/mol_descriptors.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/feature_endpoints/model_scripts/molecular_utils/mol_standardize.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/feature_endpoints/model_scripts/rdkit_mordred_model_script.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/feature_endpoints/model_scripts/rdkit_mordred_model_script_keep_salts.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/feature_endpoints/model_scripts/requirements.txt +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/feature_endpoints/rdkit_mordred_keep_salts_v1.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/feature_endpoints/rdkit_mordred_v1.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/glue_jobs/create_glue_workflow_with_trigger.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/glue_jobs/example_glue_job.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/glue_jobs/glue_job_pipeline.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/glue_jobs/glue_mixed_case.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/mkdocs.yml +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/ml_pipelines/hyper_uq.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/Readme.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/inference/Dockerfile +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/inference/main.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/inference/requirements.txt +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/inference/serve +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/meta_inference/Dockerfile +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/meta_inference/main.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/meta_inference/requirements.txt +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/meta_inference/serve +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/meta_training/Dockerfile +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/meta_training/requirements.txt +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/meta_training/sagemaker_entrypoint.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/ml_pipelines/ml_pipeline_runner.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/ml_pipelines/requirements.txt +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/pytorch_inference/Dockerfile +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/pytorch_inference/main.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/pytorch_inference/requirements.txt +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/pytorch_inference/serve +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/pytorch_training/Dockerfile +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/pytorch_training/requirements.txt +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/pytorch_training/sagemaker_entrypoint.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/scripts/build_deploy.sh +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/tests/data/abalone_sm.csv +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/tests/example_model_script.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/tests/run_tests.sh +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/tests/test_inference.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/tests/test_training.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/training/Dockerfile +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/training/requirements.txt +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/training/sagemaker_entrypoint.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/workbench_inference/Dockerfile +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/workbench_inference/main.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/workbench_inference/requirements.txt +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/model_docker_images/workbench_inference/serve +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/notebooks/Inference_On_Legacy_Models.ipynb +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/notebooks/ML_Pipeline_with_Workbench.ipynb +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/notebooks/ML_Pipeline_with_Workbench_2.ipynb +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/notebooks/Outliers_in_Workbench.ipynb +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/notebooks/Regression_Confidence_Experiments.ipynb +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/notebooks/Residual_Analysis.ipynb +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/notebooks/images/athena_query_aqsol.png +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/notebooks/images/aws_dashboard_aqsol.png +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/notebooks/images/dashboard_aqsol_features.png +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/notebooks/images/model_screenshot.png +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/notebooks/images/scp_labs.png +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/open_admet/.gitignore +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/open_admet/README.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/open_admet/all_models.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/open_admet/hello_world.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/open_admet/images/confidence.jpg +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/open_admet/images/open_admet_model.jpg +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/open_admet/load_data.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/open_admet/model_metrics.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/open_admet/run_inference.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/open_admet/utils/compute_model_metrics.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/presentations/README.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/active_logs.sh +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/admin/athena_ddl_mixed_case.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/admin/check_all_glue_tables.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/admin/delete_invalid_views.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/admin/delete_redis_keys.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/admin/list_datacatalog.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/admin/migration/copy_glue_database.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/admin/migration/delete_sageworks_glue_database.sh +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/admin/migration/ds_migrate.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/admin/migration/endpoint_migrate.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/admin/migration/fs_migrate.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/admin/migration/model_migrate.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/admin/pull_image_digest.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/admin/spam_list_tags.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/admin/storage/convert_training_views.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/admin/storage/migrate_data_source_via_df.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/admin/storage/migrate_ds_meta.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/admin/test_batch_job_failure.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/admin/test_no_workbench_config.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/ag_table_row_selection.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/compare_dataframes.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/compare_model_packages.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/delete_data_capture.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/endpoint_timing.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/get_tags.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/instantiation_timings.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/llm_deploys/deepseek_deploy.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/model_cache_refresh.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/model_endpoint_sanity_check.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/monitor_event_bridge.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/onboard_endpoints.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/onboard_models.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/pipeline_model_endpoint.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/pubchem/pubchem_example.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/pubchem/pubchem_query.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/pubchem/pubchem_query_with_cid.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/sagemaker_feature_group_issue.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/seaborn_to_plotly.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/storage/dns_data_to_features.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/storage/generate_jsonl_data.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/test_feature_resolution.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/test_feature_set_creation.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/tox21/test_tox_heuristic.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/scripts/tox21/tox21_to_df_store.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/setup.cfg +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/algorithms/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/algorithms/dataframe/Readme.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/algorithms/dataframe/compound_dataset_overlap.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/algorithms/dataframe/data_source_eda.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/algorithms/dataframe/feature_space_proximity.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/algorithms/dataframe/fingerprint_proximity.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/algorithms/dataframe/projection_2d.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/algorithms/dataframe/proximity.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/algorithms/dataframe/storage/aggregation.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/algorithms/dataframe/storage/feature_resolution.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/algorithms/dataframe/storage/feature_spider.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/algorithms/dataframe/storage/residuals_calculator.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/algorithms/dataframe/storage/row_tagger.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/algorithms/dataframe/storage/target_gradients.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/algorithms/graph/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/algorithms/graph/heavy/Readme.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/algorithms/graph/light/Readme.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/algorithms/graph/light/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/algorithms/graph/light/proximity_graph.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/algorithms/models/cleanlab_model.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/algorithms/models/noise_model.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/algorithms/spark/Readme.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/algorithms/sql/Readme.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/algorithms/sql/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/algorithms/sql/column_stats.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/algorithms/sql/correlations.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/algorithms/sql/descriptive_stats.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/algorithms/sql/outliers.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/algorithms/sql/sample_rows.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/algorithms/sql/value_counts.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/api/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/api/compound.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/api/data_source.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/api/df_store.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/api/endpoint.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/api/feature_set.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/api/graph_store.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/api/meta.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/api/meta_model.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/api/model.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/api/monitor.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/api/parameter_store.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/api/pipeline.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/cached/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/cached/cached_data_source.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/cached/cached_endpoint.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/cached/cached_feature_set.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/cached/cached_meta.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/cached/cached_pipeline.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/artifacts/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/artifacts/artifact.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/artifacts/athena_source.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/artifacts/cached_artifact_mixin.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/artifacts/data_capture_core.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/artifacts/data_source_abstract.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/artifacts/data_source_factory.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/artifacts/df_store_core.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/artifacts/endpoint_core.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/artifacts/feature_set_core.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/artifacts/model_core.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/artifacts/monitor_core.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/artifacts/parameter_store_core.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/cloud_platform/aws/README.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/cloud_platform/aws/aws_account_clamp.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/cloud_platform/aws/aws_graph_store.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/cloud_platform/aws/aws_meta.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/cloud_platform/aws/aws_secrets_manager.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/cloud_platform/aws/aws_session.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/cloud_platform/aws/cache_dataframe.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/cloud_platform/azure/README.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/cloud_platform/cloud_meta.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/cloud_platform/gcp/README.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/pipelines/pipeline_executor.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/Readme.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/data_loaders/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/data_loaders/heavy/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/data_loaders/heavy/s3_heavy_to_data_source.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/data_loaders/light/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/data_loaders/light/csv_to_data_source.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/data_loaders/light/json_to_data_source.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/data_loaders/light/s3_to_data_source_light.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/data_to_data/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/data_to_data/heavy/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/data_to_data/heavy/emr/Readme.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/data_to_data/heavy/glue/Readme.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/data_to_data/light/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/data_to_data/light/clean_data.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/data_to_data/light/data_to_data_light.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/data_to_features/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/data_to_features/heavy/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/data_to_features/heavy/chunk/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/data_to_features/heavy/chunk/data_to_features_chunk.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/data_to_features/heavy/emr/Readme.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/data_to_features/heavy/glue/Readme.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/data_to_features/heavy/storage/data_to_features_heavy_old.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/data_to_features/light/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/data_to_features/light/data_to_features_light.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/data_to_features/light/molecular_descriptors.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/features_to_features/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/features_to_features/heavy/emr/Readme.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/features_to_features/heavy/glue/Readme.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/features_to_model/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/features_to_model/features_to_model.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/model_to_endpoint/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/model_to_endpoint/model_to_endpoint.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/pandas_transforms/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/pandas_transforms/data_to_pandas.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/pandas_transforms/features_to_pandas.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/pandas_transforms/pandas_to_data.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/pandas_transforms/pandas_to_features.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/pandas_transforms/pandas_to_features_chunked.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/transforms/transform.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/views/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/views/column_subset_view.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/views/computation_view.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/views/create_view.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/views/display_view.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/views/inference_view.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/views/pandas_to_view.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/views/storage/mdq_view.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/views/training_view.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/views/view.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/core/views/view_utils.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_script_utils/pytorch_utils.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_script_utils/uq_harness.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/chemprop/requirements.txt +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/custom_models/chem_info/Readme.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/custom_models/chem_info/fingerprints.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/custom_models/chem_info/mol_descriptors.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/custom_models/chem_info/mol_standardize.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/custom_models/chem_info/molecular_descriptors.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/custom_models/chem_info/morgan_fingerprints.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/custom_models/chem_info/requirements.txt +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/custom_models/network_security/Readme.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/custom_models/proximity/Readme.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/custom_models/proximity/feature_space_proximity.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/custom_models/proximity/feature_space_proximity.template +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/custom_models/proximity/requirements.txt +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/custom_models/uq_models/Readme.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/custom_models/uq_models/bayesian_ridge.template +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/custom_models/uq_models/ensemble_xgb.template +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/custom_models/uq_models/feature_space_proximity.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/custom_models/uq_models/gaussian_process.template +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/custom_models/uq_models/ngboost.template +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/custom_models/uq_models/requirements.txt +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/custom_script_example/custom_model_script.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/custom_script_example/requirements.txt +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/ensemble_xgb/ensemble_xgb.template +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/ensemble_xgb/requirements.txt +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/meta_model/generated_model_script.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/meta_model/meta_model.template +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/pytorch_model/pytorch_utils.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/pytorch_model/requirements.txt +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/pytorch_model/uq_harness.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/scikit_learn/generated_model_script.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/scikit_learn/requirements.txt +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/scikit_learn/scikit_learn.template +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/script_generation.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/uq_models/generated_model_script.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/xgb_model/generated_model_script.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/xgb_model/requirements.txt +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/xgb_model/uq_harness.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/xgb_model/xgb_model.template +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/repl/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/repl/workbench_shell.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/resources/open_source_api.key +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/resources/signature_verify_pub.pem +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/scripts/check_double_bond_stereo.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/scripts/endpoint_test.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/scripts/glue_launcher.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/scripts/lambda_test.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/scripts/meta_model_sim.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/scripts/ml_pipeline_batch.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/scripts/ml_pipeline_sqs.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/scripts/monitor_cloud_watch.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/scripts/redis_expire.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/scripts/redis_report.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/scripts/show_config.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/scripts/training_test.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/themes/dark/base_css.url +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/themes/light/base_css.url +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/themes/light/branding.json +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/themes/light/plotly.json +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/themes/midnight_blue/base_css.url +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/themes/midnight_blue/branding.json +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/ai_compound_generator.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/ai_summary.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/ai_synth.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/athena_utils.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/aws_utils.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/bulk_utils.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/cache.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/chem_utils/__init__.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/chem_utils/fingerprints.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/chem_utils/misc.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/chem_utils/mol_descriptors.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/chem_utils/mol_standardize.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/chem_utils/mol_tagging.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/chem_utils/projections.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/chem_utils/salts.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/chem_utils/sdf.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/chem_utils/toxicity.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/chem_utils/vis.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/chemprop_utils.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/clientside_callbacks.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/cloudwatch_handler.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/cloudwatch_utils.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/color_utils.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/config_manager.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/dashboard_metrics.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/datetime_utils.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/deprecated_utils.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/df_to_endpoint.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/ecs_info.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/endpoint_metrics.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/endpoint_utils.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/extract_model_artifact.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/glue_utils.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/graph_utils.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/ipython_utils.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/json_utils.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/lambda_utils.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/license_manager.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/log_utils.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/markdown_utils.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/meta_model_simulator.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/metrics_utils.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/model_utils.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/monitor_utils.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/pandas_utils.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/performance_utils.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/pipeline_utils.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/plugin_manager.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/prox_utils.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/pytorch_utils.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/redis_cache.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/repl_utils.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/s3_utils.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/shap_utils.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/shapley_values.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/symbols.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/test_data_generator.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/theme_manager.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/trace_calls.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/type_abbrev.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/workbench_cache.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/workbench_event_bridge.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/workbench_logging.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/workbench_sqs.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/xgboost_local_crossfold.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/utils/xgboost_model_utils.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/components/component_interface.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/components/correlation_matrix.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/components/data_details_markdown.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/components/endpoint_metric_plots.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/components/experiments/dashboard_metric_plots.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/components/experiments/outlier_plot.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/components/model_plot.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/components/plugin_interface.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/components/plugin_unit_test.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/components/plugins/ag_table.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/components/plugins/confusion_matrix.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/components/plugins/dashboard_status.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/components/plugins/data_details.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/components/plugins/endpoint_details.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/components/plugins/generated_compounds.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/components/plugins/graph_plot.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/components/plugins/license_details.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/components/plugins/model_details.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/components/plugins/molecule_panel.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/components/plugins/molecule_viewer.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/components/plugins/pipeline_details.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/components/plugins/proximity_mini_graph.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/components/plugins/shap_summary_plot.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/components/regression_plot.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/components/violin_plots.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/page_views/data_sources_page_view.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/page_views/endpoints_page_view.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/page_views/feature_sets_page_view.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/page_views/main_page.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/page_views/models_page_view.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/page_views/page_view.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench/web_interface/page_views/pipelines_page_view.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench.egg-info/dependency_links.txt +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench.egg-info/entry_points.txt +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/src/workbench.egg-info/top_level.txt +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/test_artifacts/create_aqsol_artifacts.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/test_artifacts/create_aqsol_artifacts_all.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/test_artifacts/create_aqsol_rt_artifacts.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/test_artifacts/create_basic_test_artifacts.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/test_artifacts/create_copy_artifacts.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/test_artifacts/create_empty_model_group.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/test_artifacts/create_endpoints_for_timing.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/test_artifacts/create_graph_artifacts.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/test_artifacts/create_knn_artifacts.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/test_artifacts/create_meta_endpoints.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/test_artifacts/create_pipeline_model.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/test_artifacts/create_proximity_models.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/test_artifacts/create_quant_regression_artifacts.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/test_artifacts/create_realtime_endpoint.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/test_artifacts/create_training_adjusted_artifacts.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/test_artifacts/create_wine_artifacts.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/test_artifacts/delete_stress_test_artifacts.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/test_artifacts/delete_test_artifacts.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/test_artifacts/hyper_testing.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/test_artifacts/regression_ensemble.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/test_artifacts/stress_test_aws.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/README.md +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/artifacts/data_source_tests.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/artifacts/empty_model_group.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/artifacts/endpoint_tests.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/artifacts/featureset_ingest_boundaries.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/artifacts/featureset_tests.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/artifacts/graph_tests.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/artifacts/model_metrics_tests.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/artifacts/model_tests.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/aws_account/aws_account_clamp_tests.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/cached/cached_artifact_tests.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/chem_info/test_tautomerization.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/corner_cases/end_to_end.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/df_store/df_store_tests.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/lambda/decompress_layers.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/pandas_tests/test_drift.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/parameter_store/param_store_tests.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/plugin_tests/crashing_plugin.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/pytorch/pytorch_hello.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/requirements-dev.txt +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/specific/capital_tests.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/specific/column_changes.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/specific/config_manager.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/specific/deletion_tests.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/specific/shap_tests.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/transforms/data_to_data_tests.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/transforms/data_to_features_tests.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/transforms/features_to_model_tests.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/transforms/model_to_endpoint_tests.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/transforms/pandas_to_data_tests.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/transforms/pandas_to_features_test.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/views/view_tests.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/views/view_tests_complex.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/web_components/confusion_matrix_test.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/web_components/correlation_matrix_test.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/web_components/graph_plot_test.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/web_components/plugin_interface_test.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tests/web_components/scatter_plot_test.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/tox.ini +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/ui_testing/assets/custom.css +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/ui_testing/table_comparison.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/ui_testing/theme_switching.py +0 -0
- {workbench-0.8.228 → workbench-0.8.231}/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.231
|
|
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: MIT License
|
|
@@ -60,7 +60,7 @@ Requires-Dist: plotly>=6.0.0; extra == "ui"
|
|
|
60
60
|
Requires-Dist: dash>=3.0.0; extra == "ui"
|
|
61
61
|
Requires-Dist: dash-bootstrap-components>=1.6.0; extra == "ui"
|
|
62
62
|
Requires-Dist: dash-bootstrap-templates>=1.3.0; extra == "ui"
|
|
63
|
-
Requires-Dist: dash_ag_grid; extra == "ui"
|
|
63
|
+
Requires-Dist: dash_ag_grid>=33.3.3; extra == "ui"
|
|
64
64
|
Requires-Dist: tabulate>=0.9.0; extra == "ui"
|
|
65
65
|
Requires-Dist: matplotlib>=3.9.2; extra == "ui"
|
|
66
66
|
Provides-Extra: dev
|
|
@@ -1,4 +1,16 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Define workbench version once at the top
|
|
2
|
+
ARG WORKBENCH_VERSION=0.8.230
|
|
3
|
+
|
|
4
|
+
# Stage 1: Extract dependencies from workbench[ui]
|
|
5
|
+
FROM python:3.12.5-bookworm AS deps-extractor
|
|
6
|
+
ARG WORKBENCH_VERSION
|
|
7
|
+
RUN pip install --no-cache-dir pip-tools && \
|
|
8
|
+
pip download --no-deps "workbench[ui]==${WORKBENCH_VERSION}" -d /tmp/pkg && \
|
|
9
|
+
cd /tmp/pkg && unzip -q *.whl -d /tmp/extracted && \
|
|
10
|
+
cat /tmp/extracted/*.dist-info/METADATA | grep "^Requires-Dist:" | \
|
|
11
|
+
sed 's/Requires-Dist: //' | sed 's/;.*//' | sed 's/ (.*//' > /tmp/deps.txt
|
|
12
|
+
|
|
13
|
+
# Stage 2: Build the final image
|
|
2
14
|
FROM python:3.12.5-bookworm AS base
|
|
3
15
|
WORKDIR /app
|
|
4
16
|
EXPOSE 8000
|
|
@@ -6,9 +18,6 @@ EXPOSE 8000
|
|
|
6
18
|
# Set PYTHONHASHSEED to ensure consistent hashing across processes
|
|
7
19
|
ENV PYTHONHASHSEED=0
|
|
8
20
|
|
|
9
|
-
# Define workbench version
|
|
10
|
-
ARG WORKBENCH_VERSION=0.8.227
|
|
11
|
-
|
|
12
21
|
# Install system packages and gunicorn in one layer
|
|
13
22
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
14
23
|
nginx supervisor libnghttp2-dev && \
|
|
@@ -16,13 +25,13 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
|
|
16
25
|
rm -rf /var/lib/apt/lists/* && \
|
|
17
26
|
pip install --no-cache-dir gunicorn
|
|
18
27
|
|
|
19
|
-
#
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
pip cache purge
|
|
28
|
+
# Copy and install dependencies (this layer only changes when deps change)
|
|
29
|
+
COPY --from=deps-extractor /tmp/deps.txt /tmp/deps.txt
|
|
30
|
+
RUN pip install --no-cache-dir -r /tmp/deps.txt && rm /tmp/deps.txt
|
|
23
31
|
|
|
24
32
|
# Install workbench[ui] in separate layer (dependencies already satisfied)
|
|
25
|
-
|
|
33
|
+
ARG WORKBENCH_VERSION
|
|
34
|
+
RUN pip install --no-cache-dir --no-deps "workbench[ui]==${WORKBENCH_VERSION}"
|
|
26
35
|
|
|
27
36
|
# Copy app code and configuration (after pip installs to avoid cache invalidation)
|
|
28
37
|
COPY . /app
|
{workbench-0.8.228 → workbench-0.8.231}/applications/aws_dashboard/pages/models/callbacks.py
RENAMED
|
@@ -140,11 +140,14 @@ def setup_plugin_callbacks(plugins, scatter_plot_plugin: ScatterPlot, confusion_
|
|
|
140
140
|
if isinstance(target, list):
|
|
141
141
|
target = next((t for t in target if t in inference_run), target[0])
|
|
142
142
|
|
|
143
|
+
# Check if "confidence" column exists for coloring
|
|
144
|
+
color_col = "confidence" if "confidence" in df.columns else "prediction"
|
|
145
|
+
|
|
143
146
|
scatter_props = scatter_plot_plugin.update_properties(
|
|
144
147
|
df,
|
|
145
148
|
x=target,
|
|
146
149
|
y="prediction",
|
|
147
|
-
color=
|
|
150
|
+
color=color_col,
|
|
148
151
|
regression_line=True,
|
|
149
152
|
)
|
|
150
153
|
cm_props = [no_update] * len(confusion_matrix_plugin.properties)
|
|
@@ -12,7 +12,7 @@ print(f"Account: {aws_account}")
|
|
|
12
12
|
print(f"Region: {aws_region}")
|
|
13
13
|
|
|
14
14
|
# When you want a different docker image change this line
|
|
15
|
-
dashboard_image = "public.ecr.aws/m6i5k1r2/workbench_dashboard:
|
|
15
|
+
dashboard_image = "public.ecr.aws/m6i5k1r2/workbench_dashboard:v0_8_230_amd64"
|
|
16
16
|
|
|
17
17
|
# Workbench Configuration
|
|
18
18
|
try:
|
|
@@ -12,7 +12,7 @@ print(f"Account: {aws_account}")
|
|
|
12
12
|
print(f"Region: {aws_region}")
|
|
13
13
|
|
|
14
14
|
# When you want a different docker image change this line
|
|
15
|
-
dashboard_image = "public.ecr.aws/m6i5k1r2/workbench_dashboard:
|
|
15
|
+
dashboard_image = "public.ecr.aws/m6i5k1r2/workbench_dashboard:v0_8_230_amd64"
|
|
16
16
|
|
|
17
17
|
# Workbench Configuration
|
|
18
18
|
try:
|
|
@@ -105,13 +105,13 @@ class WorkbenchDashboardStack(Stack):
|
|
|
105
105
|
self,
|
|
106
106
|
"WorkbenchTaskDef",
|
|
107
107
|
task_role=workbench_execution_role,
|
|
108
|
-
memory_limit_mib=
|
|
109
|
-
cpu=
|
|
108
|
+
memory_limit_mib=4096,
|
|
109
|
+
cpu=2048,
|
|
110
110
|
)
|
|
111
111
|
container = task_definition.add_container(
|
|
112
112
|
"WorkbenchContainer",
|
|
113
113
|
image=ecs.ContainerImage.from_registry(props.dashboard_image),
|
|
114
|
-
memory_limit_mib=
|
|
114
|
+
memory_limit_mib=4096,
|
|
115
115
|
environment={
|
|
116
116
|
"REDIS_HOST": redis_endpoint,
|
|
117
117
|
"WORKBENCH_BUCKET": props.workbench_bucket,
|
|
@@ -167,10 +167,10 @@ class WorkbenchDashboardStack(Stack):
|
|
|
167
167
|
self,
|
|
168
168
|
"WorkbenchService",
|
|
169
169
|
cluster=cluster,
|
|
170
|
-
cpu=
|
|
170
|
+
cpu=2048,
|
|
171
171
|
desired_count=1,
|
|
172
172
|
task_definition=task_definition,
|
|
173
|
-
memory_limit_mib=
|
|
173
|
+
memory_limit_mib=4096,
|
|
174
174
|
public_load_balancer=props.public,
|
|
175
175
|
security_groups=[lb_security_group],
|
|
176
176
|
open_listener=props.public,
|
|
@@ -6,9 +6,10 @@ Notes and information on how to do the Dashboard Docker Builds and Push to AWS E
|
|
|
6
6
|
```
|
|
7
7
|
cd applications/aws_dashboard
|
|
8
8
|
vi Dockerfile
|
|
9
|
+
...
|
|
9
10
|
|
|
10
|
-
# Install workbench[ui] in separate layer
|
|
11
|
-
|
|
11
|
+
# Install workbench[ui] in separate layer (dependencies already satisfied)
|
|
12
|
+
ARG WORKBENCH_VERSION=0.8.227 <-- change this
|
|
12
13
|
```
|
|
13
14
|
|
|
14
15
|
### Run the Deploy Script
|
|
@@ -29,7 +29,7 @@ COPY --from=builder /usr/local/lib/python3.12/site-packages /usr/local/lib/pytho
|
|
|
29
29
|
COPY --from=builder /usr/local/bin /usr/local/bin
|
|
30
30
|
|
|
31
31
|
# Install workbench only
|
|
32
|
-
RUN pip install --no-cache-dir workbench==0.8.
|
|
32
|
+
RUN pip install --no-cache-dir workbench==0.8.229
|
|
33
33
|
|
|
34
34
|
# Add the script runner
|
|
35
35
|
COPY ml_pipeline_runner.py /app/ml_pipeline_runner.py
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import argparse
|
|
2
|
+
import redis
|
|
3
|
+
import heapq
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
def redis_reaper(host, port, size_limit=512000, expire=7, batch_size=1000):
|
|
7
|
+
"""Reap keys from Redis based on size and age.
|
|
8
|
+
|
|
9
|
+
Args:
|
|
10
|
+
host (str): Redis host.
|
|
11
|
+
port (int): Redis port.
|
|
12
|
+
size_limit (int): Size limit in bytes (default: 500KB).
|
|
13
|
+
expire (int): Number of days before a key is considered expired (default: 7 days).
|
|
14
|
+
batch_size (int): Number of keys to process per pipeline batch (default: 1000).
|
|
15
|
+
"""
|
|
16
|
+
client = redis.Redis(host=host, port=port)
|
|
17
|
+
total_keys = client.dbsize()
|
|
18
|
+
keys_deleted = 0
|
|
19
|
+
expire_seconds = expire * 86400
|
|
20
|
+
largest_keys = [] # min-heap for top 5
|
|
21
|
+
keys_to_delete = []
|
|
22
|
+
|
|
23
|
+
# Process keys in batches using pipelines
|
|
24
|
+
batch = []
|
|
25
|
+
for key in client.scan_iter(count=batch_size):
|
|
26
|
+
batch.append(key)
|
|
27
|
+
if len(batch) >= batch_size:
|
|
28
|
+
keys_deleted += process_batch(client, batch, size_limit, expire_seconds, largest_keys, keys_to_delete)
|
|
29
|
+
batch = []
|
|
30
|
+
|
|
31
|
+
# Process remaining keys
|
|
32
|
+
if batch:
|
|
33
|
+
keys_deleted += process_batch(client, batch, size_limit, expire_seconds, largest_keys, keys_to_delete)
|
|
34
|
+
|
|
35
|
+
# Batch delete all marked keys
|
|
36
|
+
if keys_to_delete:
|
|
37
|
+
client.delete(*keys_to_delete)
|
|
38
|
+
|
|
39
|
+
# Report
|
|
40
|
+
print(f"\nTotal keys: {total_keys}")
|
|
41
|
+
print("\nTop 5 largest keys (by size):")
|
|
42
|
+
for size, key in sorted(largest_keys, reverse=True):
|
|
43
|
+
print(f"Key: {key}, Size: {size} bytes")
|
|
44
|
+
print(f"\nTotal keys deleted: {keys_deleted}")
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
def process_batch(client, keys, size_limit, expire_seconds, largest_keys, keys_to_delete):
|
|
48
|
+
"""Process a batch of keys using pipeline for efficiency."""
|
|
49
|
+
# Pipeline to get memory usage and idle time for all keys
|
|
50
|
+
pipe = client.pipeline(transaction=False)
|
|
51
|
+
for key in keys:
|
|
52
|
+
pipe.memory_usage(key)
|
|
53
|
+
pipe.object("idletime", key)
|
|
54
|
+
results = pipe.execute()
|
|
55
|
+
|
|
56
|
+
deleted = 0
|
|
57
|
+
for i, key in enumerate(keys):
|
|
58
|
+
size = results[i * 2] or 0
|
|
59
|
+
idle_time = results[i * 2 + 1]
|
|
60
|
+
|
|
61
|
+
# Track largest keys
|
|
62
|
+
heapq.heappush(largest_keys, (size, key))
|
|
63
|
+
if len(largest_keys) > 5:
|
|
64
|
+
heapq.heappop(largest_keys)
|
|
65
|
+
|
|
66
|
+
# Check deletion criteria
|
|
67
|
+
if size > size_limit:
|
|
68
|
+
print(f"Deleting key {key} (size: {size} bytes)")
|
|
69
|
+
keys_to_delete.append(key)
|
|
70
|
+
deleted += 1
|
|
71
|
+
elif idle_time is not None and idle_time > expire_seconds:
|
|
72
|
+
print(f"Deleting key {key} (age: {idle_time / 86400:.2f} days)")
|
|
73
|
+
keys_to_delete.append(key)
|
|
74
|
+
deleted += 1
|
|
75
|
+
elif b"Crashed" in key:
|
|
76
|
+
print(f"Deleting key {key} (contains 'Crashed')")
|
|
77
|
+
keys_to_delete.append(key)
|
|
78
|
+
deleted += 1
|
|
79
|
+
|
|
80
|
+
return deleted
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
if __name__ == "__main__":
|
|
84
|
+
# Argument parsing
|
|
85
|
+
parser = argparse.ArgumentParser(description="Redis Reaper: Delete keys based on size and age.")
|
|
86
|
+
parser.add_argument("--host", type=str, default="localhost", help="Redis host (or host:port)")
|
|
87
|
+
parser.add_argument("-p", "--port", type=int, default=6379, help="Redis port (default: 6379)")
|
|
88
|
+
parser.add_argument("--size-limit", type=int, default=1048576, help="Size limit in bytes (default: 1MB)")
|
|
89
|
+
parser.add_argument("--expire", type=int, default=7, help="Expiration days (default: 7 days)")
|
|
90
|
+
args = parser.parse_args()
|
|
91
|
+
|
|
92
|
+
# Parse host:port if provided
|
|
93
|
+
host, port = (args.host.split(":") + [args.port])[:2]
|
|
94
|
+
port = int(port)
|
|
95
|
+
|
|
96
|
+
# Run the Redis Reaper
|
|
97
|
+
redis_reaper(host, port, args.size_limit, args.expire)
|
|
@@ -9,10 +9,12 @@ from .proximity import Proximity
|
|
|
9
9
|
from .feature_space_proximity import FeatureSpaceProximity
|
|
10
10
|
from .fingerprint_proximity import FingerprintProximity
|
|
11
11
|
from .projection_2d import Projection2D
|
|
12
|
+
from .smart_aggregator import smart_aggregator
|
|
12
13
|
|
|
13
14
|
__all__ = [
|
|
14
15
|
"Proximity",
|
|
15
16
|
"FeatureSpaceProximity",
|
|
16
17
|
"FingerprintProximity",
|
|
17
18
|
"Projection2D",
|
|
19
|
+
"smart_aggregator",
|
|
18
20
|
]
|
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
"""SmartSample: Intelligently reduce DataFrame rows by aggregating similar rows together."""
|
|
2
|
+
|
|
3
|
+
import pandas as pd
|
|
4
|
+
import numpy as np
|
|
5
|
+
from sklearn.preprocessing import StandardScaler
|
|
6
|
+
from sklearn.cluster import MiniBatchKMeans
|
|
7
|
+
import logging
|
|
8
|
+
|
|
9
|
+
# Set up logging
|
|
10
|
+
log = logging.getLogger("workbench")
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
def smart_aggregator(df: pd.DataFrame, target_rows: int = 1000, outlier_column: str = "residual") -> pd.DataFrame:
|
|
14
|
+
"""
|
|
15
|
+
Reduce DataFrame rows by aggregating similar rows based on numeric column similarity.
|
|
16
|
+
|
|
17
|
+
This is a performant (2-pass) algorithm:
|
|
18
|
+
1. Pass 1: Normalize numeric columns and cluster similar rows using MiniBatchKMeans
|
|
19
|
+
2. Pass 2: Aggregate each cluster (mean for numeric, first for non-numeric)
|
|
20
|
+
|
|
21
|
+
Args:
|
|
22
|
+
df: Input DataFrame.
|
|
23
|
+
target_rows: Target number of rows in output (default: 1000).
|
|
24
|
+
outlier_column: Column where high values should resist aggregation (default: "residual").
|
|
25
|
+
Rows with high values in this column will be kept separate while rows
|
|
26
|
+
with low values cluster together. Set to None to disable.
|
|
27
|
+
|
|
28
|
+
Returns:
|
|
29
|
+
Reduced DataFrame with 'aggregation_count' column showing how many rows were combined.
|
|
30
|
+
"""
|
|
31
|
+
if df is None or df.empty:
|
|
32
|
+
return df
|
|
33
|
+
|
|
34
|
+
n_rows = len(df)
|
|
35
|
+
|
|
36
|
+
# Preserve original column order
|
|
37
|
+
original_columns = df.columns.tolist()
|
|
38
|
+
|
|
39
|
+
# If already at or below target, just add the count column and return
|
|
40
|
+
if n_rows <= target_rows:
|
|
41
|
+
result = df.copy()
|
|
42
|
+
result["aggregation_count"] = 1
|
|
43
|
+
return result
|
|
44
|
+
|
|
45
|
+
log.info(f"smart_aggregator: Reducing {n_rows} rows to ~{target_rows} rows")
|
|
46
|
+
|
|
47
|
+
# Identify columns by type
|
|
48
|
+
df = df.copy()
|
|
49
|
+
numeric_cols = df.select_dtypes(include=["number"]).columns.tolist()
|
|
50
|
+
non_numeric_cols = [c for c in df.columns if c not in numeric_cols]
|
|
51
|
+
|
|
52
|
+
if not numeric_cols:
|
|
53
|
+
log.warning("smart_aggregator: No numeric columns for clustering, falling back to random sample")
|
|
54
|
+
result = df.sample(n=target_rows)
|
|
55
|
+
result["aggregation_count"] = 1
|
|
56
|
+
return result.reset_index(drop=True)
|
|
57
|
+
|
|
58
|
+
# Handle NaN values - fill with column median
|
|
59
|
+
df_for_clustering = df[numeric_cols].fillna(df[numeric_cols].median())
|
|
60
|
+
|
|
61
|
+
# Normalize and cluster
|
|
62
|
+
X = StandardScaler().fit_transform(df_for_clustering)
|
|
63
|
+
df["_cluster"] = MiniBatchKMeans(
|
|
64
|
+
n_clusters=min(target_rows, n_rows), random_state=42, batch_size=min(1024, n_rows), n_init=3
|
|
65
|
+
).fit_predict(X)
|
|
66
|
+
|
|
67
|
+
# Post-process: give high-outlier rows their own unique clusters so they don't get aggregated
|
|
68
|
+
if outlier_column and outlier_column in df.columns:
|
|
69
|
+
# Top 10% of outlier values get their own clusters, capped at 200
|
|
70
|
+
n_to_isolate = min(int(n_rows * 0.1), 200)
|
|
71
|
+
threshold = df[outlier_column].nlargest(n_to_isolate).min()
|
|
72
|
+
high_outlier_mask = df[outlier_column] >= threshold
|
|
73
|
+
n_high_outliers = high_outlier_mask.sum()
|
|
74
|
+
# Assign unique cluster IDs starting after the max existing cluster
|
|
75
|
+
max_cluster = df["_cluster"].max()
|
|
76
|
+
df.loc[high_outlier_mask, "_cluster"] = range(max_cluster + 1, max_cluster + 1 + n_high_outliers)
|
|
77
|
+
log.info(f"smart_aggregator: Isolated {n_high_outliers} high-outlier rows (>= {threshold:.3f})")
|
|
78
|
+
elif outlier_column:
|
|
79
|
+
log.warning(f"smart_aggregator: outlier_column '{outlier_column}' not found in columns")
|
|
80
|
+
|
|
81
|
+
# Aggregate each cluster (mean for numeric, first for non-numeric)
|
|
82
|
+
agg_dict = {col: "mean" for col in numeric_cols} | {col: "first" for col in non_numeric_cols}
|
|
83
|
+
grouped = df.groupby("_cluster")
|
|
84
|
+
result = grouped.agg(agg_dict).reset_index(drop=True)
|
|
85
|
+
result["aggregation_count"] = grouped.size().values
|
|
86
|
+
|
|
87
|
+
# Restore original column order, with aggregation_count at the end
|
|
88
|
+
result = result[original_columns + ["aggregation_count"]]
|
|
89
|
+
|
|
90
|
+
log.info(f"smart_aggregator: Reduced to {len(result)} rows")
|
|
91
|
+
return result
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
# Testing
|
|
95
|
+
if __name__ == "__main__":
|
|
96
|
+
pd.set_option("display.max_columns", None)
|
|
97
|
+
pd.set_option("display.width", 1000)
|
|
98
|
+
|
|
99
|
+
# Create test data with clusters
|
|
100
|
+
np.random.seed(42)
|
|
101
|
+
n_samples = 10000
|
|
102
|
+
|
|
103
|
+
# Create 3 distinct clusters
|
|
104
|
+
cluster_1 = np.random.randn(n_samples // 3, 3) + np.array([0, 0, 0])
|
|
105
|
+
cluster_2 = np.random.randn(n_samples // 3, 3) + np.array([5, 5, 5])
|
|
106
|
+
cluster_3 = np.random.randn(n_samples // 3, 3) + np.array([10, 0, 5])
|
|
107
|
+
|
|
108
|
+
features = np.vstack([cluster_1, cluster_2, cluster_3])
|
|
109
|
+
|
|
110
|
+
# Create target and prediction columns, then compute residuals
|
|
111
|
+
target = features[:, 0] + features[:, 1] * 0.5 + np.random.randn(len(features)) * 0.1
|
|
112
|
+
prediction = target + np.random.randn(len(features)) * 0.5 # Add noise for residuals
|
|
113
|
+
residuals = np.abs(target - prediction)
|
|
114
|
+
|
|
115
|
+
data = {
|
|
116
|
+
"id": [f"id_{i}" for i in range(len(features))],
|
|
117
|
+
"A": features[:, 0],
|
|
118
|
+
"B": features[:, 1],
|
|
119
|
+
"C": features[:, 2],
|
|
120
|
+
"category": np.random.choice(["cat1", "cat2", "cat3"], len(features)),
|
|
121
|
+
"target": target,
|
|
122
|
+
"prediction": prediction,
|
|
123
|
+
"residual": residuals,
|
|
124
|
+
}
|
|
125
|
+
df = pd.DataFrame(data)
|
|
126
|
+
|
|
127
|
+
print(f"Original DataFrame: {len(df)} rows")
|
|
128
|
+
print(df.head())
|
|
129
|
+
print()
|
|
130
|
+
|
|
131
|
+
# Test smart_aggregator with residuals preservation
|
|
132
|
+
result = smart_aggregator(df, target_rows=500)
|
|
133
|
+
print(f"smart_aggregator result: {len(result)} rows")
|
|
134
|
+
print(result.head(20))
|
|
135
|
+
print()
|
|
136
|
+
print("Aggregation count stats:")
|
|
137
|
+
print(result["aggregation_count"].describe())
|
|
138
|
+
print()
|
|
139
|
+
# Show that high-residual points have lower aggregation counts
|
|
140
|
+
print("Aggregation count by residual quartile:")
|
|
141
|
+
result["residual_quartile"] = pd.qcut(result["residual"], 4, labels=["Q1 (low)", "Q2", "Q3", "Q4 (high)"])
|
|
142
|
+
print(result.groupby("residual_quartile")["aggregation_count"].mean())
|
|
143
|
+
|
|
144
|
+
# Test with real Workbench data
|
|
145
|
+
print("\n" + "=" * 80)
|
|
146
|
+
print("Testing with Workbench data...")
|
|
147
|
+
print("=" * 80)
|
|
148
|
+
|
|
149
|
+
from workbench.api import Model
|
|
150
|
+
|
|
151
|
+
model = Model("abalone-regression")
|
|
152
|
+
df = model.get_inference_predictions()
|
|
153
|
+
if df is not None:
|
|
154
|
+
print(f"\nOriginal DataFrame: {len(df)} rows")
|
|
155
|
+
print(df.head())
|
|
156
|
+
|
|
157
|
+
result = smart_aggregator(df, target_rows=500)
|
|
158
|
+
print(f"\nsmart_aggregator result: {len(result)} rows")
|
|
159
|
+
print(result.head())
|
|
160
|
+
print("\nAggregation count stats:")
|
|
161
|
+
print(result["aggregation_count"].describe())
|
|
@@ -6,6 +6,7 @@ import pandas as pd
|
|
|
6
6
|
# Workbench Imports
|
|
7
7
|
from workbench.core.artifacts.model_core import ModelCore, ModelType
|
|
8
8
|
from workbench.core.artifacts.cached_artifact_mixin import CachedArtifactMixin
|
|
9
|
+
from workbench.algorithms.dataframe import smart_aggregator
|
|
9
10
|
|
|
10
11
|
|
|
11
12
|
class CachedModel(CachedArtifactMixin, ModelCore):
|
|
@@ -85,13 +86,13 @@ class CachedModel(CachedArtifactMixin, ModelCore):
|
|
|
85
86
|
|
|
86
87
|
@CachedArtifactMixin.cache_result
|
|
87
88
|
def get_inference_predictions(
|
|
88
|
-
self, capture_name: str = "full_cross_fold",
|
|
89
|
+
self, capture_name: str = "full_cross_fold", target_rows: int = 1000
|
|
89
90
|
) -> Union[pd.DataFrame, None]:
|
|
90
91
|
"""Retrieve the captured prediction results for this model
|
|
91
92
|
|
|
92
93
|
Args:
|
|
93
|
-
capture_name (str, optional): Specific capture_name (default:
|
|
94
|
-
|
|
94
|
+
capture_name (str, optional): Specific capture_name (default: full_cross_fold)
|
|
95
|
+
target_rows (int, optional): Target number of rows to return (default: 1000)
|
|
95
96
|
|
|
96
97
|
Returns:
|
|
97
98
|
pd.DataFrame: DataFrame of the Captured Predictions (might be None)
|
|
@@ -100,7 +101,7 @@ class CachedModel(CachedArtifactMixin, ModelCore):
|
|
|
100
101
|
if df is None:
|
|
101
102
|
return None
|
|
102
103
|
|
|
103
|
-
# Compute residual
|
|
104
|
+
# Compute residual based on model type
|
|
104
105
|
is_regressor = self.model_type in [ModelType.REGRESSOR, ModelType.UQ_REGRESSOR, ModelType.ENSEMBLE_REGRESSOR]
|
|
105
106
|
is_classifier = self.model_type == ModelType.CLASSIFIER
|
|
106
107
|
|
|
@@ -120,21 +121,12 @@ class CachedModel(CachedArtifactMixin, ModelCore):
|
|
|
120
121
|
df["prediction"].map(label_to_idx).fillna(-1) - df[target].map(label_to_idx).fillna(-1)
|
|
121
122
|
)
|
|
122
123
|
|
|
123
|
-
#
|
|
124
|
-
if
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
f"{self.name}:{capture_name} Sampling {limit} rows (top {half_limit} residuals + {half_limit} random)"
|
|
124
|
+
# Use smart_aggregator to aggregate similar rows if we have too many
|
|
125
|
+
if len(df) > target_rows:
|
|
126
|
+
self.log.info(
|
|
127
|
+
f"{self.name}:{capture_name} Using smart_aggregator to reduce {len(df)} rows to ~{target_rows}"
|
|
128
128
|
)
|
|
129
|
-
|
|
130
|
-
remaining = df.drop(top_residuals.index)
|
|
131
|
-
random_sample = remaining.sample(min(half_limit, len(remaining)))
|
|
132
|
-
return pd.concat([top_residuals, random_sample]).reset_index(drop=True)
|
|
133
|
-
|
|
134
|
-
# Fallback: just limit rows if no residual computed
|
|
135
|
-
if len(df) > limit:
|
|
136
|
-
self.log.warning(f"{self.name}:{capture_name} Sampling to {limit} rows")
|
|
137
|
-
return df.sample(limit)
|
|
129
|
+
df = smart_aggregator(df, target_rows=target_rows)
|
|
138
130
|
|
|
139
131
|
return df
|
|
140
132
|
|
|
@@ -249,6 +249,36 @@ def output_fn(output_df: pd.DataFrame, accept_type: str) -> tuple[str, str]:
|
|
|
249
249
|
raise RuntimeError(f"{accept_type} accept type is not supported by this script.")
|
|
250
250
|
|
|
251
251
|
|
|
252
|
+
def cap_std_outliers(std_array: np.ndarray) -> np.ndarray:
|
|
253
|
+
"""Cap extreme outliers in prediction_std using IQR method.
|
|
254
|
+
|
|
255
|
+
Uses the standard IQR fence (Q3 + 1.5*IQR) to cap extreme values.
|
|
256
|
+
This prevents unreasonably large std values while preserving the
|
|
257
|
+
relative ordering and keeping meaningful high-uncertainty signals.
|
|
258
|
+
|
|
259
|
+
Args:
|
|
260
|
+
std_array: Array of standard deviations (n_samples,) or (n_samples, n_targets)
|
|
261
|
+
|
|
262
|
+
Returns:
|
|
263
|
+
Array with outliers capped at the upper fence
|
|
264
|
+
"""
|
|
265
|
+
if std_array.ndim == 1:
|
|
266
|
+
std_array = std_array.reshape(-1, 1)
|
|
267
|
+
squeeze = True
|
|
268
|
+
else:
|
|
269
|
+
squeeze = False
|
|
270
|
+
|
|
271
|
+
capped = std_array.copy()
|
|
272
|
+
for col in range(capped.shape[1]):
|
|
273
|
+
col_data = capped[:, col]
|
|
274
|
+
q1, q3 = np.percentile(col_data, [25, 75])
|
|
275
|
+
iqr = q3 - q1
|
|
276
|
+
upper_bound = q3 + 1.5 * iqr
|
|
277
|
+
capped[:, col] = np.minimum(col_data, upper_bound)
|
|
278
|
+
|
|
279
|
+
return capped.squeeze() if squeeze else capped
|
|
280
|
+
|
|
281
|
+
|
|
252
282
|
def compute_regression_metrics(y_true: np.ndarray, y_pred: np.ndarray) -> dict[str, float]:
|
|
253
283
|
"""Compute standard regression metrics.
|
|
254
284
|
|
{workbench-0.8.228 → workbench-0.8.231}/src/workbench/model_scripts/chemprop/chemprop.template
RENAMED
|
@@ -20,6 +20,7 @@ import torch
|
|
|
20
20
|
from chemprop import data, models
|
|
21
21
|
|
|
22
22
|
from model_script_utils import (
|
|
23
|
+
cap_std_outliers,
|
|
23
24
|
expand_proba_column,
|
|
24
25
|
input_fn,
|
|
25
26
|
output_fn,
|
|
@@ -245,6 +246,7 @@ def predict_fn(df: pd.DataFrame, model_dict: dict) -> pd.DataFrame:
|
|
|
245
246
|
preds_std = np.std(np.stack(all_preds), axis=0)
|
|
246
247
|
if preds.ndim == 1:
|
|
247
248
|
preds, preds_std = preds.reshape(-1, 1), preds_std.reshape(-1, 1)
|
|
249
|
+
preds_std = cap_std_outliers(preds_std)
|
|
248
250
|
|
|
249
251
|
print(f"Inference complete: {preds.shape[0]} predictions")
|
|
250
252
|
|
|
@@ -701,6 +703,7 @@ if __name__ == "__main__":
|
|
|
701
703
|
preds_std = np.std(np.stack(all_ens_preds), axis=0)
|
|
702
704
|
if preds_std.ndim == 1:
|
|
703
705
|
preds_std = preds_std.reshape(-1, 1)
|
|
706
|
+
preds_std = cap_std_outliers(preds_std)
|
|
704
707
|
|
|
705
708
|
print("\n--- Per-target metrics ---")
|
|
706
709
|
for t_idx, t_name in enumerate(target_columns):
|
|
@@ -57,11 +57,11 @@ DEFAULT_HYPERPARAMETERS = {
|
|
|
57
57
|
|
|
58
58
|
# Template parameters (filled in by Workbench)
|
|
59
59
|
TEMPLATE_PARAMS = {
|
|
60
|
-
"model_type": "
|
|
61
|
-
"targets": ['
|
|
60
|
+
"model_type": "uq_regressor",
|
|
61
|
+
"targets": ['udm_asy_res_value'],
|
|
62
62
|
"feature_list": ['smiles'],
|
|
63
63
|
"id_column": "udm_mol_bat_id",
|
|
64
|
-
"model_metrics_s3_path": "s3://ideaya-sageworks-bucket/models/logd-value-
|
|
64
|
+
"model_metrics_s3_path": "s3://ideaya-sageworks-bucket/models/logd-value-reg-chemprop-1-dt/training",
|
|
65
65
|
"hyperparameters": {},
|
|
66
66
|
}
|
|
67
67
|
|
|
@@ -249,6 +249,36 @@ def output_fn(output_df: pd.DataFrame, accept_type: str) -> tuple[str, str]:
|
|
|
249
249
|
raise RuntimeError(f"{accept_type} accept type is not supported by this script.")
|
|
250
250
|
|
|
251
251
|
|
|
252
|
+
def cap_std_outliers(std_array: np.ndarray) -> np.ndarray:
|
|
253
|
+
"""Cap extreme outliers in prediction_std using IQR method.
|
|
254
|
+
|
|
255
|
+
Uses the standard IQR fence (Q3 + 1.5*IQR) to cap extreme values.
|
|
256
|
+
This prevents unreasonably large std values while preserving the
|
|
257
|
+
relative ordering and keeping meaningful high-uncertainty signals.
|
|
258
|
+
|
|
259
|
+
Args:
|
|
260
|
+
std_array: Array of standard deviations (n_samples,) or (n_samples, n_targets)
|
|
261
|
+
|
|
262
|
+
Returns:
|
|
263
|
+
Array with outliers capped at the upper fence
|
|
264
|
+
"""
|
|
265
|
+
if std_array.ndim == 1:
|
|
266
|
+
std_array = std_array.reshape(-1, 1)
|
|
267
|
+
squeeze = True
|
|
268
|
+
else:
|
|
269
|
+
squeeze = False
|
|
270
|
+
|
|
271
|
+
capped = std_array.copy()
|
|
272
|
+
for col in range(capped.shape[1]):
|
|
273
|
+
col_data = capped[:, col]
|
|
274
|
+
q1, q3 = np.percentile(col_data, [25, 75])
|
|
275
|
+
iqr = q3 - q1
|
|
276
|
+
upper_bound = q3 + 1.5 * iqr
|
|
277
|
+
capped[:, col] = np.minimum(col_data, upper_bound)
|
|
278
|
+
|
|
279
|
+
return capped.squeeze() if squeeze else capped
|
|
280
|
+
|
|
281
|
+
|
|
252
282
|
def compute_regression_metrics(y_true: np.ndarray, y_pred: np.ndarray) -> dict[str, float]:
|
|
253
283
|
"""Compute standard regression metrics.
|
|
254
284
|
|