workbench 0.8.181__tar.gz → 0.8.182__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of workbench might be problematic. Click here for more details.
- {workbench-0.8.181 → workbench-0.8.182}/PKG-INFO +1 -1
- {workbench-0.8.181 → workbench-0.8.182}/model_docker_images/ml_pipelines/Dockerfile +2 -2
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/artifacts/endpoint_core.py +6 -2
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/custom_models/uq_models/generated_model_script.py +2 -2
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/script_generation.py +2 -2
- workbench-0.8.182/src/workbench/model_scripts/uq_models/generated_model_script.py +492 -0
- workbench-0.8.182/src/workbench/model_scripts/uq_models/requirements.txt +1 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/repl/workbench_shell.py +1 -1
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/components/plugins/scatter_plot.py +3 -3
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench.egg-info/PKG-INFO +1 -1
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench.egg-info/SOURCES.txt +3 -3
- workbench-0.8.181/src/workbench/model_scripts/quant_regression/quant_regression.template +0 -274
- workbench-0.8.181/src/workbench/model_scripts/xgb_model/requirements.txt +0 -1
- {workbench-0.8.181 → workbench-0.8.182}/.flake8 +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/.github/dependabot.yml +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/.github/workflows/deploy-docs.yml +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/.github/workflows/python-lint.yml +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/.gitignore +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/CONTRIBUTING.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/Dockerfile +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/LICENSE +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/Makefile +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/README.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/SECURITY.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/aws_dashboard/Dockerfile +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/aws_dashboard/README.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/aws_dashboard/app.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/aws_dashboard/assets/favicon.ico +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/aws_dashboard/dashboard +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/aws_dashboard/deploy.sh +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/aws_dashboard/nginx.conf +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/aws_dashboard/open_source_config.json +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/aws_dashboard/pages/data_sources/callbacks.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/aws_dashboard/pages/data_sources/layout.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/aws_dashboard/pages/data_sources/page.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/aws_dashboard/pages/endpoints/callbacks.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/aws_dashboard/pages/endpoints/layout.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/aws_dashboard/pages/endpoints/page.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/aws_dashboard/pages/feature_sets/callbacks.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/aws_dashboard/pages/feature_sets/layout.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/aws_dashboard/pages/feature_sets/page.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/aws_dashboard/pages/license/page.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/aws_dashboard/pages/main/callbacks.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/aws_dashboard/pages/main/layout.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/aws_dashboard/pages/main/page.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/aws_dashboard/pages/models/callbacks.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/aws_dashboard/pages/models/layout.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/aws_dashboard/pages/models/page.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/aws_dashboard/pages/pipelines/callbacks.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/aws_dashboard/pages/pipelines/layout.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/aws_dashboard/pages/pipelines/page.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/aws_dashboard/pages/status/page.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/aws_dashboard/static/dark.css +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/aws_dashboard/static/light.css +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/aws_dashboard/supervisord.conf +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/compound_explorer/Dockerfile +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/compound_explorer/README.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/compound_explorer/app.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/compound_explorer/assets/favicon.ico +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/compound_explorer/callbacks.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/compound_explorer/explorer +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/compound_explorer/layout.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/compound_explorer/nginx.conf +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/compound_explorer/open_source_config.json +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/compound_explorer/requirements.txt +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/compound_explorer/storage/callbacks.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/compound_explorer/storage/callbacks_new.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/compound_explorer/storage/layout_new.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/applications/compound_explorer/supervisord.conf +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/aws_account_setup.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/aws_identity_check.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/build_ml_pipeline.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/compound_explorer/.gitignore +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/compound_explorer/README.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/compound_explorer/app.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/compound_explorer/cdk.json +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/compound_explorer/compound_explorer/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/compound_explorer/compound_explorer/compound_explorer_stack.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/compound_explorer/requirements.txt +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/event_bridge/Readme.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_compute/README.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_compute/app.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_compute/cdk.json +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_compute/requirements.txt +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_compute/tests/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_compute/tests/unit/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_compute/tests/unit/test_workbench_compute_stack.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_compute/workbench_compute/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_compute/workbench_compute/workbench_compute_stack.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_core/.gitignore +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_core/README.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_core/app.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_core/cdk.json +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_core/requirements-dev.txt +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_core/requirements.txt +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_core/source.bat +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_core/workbench_core/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_core/workbench_core/workbench_core_stack.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_dashboard_full/.gitignore +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_dashboard_full/README.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_dashboard_full/app.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_dashboard_full/cdk.json +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_dashboard_full/requirements-dev.txt +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_dashboard_full/requirements.txt +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_dashboard_full/source.bat +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/workbench_dashboard_stack.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_dashboard_lite/.gitignore +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_dashboard_lite/README.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_dashboard_lite/app.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_dashboard_lite/cdk.json +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_dashboard_lite/requirements.txt +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/workbench_dashboard_stack.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/data/abalone.csv +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/data/karate_graph.json +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/data/test_data.csv +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/data/test_data.json +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/data/wine_dataset.csv +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/deploy_docker.sh +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/admin/aws_service_limits.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/admin/base_docker_push.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/admin/dashboard_docker_push.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/admin/dashboard_s3_plugins.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/admin/explorer_docker_push.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/admin/images/dashboard_secret_click.png +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/admin/images/serverless_quotas.png +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/admin/images/status_showing_S3_path.png +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/admin/pypi_release.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/admin/workbench_docker_for_lambdas.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/api_classes/data_source.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/api_classes/df_store.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/api_classes/endpoint.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/api_classes/feature_set.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/api_classes/meta.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/api_classes/model.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/api_classes/monitor.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/api_classes/overview.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/api_classes/parameter_store.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/api_classes/pipelines.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/api_classes/views.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/aws_setup/aws_access_management.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/aws_setup/aws_client_vpn.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/aws_setup/aws_setup.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/aws_setup/aws_tips_and_tricks.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/aws_setup/core_stack.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/aws_setup/dashboard_stack.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/aws_setup/domain_cert_setup.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/aws_setup/full_pipeline.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/aws_setup/iam_assume_role.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/aws_setup/sso_assume_role.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/blogs/aws_credentials_lock.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/blogs/canonicalization_and_tautomerization.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/blogs/compound_etl.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/blogs/compound_explorer.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/blogs/descriptor_drilldown.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/blogs/eda.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/blogs/feature_importances.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/blogs/fun_with_workbench/fun_with_endpoints.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/blogs/htg.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/blogs/index.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/blogs/model_monitoring.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/blogs/residual_analysis.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/cached/cached_data_source.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/cached/cached_endpoint.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/cached/cached_feature_set.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/cached/cached_meta.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/cached/cached_model.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/cached/overview.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/chem_utils/index.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/cloudwatch/index.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/comparisons/workbench_vs_databricks.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/compound_explorer/tox21.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/compound_explorer/toxicity_modeling.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/core_classes/artifacts/artifact.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/core_classes/artifacts/athena_source.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/core_classes/artifacts/data_source_abstract.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/core_classes/artifacts/endpoint_core.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/core_classes/artifacts/feature_set_core.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/core_classes/artifacts/model_core.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/core_classes/artifacts/monitor_core.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/core_classes/artifacts/overview.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/core_classes/overview.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/core_classes/transforms/data_loaders_heavy.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/core_classes/transforms/data_loaders_light.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/core_classes/transforms/data_to_features.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/core_classes/transforms/features_to_model.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/core_classes/transforms/model_to_endpoint.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/core_classes/transforms/overview.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/core_classes/transforms/pandas_transforms.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/core_classes/transforms/transform.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/core_classes/views/computation_view.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/core_classes/views/display_view.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/core_classes/views/inference_view.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/core_classes/views/overview.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/core_classes/views/training_view.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/data_algorithms/dataframes/overview.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/data_algorithms/graphs/overview.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/data_algorithms/overview.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/data_algorithms/spark/overview.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/data_algorithms/sql/overview.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/enterprise/index.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/enterprise/private_saas.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/enterprise/project_branding.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/enterprise/themes.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/getting_started/index.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/glue/index.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/images/big_spider.png +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/images/graph_representation.png +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/images/powered_aws_dark_blue.png +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/images/powered_aws_transparent.png +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/images/powered_aws_white.png +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/images/powered_aws_with_tm_grey.png +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/images/scp.png +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/images/scp_labs.png +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/images/small_spider.png +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/images/workbench_concepts.png +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/index.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/lambda_layer/index.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/misc/faq.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/misc/general_info.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/misc/scp_consulting.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/misc/workbench_classes_concepts.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/model_utils/index.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/plugins/index.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/presentations/index.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/release_notes/0_8_106.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/release_notes/0_8_158.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/release_notes/0_8_50.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/release_notes/0_8_55.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/release_notes/0_8_58.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/release_notes/0_8_60.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/release_notes/0_8_71.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/release_notes/0_8_74.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/release_notes/0_8_78.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/release_notes/archived/0_7_8.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/release_notes/archived/0_8_11.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/release_notes/archived/0_8_20.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/release_notes/archived/0_8_22.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/release_notes/archived/0_8_23.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/release_notes/archived/0_8_27.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/release_notes/archived/0_8_29.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/release_notes/archived/0_8_33.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/release_notes/archived/0_8_35.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/release_notes/archived/0_8_36.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/release_notes/archived/0_8_39.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/release_notes/archived/0_8_42.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/release_notes/archived/0_8_46.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/release_notes/archived/0_8_6.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/release_notes/archived/0_8_8.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/repl/index.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/road_maps/0_9_0.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/road_maps/0_9_5.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/themes/details.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/docs/themes/index.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/ag-grid/hello_world.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/chem_utils/tautomerize_smiles.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/datasource/datasource_from_df.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/datasource/datasource_from_s3.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/datasource/datasource_query.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/datasource/datasource_stats.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/datasource/datasource_to_featureset.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/endpoint/endpoint_details.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/endpoint/endpoint_inference.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/endpoint/endpoint_metrics.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/featureset/featureset_eda.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/featureset/featureset_query.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/full_ml_pipeline.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/glue_jobs/glue_example_1.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/glue_jobs/glue_example_2.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/glue_jobs/glue_example_3.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/glue_jobs/glue_launcher_examples/example_1.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/glue_jobs/glue_launcher_examples/example_2.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/meta/meta_list_endpoints.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/meta/meta_list_models.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/meta/meta_model_metrics.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/ml_pipelines/list_models.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/ml_pipelines/wine_classifier.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/model_utils/model_metrics.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/model_utils/model_to_endpoint.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/model_utils/onboard_model.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/models/custom_model.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/models/dbscan.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/models/knn.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/models/pytorch.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/models/random_forest.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/models/smiles_to_md_v1.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/models/uq/bayesian_ridge.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/models/uq/ensemble_xgb.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/models/uq/gaussian_process.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/models/uq/mapie.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/models/uq/meta_uq.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/models/uq/ngboost.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/models/uq/quant_xgb.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/monitor/monitor_setup.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/monitor/monitor_usage.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/plugins/branding/Readme.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/plugins/branding/scp.json +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/plugins/components/custom_plugin.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/plugins/components/endpoint_plugin.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/plugins/components/endpoint_turbo.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/plugins/components/model_markdown.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/plugins/components/model_plugin.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/plugins/packages/my_plugin_utils/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/plugins/packages/my_plugin_utils/assets/foo.json +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/plugins/packages/my_plugin_utils/cool_stuff.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/plugins/pages/plugin_page_1.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/plugins/pages/plugin_page_2.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/plugins/pages/plugin_page_3.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/plugins/templates/Readme.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/plugins/views/model_plugin_view.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/plugins/views/my_view_plugin.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/storage/data_to_data.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/storage/data_to_features.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/storage/endpoint_inference.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/storage/hello_world_pipeline.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/examples/storage/plugin_page_example.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/experiments/chem_info/bulk_sims.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/experiments/chem_info/knn_sims.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/experiments/chemprop_model.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/experiments/confidence_roc_curve.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/experiments/coverage_probability.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/experiments/log_testing.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/experiments/mapie_model.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/experiments/neighbor_outliers.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/experiments/networkx_id.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/experiments/prediction_intervals.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/experiments/pytorch_model.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/experiments/quantile_regression.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/experiments/quantile_regression_2.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/experiments/regression_confidence.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/experiments/residual_analysis.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/experiments/rocauc_testing.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/experiments/scatter_zoom_issue.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/experiments/sol_pipeline.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/glue_jobs/create_glue_workflow_with_trigger.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/glue_jobs/example_glue_job.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/glue_jobs/glue_job_pipeline.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/glue_jobs/glue_mixed_case.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/mkdocs.yml +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/model_docker_images/Readme.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/model_docker_images/inference/Dockerfile +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/model_docker_images/inference/main.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/model_docker_images/inference/requirements.txt +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/model_docker_images/inference/serve +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/model_docker_images/meta_endpoint/Dockerfile +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/model_docker_images/meta_endpoint/main.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/model_docker_images/meta_endpoint/requirements.txt +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/model_docker_images/meta_endpoint/serve +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/model_docker_images/ml_pipelines/ml_pipeline_runner.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/model_docker_images/ml_pipelines/requirements.txt +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/model_docker_images/pytorch_inference/Dockerfile +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/model_docker_images/pytorch_inference/main.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/model_docker_images/pytorch_inference/requirements.txt +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/model_docker_images/pytorch_inference/serve +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/model_docker_images/pytorch_training/Dockerfile +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/model_docker_images/pytorch_training/requirements.txt +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/model_docker_images/pytorch_training/sagemaker_entrypoint.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/model_docker_images/scripts/build_deploy.sh +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/model_docker_images/tests/data/abalone_sm.csv +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/model_docker_images/tests/example_model_script.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/model_docker_images/tests/run_tests.sh +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/model_docker_images/tests/test_inference.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/model_docker_images/tests/test_training.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/model_docker_images/training/Dockerfile +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/model_docker_images/training/requirements.txt +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/model_docker_images/training/sagemaker_entrypoint.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/model_docker_images/workbench_inference/Dockerfile +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/model_docker_images/workbench_inference/main.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/model_docker_images/workbench_inference/requirements.txt +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/model_docker_images/workbench_inference/serve +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/notebooks/Inference_On_Legacy_Models.ipynb +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/notebooks/ML_Pipeline_with_Workbench.ipynb +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/notebooks/ML_Pipeline_with_Workbench_2.ipynb +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/notebooks/Outliers_in_Workbench.ipynb +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/notebooks/Regression_Confidence_Experiments.ipynb +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/notebooks/Residual_Analysis.ipynb +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/notebooks/images/athena_query_aqsol.png +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/notebooks/images/aws_dashboard_aqsol.png +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/notebooks/images/dashboard_aqsol_features.png +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/notebooks/images/model_screenshot.png +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/notebooks/images/scp_labs.png +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/presentations/README.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/pyproject.toml +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/active_logs.sh +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/admin/athena_ddl_mixed_case.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/admin/check_all_glue_tables.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/admin/db_scan_test.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/admin/delete_invalid_views.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/admin/delete_redis_keys.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/admin/list_datacatalog.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/admin/migration/copy_glue_database.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/admin/migration/delete_sageworks_glue_database.sh +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/admin/migration/ds_migrate.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/admin/migration/endpoint_migrate.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/admin/migration/fs_migrate.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/admin/migration/model_migrate.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/admin/pull_image_digest.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/admin/redis_reaper.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/admin/spam_list_tags.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/admin/storage/convert_training_views.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/admin/storage/migrate_data_source_via_df.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/admin/storage/migrate_ds_meta.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/ag_table_row_selection.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/compare_dataframes.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/compare_model_packages.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/endpoint_timing.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/find_smiles_issues.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/get_tags.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/instantiation_timings.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/llm_deploys/deepseek_deploy.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/model_cache_refresh.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/model_endpoint_sanity_check.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/monitor_event_bridge.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/onboard_endpoints.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/onboard_models.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/pipeline_model_endpoint.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/pubchem/pubchem_example.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/pubchem/pubchem_query.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/pubchem/pubchem_query_with_cid.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/seaborn_to_plotly.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/storage/dns_data_to_features.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/storage/generate_jsonl_data.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/test_feature_resolution.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/test_no_workbench_config.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/tox21/test_tox_heuristic.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/scripts/tox21/tox21_to_df_store.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/setup.cfg +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/algorithms/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/algorithms/dataframe/Readme.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/algorithms/dataframe/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/algorithms/dataframe/data_source_eda.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/algorithms/dataframe/feature_space_proximity.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/algorithms/dataframe/fingerprint_proximity.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/algorithms/dataframe/projection_2d.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/algorithms/dataframe/proximity.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/algorithms/dataframe/storage/aggregation.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/algorithms/dataframe/storage/feature_resolution.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/algorithms/dataframe/storage/feature_spider.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/algorithms/dataframe/storage/residuals_calculator.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/algorithms/dataframe/storage/row_tagger.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/algorithms/dataframe/storage/target_gradients.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/algorithms/graph/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/algorithms/graph/heavy/Readme.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/algorithms/graph/light/Readme.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/algorithms/graph/light/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/algorithms/graph/light/proximity_graph.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/algorithms/spark/Readme.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/algorithms/sql/Readme.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/algorithms/sql/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/algorithms/sql/column_stats.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/algorithms/sql/correlations.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/algorithms/sql/descriptive_stats.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/algorithms/sql/outliers.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/algorithms/sql/sample_rows.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/algorithms/sql/value_counts.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/api/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/api/compound.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/api/data_source.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/api/df_store.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/api/endpoint.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/api/feature_set.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/api/graph_store.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/api/meta.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/api/model.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/api/monitor.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/api/parameter_store.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/api/pipeline.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/cached/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/cached/cached_data_source.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/cached/cached_endpoint.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/cached/cached_feature_set.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/cached/cached_meta.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/cached/cached_model.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/cached/cached_pipeline.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/artifacts/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/artifacts/artifact.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/artifacts/athena_source.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/artifacts/cached_artifact_mixin.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/artifacts/data_capture_core.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/artifacts/data_source_abstract.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/artifacts/data_source_factory.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/artifacts/feature_set_core.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/artifacts/model_core.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/artifacts/monitor_core.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/cloud_platform/aws/README.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/cloud_platform/aws/aws_account_clamp.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/cloud_platform/aws/aws_df_store.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/cloud_platform/aws/aws_graph_store.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/cloud_platform/aws/aws_meta.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/cloud_platform/aws/aws_parameter_store.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/cloud_platform/aws/aws_secrets_manager.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/cloud_platform/aws/aws_session.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/cloud_platform/aws/cache_dataframe.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/cloud_platform/azure/README.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/cloud_platform/cloud_meta.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/cloud_platform/gcp/README.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/pipelines/pipeline_executor.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/Readme.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/data_loaders/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/data_loaders/heavy/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/data_loaders/heavy/s3_heavy_to_data_source.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/data_loaders/light/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/data_loaders/light/csv_to_data_source.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/data_loaders/light/json_to_data_source.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/data_loaders/light/s3_to_data_source_light.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/data_to_data/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/data_to_data/heavy/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/data_to_data/heavy/emr/Readme.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/data_to_data/heavy/glue/Readme.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/data_to_data/light/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/data_to_data/light/clean_data.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/data_to_data/light/data_to_data_light.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/data_to_features/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/data_to_features/heavy/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/data_to_features/heavy/chunk/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/data_to_features/heavy/chunk/data_to_features_chunk.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/data_to_features/heavy/emr/Readme.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/data_to_features/heavy/glue/Readme.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/data_to_features/heavy/storage/data_to_features_heavy_old.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/data_to_features/light/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/data_to_features/light/data_to_features_light.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/data_to_features/light/molecular_descriptors.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/features_to_features/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/features_to_features/heavy/emr/Readme.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/features_to_features/heavy/glue/Readme.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/features_to_model/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/features_to_model/features_to_model.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/model_to_endpoint/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/model_to_endpoint/model_to_endpoint.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/pandas_transforms/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/pandas_transforms/data_to_pandas.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/pandas_transforms/features_to_pandas.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/pandas_transforms/pandas_to_data.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/pandas_transforms/pandas_to_features.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/pandas_transforms/pandas_to_features_chunked.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/transforms/transform.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/views/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/views/column_subset_view.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/views/computation_view.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/views/create_view.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/views/display_view.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/views/inference_view.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/views/pandas_to_view.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/views/storage/mdq_view.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/views/training_view.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/views/view.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/core/views/view_utils.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/custom_models/chem_info/Readme.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/custom_models/chem_info/mol_descriptors.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/custom_models/chem_info/mol_standardize.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/custom_models/chem_info/molecular_descriptors.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/custom_models/chem_info/morgan_fingerprints.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/custom_models/chem_info/requirements.txt +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/custom_models/meta_endpoints/example.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/custom_models/network_security/Readme.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/custom_models/proximity/Readme.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/custom_models/proximity/feature_space_proximity.template +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/custom_models/proximity/generated_model_script.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/custom_models/proximity/proximity.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/custom_models/proximity/requirements.txt +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/custom_models/uq_models/Readme.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/custom_models/uq_models/bayesian_ridge.template +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/custom_models/uq_models/ensemble_xgb.template +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/custom_models/uq_models/gaussian_process.template +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/custom_models/uq_models/meta_uq.template +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/custom_models/uq_models/ngboost.template +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/custom_models/uq_models/proximity.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/custom_models/uq_models/requirements.txt +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/custom_script_example/custom_model_script.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/custom_script_example/requirements.txt +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/ensemble_xgb/ensemble_xgb.template +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/ensemble_xgb/generated_model_script.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/ensemble_xgb/requirements.txt +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/pytorch_model/generated_model_script.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/pytorch_model/pytorch.template +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/pytorch_model/requirements.txt +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/scikit_learn/generated_model_script.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/scikit_learn/requirements.txt +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/scikit_learn/scikit_learn.template +0 -0
- {workbench-0.8.181/src/workbench/model_scripts/custom_models → workbench-0.8.182/src/workbench/model_scripts}/uq_models/mapie.template +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/xgb_model/generated_model_script.py +0 -0
- {workbench-0.8.181/src/workbench/model_scripts/quant_regression → workbench-0.8.182/src/workbench/model_scripts/xgb_model}/requirements.txt +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/model_scripts/xgb_model/xgb_model.template +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/repl/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/resources/open_source_api.key +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/resources/signature_verify_pub.pem +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/scripts/check_double_bond_stereo.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/scripts/glue_launcher.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/scripts/ml_pipeline_batch.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/scripts/ml_pipeline_sqs.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/scripts/monitor_cloud_watch.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/scripts/redis_expire.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/scripts/redis_report.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/scripts/show_config.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/themes/dark/base_css.url +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/themes/dark/custom.css +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/themes/dark/plotly.json +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/themes/light/base_css.url +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/themes/light/branding.json +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/themes/light/custom.css +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/themes/light/plotly.json +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/themes/midnight_blue/base_css.url +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/themes/midnight_blue/branding.json +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/themes/midnight_blue/custom.css +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/themes/midnight_blue/plotly.json +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/themes/quartz/base_css.url +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/themes/quartz/custom.css +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/themes/quartz/plotly.json +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/themes/quartz_dark/base_css.url +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/themes/quartz_dark/custom.css +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/themes/quartz_dark/plotly.json +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/ai_compound_generator.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/ai_summary.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/ai_synth.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/athena_utils.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/aws_utils.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/bulk_utils.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/cache.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/chem_utils/__init__.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/chem_utils/fingerprints.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/chem_utils/misc.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/chem_utils/mol_descriptors.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/chem_utils/mol_standardize.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/chem_utils/mol_tagging.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/chem_utils/projections.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/chem_utils/salts.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/chem_utils/sdf.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/chem_utils/toxicity.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/chem_utils/vis.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/cloudwatch_handler.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/cloudwatch_utils.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/color_utils.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/config_manager.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/dashboard_metrics.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/datetime_utils.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/deprecated_utils.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/df_to_endpoint.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/ecs_info.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/endpoint_metrics.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/endpoint_utils.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/extract_model_artifact.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/glue_utils.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/graph_utils.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/ipython_utils.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/json_utils.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/lambda_utils.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/license_manager.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/log_utils.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/markdown_utils.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/model_utils.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/monitor_utils.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/pandas_utils.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/performance_utils.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/pipeline_utils.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/plot_utils.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/plugin_manager.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/prox_utils.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/redis_cache.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/repl_utils.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/resource_utils.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/s3_utils.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/shap_utils.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/shapley_values.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/symbols.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/test_data_generator.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/theme_manager.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/trace_calls.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/type_abbrev.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/workbench_cache.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/workbench_event_bridge.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/workbench_logging.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/workbench_sqs.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/utils/xgboost_model_utils.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/components/component_interface.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/components/correlation_matrix.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/components/data_details_markdown.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/components/endpoint_metric_plots.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/components/experiments/dashboard_metric_plots.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/components/experiments/outlier_plot.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/components/model_plot.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/components/plugin_interface.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/components/plugin_unit_test.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/components/plugins/ag_table.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/components/plugins/confusion_matrix.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/components/plugins/dashboard_status.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/components/plugins/data_details.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/components/plugins/endpoint_details.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/components/plugins/generated_compounds.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/components/plugins/graph_plot.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/components/plugins/license_details.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/components/plugins/model_details.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/components/plugins/molecule_panel.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/components/plugins/molecule_viewer.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/components/plugins/pipeline_details.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/components/plugins/proximity_mini_graph.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/components/plugins/shap_summary_plot.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/components/regression_plot.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/components/violin_plots.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/page_views/data_sources_page_view.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/page_views/endpoints_page_view.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/page_views/feature_sets_page_view.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/page_views/main_page.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/page_views/models_page_view.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/page_views/page_view.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench/web_interface/page_views/pipelines_page_view.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench.egg-info/dependency_links.txt +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench.egg-info/entry_points.txt +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench.egg-info/requires.txt +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/src/workbench.egg-info/top_level.txt +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/test_artifacts/100_percent_models.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/test_artifacts/create_aqsol_artifacts.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/test_artifacts/create_aqsol_rt_artifacts.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/test_artifacts/create_aqsol_uq_artifacts.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/test_artifacts/create_basic_test_artifacts.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/test_artifacts/create_copy_artifacts.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/test_artifacts/create_empty_model_group.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/test_artifacts/create_endpoints_for_timing.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/test_artifacts/create_graph_artifacts.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/test_artifacts/create_knn_artifacts.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/test_artifacts/create_meta_endpoints.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/test_artifacts/create_pipeline_model.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/test_artifacts/create_proximity_models.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/test_artifacts/create_quant_regression_artifacts.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/test_artifacts/create_realtime_endpoint.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/test_artifacts/create_training_adjusted_artifacts.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/test_artifacts/create_wine_artifacts.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/test_artifacts/delete_stress_test_artifacts.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/test_artifacts/delete_test_artifacts.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/test_artifacts/hyper_testing.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/test_artifacts/hyper_uq_testing.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/test_artifacts/regression_ensemble.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/test_artifacts/stress_test_aws.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/README.md +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/artifacts/data_source_tests.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/artifacts/empty_model_group.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/artifacts/endpoint_tests.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/artifacts/featureset_ingest_boundaries.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/artifacts/featureset_tests.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/artifacts/graph_tests.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/artifacts/model_metrics_tests.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/artifacts/model_tests.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/aws_account/aws_account_clamp_tests.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/cached/cached_artifact_tests.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/chem_info/test_tautomerization.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/corner_cases/end_to_end.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/df_store/df_store_tests.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/lambda/decompress_layers.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/pandas_tests/test_drift.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/parameter_store/param_store_tests.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/plugin_tests/crashing_plugin.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/pytorch/pytorch_hello.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/requirements-dev.txt +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/specific/capital_tests.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/specific/column_changes.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/specific/config_manager.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/specific/deletion_tests.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/specific/shap_tests.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/transforms/data_to_data_tests.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/transforms/data_to_features_tests.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/transforms/features_to_model_tests.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/transforms/model_to_endpoint_tests.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/transforms/pandas_to_data_tests.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/transforms/pandas_to_features_test.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/views/view_tests.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/views/view_tests_complex.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/web_components/confusion_matrix_test.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/web_components/correlation_matrix_test.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/web_components/graph_plot_test.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/web_components/plugin_interface_test.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tests/web_components/scatter_plot_test.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/tox.ini +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/ui_testing/assets/custom.css +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/ui_testing/table_comparison.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/ui_testing/theme_switching.py +0 -0
- {workbench-0.8.181 → workbench-0.8.182}/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.182
|
|
4
4
|
Summary: Workbench: A Dashboard and Python API for creating and deploying AWS SageMaker Model Pipelines
|
|
5
5
|
Author-email: SuperCowPowers LLC <support@supercowpowers.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -29,10 +29,10 @@ 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.181
|
|
33
33
|
|
|
34
34
|
# Add the script runner
|
|
35
35
|
COPY ml_pipeline_runner.py /app/ml_pipeline_runner.py
|
|
36
36
|
WORKDIR /app
|
|
37
37
|
|
|
38
|
-
ENTRYPOINT ["python", "/app/ml_pipeline_runner.py"]
|
|
38
|
+
ENTRYPOINT ["python", "/app/ml_pipeline_runner.py"]
|
|
@@ -420,8 +420,12 @@ class EndpointCore(Artifact):
|
|
|
420
420
|
|
|
421
421
|
# Capture the inference results and metrics
|
|
422
422
|
if capture_name is not None:
|
|
423
|
+
|
|
424
|
+
# If we don't have an id_column, we'll pull it from the model's FeatureSet
|
|
425
|
+
if id_column is None:
|
|
426
|
+
fs = FeatureSetCore(model.get_input())
|
|
427
|
+
id_column = fs.id_column
|
|
423
428
|
description = capture_name.replace("_", " ").title()
|
|
424
|
-
features = model.features()
|
|
425
429
|
self._capture_inference_results(
|
|
426
430
|
capture_name, prediction_df, target_column, model_type, metrics, description, features, id_column
|
|
427
431
|
)
|
|
@@ -764,7 +768,7 @@ class EndpointCore(Artifact):
|
|
|
764
768
|
|
|
765
769
|
# Add the ID column
|
|
766
770
|
if id_column and id_column in pred_results_df.columns:
|
|
767
|
-
output_columns.
|
|
771
|
+
output_columns.insert(0, id_column)
|
|
768
772
|
|
|
769
773
|
# Write the predictions to our S3 Model Inference Folder
|
|
770
774
|
self.log.info(f"Writing predictions to {inference_capture_path}/inference_predictions.csv")
|
|
@@ -18,8 +18,8 @@ from typing import List, Tuple
|
|
|
18
18
|
|
|
19
19
|
# Template Placeholders
|
|
20
20
|
TEMPLATE_PARAMS = {
|
|
21
|
-
"target": "
|
|
22
|
-
"features": ['
|
|
21
|
+
"target": "udm_asy_res_free_percent",
|
|
22
|
+
"features": ['vsa_estate6', 'naromatom', 'mollogp', 'fr_nh2', 'mp', 'c2sp2', 'xch_3d', 'axp_6d', 'bcut2d_mrhi', 'fr_benzene', 'mz', 'slogp_vsa6', 'fr_halogen', 'bcut2d_mwhi', 'vsa_estate4', 'slogp_vsa3', 'estate_vsa5', 'minestateindex', 'axp_3dv', 'estate_vsa3', 'vsa_estate9', 'molwt', 'hallkieralpha', 'fpdensitymorgan1', 'peoe_vsa13', 'xpc_5d', 'bcut2d_chghi', 'peoe_vsa8', 'axp_0dv', 'axp_2d', 'chi2v', 'bcut2d_logphi', 'axp_5d', 'peoe_vsa2', 'estate_vsa6', 'qed', 'numrotatablebonds', 'xc_3dv', 'peoe_vsa3', 'balabanj', 'slogp_vsa5', 'mv', 'vsa_estate2', 'bcut2d_mwlow', 'xch_7d', 'chi3n', 'vsa_estate8', 'estate_vsa4', 'xp_7dv', 'fr_nh1', 'vsa_estate3', 'fr_ketone_topliss', 'minpartialcharge', 'phi', 'peoe_vsa10', 'vsa_estate7', 'estate_vsa7', 'tpsa', 'kappa3', 'kappa2', 'bcut2d_logplow', 'xch_6d', 'maxpartialcharge', 'vsa_estate1', 'peoe_vsa9', 'axp_1d', 'fr_ar_n', 'chi2n', 'vsa_estate5', 'xp_4dv', 'slogp_vsa10', 'num_stereobonds', 'peoe_vsa11', 'bcut2d_chglo', 'chi1v', 'peoe_vsa7', 'bertzct', 'axp_2dv', 'estate_vsa2', 'smr_vsa9', 'peoe_vsa6', 'num_s_centers', 'num_r_centers', 'xch_7dv', 'xc_5d', 'axp_4dv', 'xc_5dv', 'mi', 'xc_3d', 'fpdensitymorgan2', 'xp_0dv', 'nhohcount', 'numatomstereocenters', 'mse', 'smr_vsa3', 'peoe_vsa12', 'nocount', 'fpdensitymorgan3', 'minabsestateindex', 'bcut2d_mrlow', 'axp_5dv', 'sz', 'vsa_estate10', 'axp_3d', 'xch_6dv', 'xch_4d', 'xc_6d', 'estate_vsa8', 'mpe', 'smr_vsa7', 'numhdonors', 'smr_vsa1', 'xp_5d', 'fr_para_hydroxylation', 'chi3v', 'xpc_6dv', 'nbase', 'heavyatommolwt', 'avgipc', 'maxestateindex', 'smr_vsa6', 'fr_bicyclic', 'xc_4dv', 'xp_7d', 'smr_vsa5', 'xpc_4d', 'smr_vsa4', 'peoe_vsa4', 'numheteroatoms', 'fr_nhpyrrole', 'axp_4d', 'smr_vsa10', 'xp_6d', 'sps', 'mare', 'slogp_vsa2', 'axp_0d', 'slogp_vsa4', 'fr_al_oh', 'numheterocycles', 'labuteasa', 'xp_3d', 'chi4n', 'fractioncsp3', 'maxabspartialcharge', 'fr_al_oh_notert', 'peoe_vsa1', 'axp_7dv', 'slogp_vsa11', 'peoe_vsa5', 'xpc_5dv', 'xpc_6d', 'xp_2d', 'xp_3dv', 'fr_ndealkylation1', 'axp_7d', 'estate_vsa9', 'molmr', 'num_stereocenters', 'si', 'estate_vsa1', 'xc_6dv', 'chi0v', 'fr_oxazole', 'axp_6dv', 'xp_6dv', 'xp_4d', 'numaliphaticheterocycles', 'fr_imine', 'fr_imidazole', 'xp_5dv', 'fr_piperdine', 'slogp_vsa7', 'chi1', 'c1sp2', 'numaromaticheterocycles', 'xpc_4dv', 'c3sp2', 'fr_aniline', 'fr_piperzine', 'axp_1dv', 'xch_4dv', 'chi4v', 'chi1n', 'minabspartialcharge', 'slogp_vsa1', 'fr_nh0', 'chi0n', 'c2sp3', 'xc_4d', 'xch_5dv', 'peoe_vsa14', 'xch_5d', 'numsaturatedrings', 'fr_pyridine', 'kappa1', 'slogp_vsa8', 'xp_2dv', 'fr_ar_coo', 'numvalenceelectrons'],
|
|
23
23
|
"compressed_features": [],
|
|
24
24
|
"train_all_data": True,
|
|
25
25
|
"hyperparameters": {},
|
|
@@ -117,8 +117,8 @@ def generate_model_script(template_params: dict) -> str:
|
|
|
117
117
|
template_name = "xgb_model.template"
|
|
118
118
|
model_script_dir = "xgb_model"
|
|
119
119
|
elif template_params["model_type"] == ModelType.UQ_REGRESSOR:
|
|
120
|
-
template_name = "
|
|
121
|
-
model_script_dir = "
|
|
120
|
+
template_name = "mapie.template"
|
|
121
|
+
model_script_dir = "uq_models"
|
|
122
122
|
elif template_params["model_type"] == ModelType.ENSEMBLE_REGRESSOR:
|
|
123
123
|
template_name = "ensemble_xgb.template"
|
|
124
124
|
model_script_dir = "ensemble_xgb"
|
|
@@ -0,0 +1,492 @@
|
|
|
1
|
+
# Model: XGBoost for point predictions + LightGBM with MAPIE for conformalized intervals
|
|
2
|
+
from mapie.regression import ConformalizedQuantileRegressor
|
|
3
|
+
from lightgbm import LGBMRegressor
|
|
4
|
+
from xgboost import XGBRegressor
|
|
5
|
+
from sklearn.model_selection import train_test_split
|
|
6
|
+
|
|
7
|
+
# Model Performance Scores
|
|
8
|
+
from sklearn.metrics import mean_absolute_error, r2_score, root_mean_squared_error
|
|
9
|
+
|
|
10
|
+
from io import StringIO
|
|
11
|
+
import json
|
|
12
|
+
import argparse
|
|
13
|
+
import joblib
|
|
14
|
+
import os
|
|
15
|
+
import numpy as np
|
|
16
|
+
import pandas as pd
|
|
17
|
+
from typing import List, Tuple
|
|
18
|
+
|
|
19
|
+
# Template Placeholders
|
|
20
|
+
TEMPLATE_PARAMS = {
|
|
21
|
+
"target": "udm_asy_res_free_percent",
|
|
22
|
+
"features": ['vsa_estate6', 'naromatom', 'mollogp', 'fr_nh2', 'mp', 'c2sp2', 'xch_3d', 'axp_6d', 'bcut2d_mrhi', 'fr_benzene', 'mz', 'slogp_vsa6', 'fr_halogen', 'bcut2d_mwhi', 'vsa_estate4', 'slogp_vsa3', 'estate_vsa5', 'minestateindex', 'axp_3dv', 'estate_vsa3', 'vsa_estate9', 'molwt', 'hallkieralpha', 'fpdensitymorgan1', 'peoe_vsa13', 'xpc_5d', 'bcut2d_chghi', 'peoe_vsa8', 'axp_0dv', 'axp_2d', 'chi2v', 'bcut2d_logphi', 'axp_5d', 'peoe_vsa2', 'estate_vsa6', 'qed', 'numrotatablebonds', 'xc_3dv', 'peoe_vsa3', 'balabanj', 'slogp_vsa5', 'mv', 'vsa_estate2', 'bcut2d_mwlow', 'xch_7d', 'chi3n', 'vsa_estate8', 'estate_vsa4', 'xp_7dv', 'fr_nh1', 'vsa_estate3', 'fr_ketone_topliss', 'minpartialcharge', 'phi', 'peoe_vsa10', 'vsa_estate7', 'estate_vsa7', 'tpsa', 'kappa3', 'kappa2', 'bcut2d_logplow', 'xch_6d', 'maxpartialcharge', 'vsa_estate1', 'peoe_vsa9', 'axp_1d', 'fr_ar_n', 'chi2n', 'vsa_estate5', 'xp_4dv', 'slogp_vsa10', 'num_stereobonds', 'peoe_vsa11', 'bcut2d_chglo', 'chi1v', 'peoe_vsa7', 'bertzct', 'axp_2dv', 'estate_vsa2', 'smr_vsa9', 'peoe_vsa6', 'num_s_centers', 'num_r_centers', 'xch_7dv', 'xc_5d', 'axp_4dv', 'xc_5dv', 'mi', 'xc_3d', 'fpdensitymorgan2', 'xp_0dv', 'nhohcount', 'numatomstereocenters', 'mse', 'smr_vsa3', 'peoe_vsa12', 'nocount', 'fpdensitymorgan3', 'minabsestateindex', 'bcut2d_mrlow', 'axp_5dv', 'sz', 'vsa_estate10', 'axp_3d', 'xch_6dv', 'xch_4d', 'xc_6d', 'estate_vsa8', 'mpe', 'smr_vsa7', 'numhdonors', 'smr_vsa1', 'xp_5d', 'fr_para_hydroxylation', 'chi3v', 'xpc_6dv', 'nbase', 'heavyatommolwt', 'avgipc', 'maxestateindex', 'smr_vsa6', 'fr_bicyclic', 'xc_4dv', 'xp_7d', 'smr_vsa5', 'xpc_4d', 'smr_vsa4', 'peoe_vsa4', 'numheteroatoms', 'fr_nhpyrrole', 'axp_4d', 'smr_vsa10', 'xp_6d', 'sps', 'mare', 'slogp_vsa2', 'axp_0d', 'slogp_vsa4', 'fr_al_oh', 'numheterocycles', 'labuteasa', 'xp_3d', 'chi4n', 'fractioncsp3', 'maxabspartialcharge', 'fr_al_oh_notert', 'peoe_vsa1', 'axp_7dv', 'slogp_vsa11', 'peoe_vsa5', 'xpc_5dv', 'xpc_6d', 'xp_2d', 'xp_3dv', 'fr_ndealkylation1', 'axp_7d', 'estate_vsa9', 'molmr', 'num_stereocenters', 'si', 'estate_vsa1', 'xc_6dv', 'chi0v', 'fr_oxazole', 'axp_6dv', 'xp_6dv', 'xp_4d', 'numaliphaticheterocycles', 'fr_imine', 'fr_imidazole', 'xp_5dv', 'fr_piperdine', 'slogp_vsa7', 'chi1', 'c1sp2', 'numaromaticheterocycles', 'xpc_4dv', 'c3sp2', 'fr_aniline', 'fr_piperzine', 'axp_1dv', 'xch_4dv', 'chi4v', 'chi1n', 'minabspartialcharge', 'slogp_vsa1', 'fr_nh0', 'chi0n', 'c2sp3', 'xc_4d', 'xch_5dv', 'peoe_vsa14', 'xch_5d', 'numsaturatedrings', 'fr_pyridine', 'kappa1', 'slogp_vsa8', 'xp_2dv', 'fr_ar_coo', 'numvalenceelectrons'],
|
|
23
|
+
"compressed_features": [],
|
|
24
|
+
"train_all_data": True,
|
|
25
|
+
"hyperparameters": {},
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
# Function to check if dataframe is empty
|
|
30
|
+
def check_dataframe(df: pd.DataFrame, df_name: str) -> None:
|
|
31
|
+
"""
|
|
32
|
+
Check if the provided dataframe is empty and raise an exception if it is.
|
|
33
|
+
|
|
34
|
+
Args:
|
|
35
|
+
df (pd.DataFrame): DataFrame to check
|
|
36
|
+
df_name (str): Name of the DataFrame
|
|
37
|
+
"""
|
|
38
|
+
if df.empty:
|
|
39
|
+
msg = f"*** The training data {df_name} has 0 rows! ***STOPPING***"
|
|
40
|
+
print(msg)
|
|
41
|
+
raise ValueError(msg)
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
def match_features_case_insensitive(df: pd.DataFrame, model_features: list) -> pd.DataFrame:
|
|
45
|
+
"""
|
|
46
|
+
Matches and renames DataFrame columns to match model feature names (case-insensitive).
|
|
47
|
+
Prioritizes exact matches, then case-insensitive matches.
|
|
48
|
+
|
|
49
|
+
Raises ValueError if any model features cannot be matched.
|
|
50
|
+
"""
|
|
51
|
+
df_columns_lower = {col.lower(): col for col in df.columns}
|
|
52
|
+
rename_dict = {}
|
|
53
|
+
missing = []
|
|
54
|
+
for feature in model_features:
|
|
55
|
+
if feature in df.columns:
|
|
56
|
+
continue # Exact match
|
|
57
|
+
elif feature.lower() in df_columns_lower:
|
|
58
|
+
rename_dict[df_columns_lower[feature.lower()]] = feature
|
|
59
|
+
else:
|
|
60
|
+
missing.append(feature)
|
|
61
|
+
|
|
62
|
+
if missing:
|
|
63
|
+
raise ValueError(f"Features not found: {missing}")
|
|
64
|
+
|
|
65
|
+
# Rename the DataFrame columns to match the model features
|
|
66
|
+
return df.rename(columns=rename_dict)
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
def convert_categorical_types(df: pd.DataFrame, features: list, category_mappings={}) -> tuple:
|
|
70
|
+
"""
|
|
71
|
+
Converts appropriate columns to categorical type with consistent mappings.
|
|
72
|
+
|
|
73
|
+
Args:
|
|
74
|
+
df (pd.DataFrame): The DataFrame to process.
|
|
75
|
+
features (list): List of feature names to consider for conversion.
|
|
76
|
+
category_mappings (dict, optional): Existing category mappings. If empty dict, we're in
|
|
77
|
+
training mode. If populated, we're in inference mode.
|
|
78
|
+
|
|
79
|
+
Returns:
|
|
80
|
+
tuple: (processed DataFrame, category mappings dictionary)
|
|
81
|
+
"""
|
|
82
|
+
# Training mode
|
|
83
|
+
if category_mappings == {}:
|
|
84
|
+
for col in df.select_dtypes(include=["object", "string"]):
|
|
85
|
+
if col in features and df[col].nunique() < 20:
|
|
86
|
+
print(f"Training mode: Converting {col} to category")
|
|
87
|
+
df[col] = df[col].astype("category")
|
|
88
|
+
category_mappings[col] = df[col].cat.categories.tolist() # Store category mappings
|
|
89
|
+
|
|
90
|
+
# Inference mode
|
|
91
|
+
else:
|
|
92
|
+
for col, categories in category_mappings.items():
|
|
93
|
+
if col in df.columns:
|
|
94
|
+
print(f"Inference mode: Applying categorical mapping for {col}")
|
|
95
|
+
df[col] = pd.Categorical(df[col], categories=categories) # Apply consistent categorical mapping
|
|
96
|
+
|
|
97
|
+
return df, category_mappings
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
def decompress_features(
|
|
101
|
+
df: pd.DataFrame, features: List[str], compressed_features: List[str]
|
|
102
|
+
) -> Tuple[pd.DataFrame, List[str]]:
|
|
103
|
+
"""Prepare features for the model by decompressing bitstring features
|
|
104
|
+
|
|
105
|
+
Args:
|
|
106
|
+
df (pd.DataFrame): The features DataFrame
|
|
107
|
+
features (List[str]): Full list of feature names
|
|
108
|
+
compressed_features (List[str]): List of feature names to decompress (bitstrings)
|
|
109
|
+
|
|
110
|
+
Returns:
|
|
111
|
+
pd.DataFrame: DataFrame with the decompressed features
|
|
112
|
+
List[str]: Updated list of feature names after decompression
|
|
113
|
+
|
|
114
|
+
Raises:
|
|
115
|
+
ValueError: If any missing values are found in the specified features
|
|
116
|
+
"""
|
|
117
|
+
|
|
118
|
+
# Check for any missing values in the required features
|
|
119
|
+
missing_counts = df[features].isna().sum()
|
|
120
|
+
if missing_counts.any():
|
|
121
|
+
missing_features = missing_counts[missing_counts > 0]
|
|
122
|
+
print(
|
|
123
|
+
f"WARNING: Found missing values in features: {missing_features.to_dict()}. "
|
|
124
|
+
"WARNING: You might want to remove/replace all NaN values before processing."
|
|
125
|
+
)
|
|
126
|
+
|
|
127
|
+
# Decompress the specified compressed features
|
|
128
|
+
decompressed_features = features.copy()
|
|
129
|
+
for feature in compressed_features:
|
|
130
|
+
if (feature not in df.columns) or (feature not in features):
|
|
131
|
+
print(f"Feature '{feature}' not in the features list, skipping decompression.")
|
|
132
|
+
continue
|
|
133
|
+
|
|
134
|
+
# Remove the feature from the list of features to avoid duplication
|
|
135
|
+
decompressed_features.remove(feature)
|
|
136
|
+
|
|
137
|
+
# Handle all compressed features as bitstrings
|
|
138
|
+
bit_matrix = np.array([list(bitstring) for bitstring in df[feature]], dtype=np.uint8)
|
|
139
|
+
prefix = feature[:3]
|
|
140
|
+
|
|
141
|
+
# Create all new columns at once - avoids fragmentation
|
|
142
|
+
new_col_names = [f"{prefix}_{i}" for i in range(bit_matrix.shape[1])]
|
|
143
|
+
new_df = pd.DataFrame(bit_matrix, columns=new_col_names, index=df.index)
|
|
144
|
+
|
|
145
|
+
# Add to features list
|
|
146
|
+
decompressed_features.extend(new_col_names)
|
|
147
|
+
|
|
148
|
+
# Drop original column and concatenate new ones
|
|
149
|
+
df = df.drop(columns=[feature])
|
|
150
|
+
df = pd.concat([df, new_df], axis=1)
|
|
151
|
+
|
|
152
|
+
return df, decompressed_features
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
if __name__ == "__main__":
|
|
156
|
+
# Template Parameters
|
|
157
|
+
target = TEMPLATE_PARAMS["target"]
|
|
158
|
+
features = TEMPLATE_PARAMS["features"]
|
|
159
|
+
orig_features = features.copy()
|
|
160
|
+
compressed_features = TEMPLATE_PARAMS["compressed_features"]
|
|
161
|
+
train_all_data = TEMPLATE_PARAMS["train_all_data"]
|
|
162
|
+
hyperparameters = TEMPLATE_PARAMS["hyperparameters"]
|
|
163
|
+
validation_split = 0.2
|
|
164
|
+
|
|
165
|
+
# Script arguments for input/output directories
|
|
166
|
+
parser = argparse.ArgumentParser()
|
|
167
|
+
parser.add_argument("--model-dir", type=str, default=os.environ.get("SM_MODEL_DIR", "/opt/ml/model"))
|
|
168
|
+
parser.add_argument("--train", type=str, default=os.environ.get("SM_CHANNEL_TRAIN", "/opt/ml/input/data/train"))
|
|
169
|
+
parser.add_argument(
|
|
170
|
+
"--output-data-dir", type=str, default=os.environ.get("SM_OUTPUT_DATA_DIR", "/opt/ml/output/data")
|
|
171
|
+
)
|
|
172
|
+
args = parser.parse_args()
|
|
173
|
+
|
|
174
|
+
# Read the training data into DataFrames
|
|
175
|
+
training_files = [os.path.join(args.train, file) for file in os.listdir(args.train) if file.endswith(".csv")]
|
|
176
|
+
print(f"Training Files: {training_files}")
|
|
177
|
+
|
|
178
|
+
# Combine files and read them all into a single pandas dataframe
|
|
179
|
+
all_df = pd.concat([pd.read_csv(file, engine="python") for file in training_files])
|
|
180
|
+
|
|
181
|
+
# Check if the dataframe is empty
|
|
182
|
+
check_dataframe(all_df, "training_df")
|
|
183
|
+
|
|
184
|
+
# Features/Target output
|
|
185
|
+
print(f"Target: {target}")
|
|
186
|
+
print(f"Features: {str(features)}")
|
|
187
|
+
|
|
188
|
+
# Convert any features that might be categorical to 'category' type
|
|
189
|
+
all_df, category_mappings = convert_categorical_types(all_df, features)
|
|
190
|
+
|
|
191
|
+
# If we have compressed features, decompress them
|
|
192
|
+
if compressed_features:
|
|
193
|
+
print(f"Decompressing features {compressed_features}...")
|
|
194
|
+
all_df, features = decompress_features(all_df, features, compressed_features)
|
|
195
|
+
|
|
196
|
+
# Do we want to train on all the data?
|
|
197
|
+
if train_all_data:
|
|
198
|
+
print("Training on ALL of the data")
|
|
199
|
+
df_train = all_df.copy()
|
|
200
|
+
df_val = all_df.copy()
|
|
201
|
+
|
|
202
|
+
# Does the dataframe have a training column?
|
|
203
|
+
elif "training" in all_df.columns:
|
|
204
|
+
print("Found training column, splitting data based on training column")
|
|
205
|
+
df_train = all_df[all_df["training"]]
|
|
206
|
+
df_val = all_df[~all_df["training"]]
|
|
207
|
+
else:
|
|
208
|
+
# Just do a random training Split
|
|
209
|
+
print("WARNING: No training column found, splitting data with random state=42")
|
|
210
|
+
df_train, df_val = train_test_split(all_df, test_size=validation_split, random_state=42)
|
|
211
|
+
print(f"FIT/TRAIN: {df_train.shape}")
|
|
212
|
+
print(f"VALIDATION: {df_val.shape}")
|
|
213
|
+
|
|
214
|
+
# Prepare features and targets for training
|
|
215
|
+
X_train = df_train[features]
|
|
216
|
+
X_validate = df_val[features]
|
|
217
|
+
y_train = df_train[target]
|
|
218
|
+
y_validate = df_val[target]
|
|
219
|
+
|
|
220
|
+
# Train XGBoost for point predictions
|
|
221
|
+
print("\nTraining XGBoost for point predictions...")
|
|
222
|
+
print(f" Hyperparameters: {hyperparameters}")
|
|
223
|
+
xgb_model = XGBRegressor(enable_categorical=True, **hyperparameters)
|
|
224
|
+
xgb_model.fit(X_train, y_train)
|
|
225
|
+
|
|
226
|
+
# Evaluate XGBoost performance
|
|
227
|
+
y_pred_xgb = xgb_model.predict(X_validate)
|
|
228
|
+
xgb_rmse = root_mean_squared_error(y_validate, y_pred_xgb)
|
|
229
|
+
xgb_mae = mean_absolute_error(y_validate, y_pred_xgb)
|
|
230
|
+
xgb_r2 = r2_score(y_validate, y_pred_xgb)
|
|
231
|
+
|
|
232
|
+
print(f"\nXGBoost Point Prediction Performance:")
|
|
233
|
+
print(f"RMSE: {xgb_rmse:.3f}")
|
|
234
|
+
print(f"MAE: {xgb_mae:.3f}")
|
|
235
|
+
print(f"R2: {xgb_r2:.3f}")
|
|
236
|
+
|
|
237
|
+
# Define confidence levels we want to model
|
|
238
|
+
confidence_levels = [0.50, 0.68, 0.80, 0.90, 0.95] # 50%, 68%, 80%, 90%, 95% confidence intervals
|
|
239
|
+
|
|
240
|
+
# Store MAPIE models for each confidence level
|
|
241
|
+
mapie_models = {}
|
|
242
|
+
|
|
243
|
+
# Train models for each confidence level
|
|
244
|
+
for confidence_level in confidence_levels:
|
|
245
|
+
alpha = 1 - confidence_level
|
|
246
|
+
lower_q = alpha / 2
|
|
247
|
+
upper_q = 1 - alpha / 2
|
|
248
|
+
|
|
249
|
+
print(f"\nTraining quantile models for {confidence_level * 100:.0f}% confidence interval...")
|
|
250
|
+
print(f" Quantiles: {lower_q:.3f}, {upper_q:.3f}, 0.500")
|
|
251
|
+
|
|
252
|
+
# Train three models for this confidence level
|
|
253
|
+
quantile_estimators = []
|
|
254
|
+
for q in [lower_q, upper_q, 0.5]:
|
|
255
|
+
print(f" Training model for quantile {q:.3f}...")
|
|
256
|
+
est = LGBMRegressor(
|
|
257
|
+
objective="quantile",
|
|
258
|
+
alpha=q,
|
|
259
|
+
n_estimators=1000,
|
|
260
|
+
max_depth=6,
|
|
261
|
+
learning_rate=0.01,
|
|
262
|
+
num_leaves=31,
|
|
263
|
+
min_child_samples=20,
|
|
264
|
+
subsample=0.8,
|
|
265
|
+
colsample_bytree=0.8,
|
|
266
|
+
random_state=42,
|
|
267
|
+
verbose=-1,
|
|
268
|
+
force_col_wise=True,
|
|
269
|
+
)
|
|
270
|
+
est.fit(X_train, y_train)
|
|
271
|
+
quantile_estimators.append(est)
|
|
272
|
+
|
|
273
|
+
# Create MAPIE CQR model for this confidence level
|
|
274
|
+
print(f" Setting up MAPIE CQR for {confidence_level * 100:.0f}% confidence...")
|
|
275
|
+
mapie_model = ConformalizedQuantileRegressor(
|
|
276
|
+
quantile_estimators, confidence_level=confidence_level, prefit=True
|
|
277
|
+
)
|
|
278
|
+
|
|
279
|
+
# Conformalize the model
|
|
280
|
+
print(f" Conformalizing with validation data...")
|
|
281
|
+
mapie_model.conformalize(X_validate, y_validate)
|
|
282
|
+
|
|
283
|
+
# Store the model
|
|
284
|
+
mapie_models[f"mapie_{confidence_level:.2f}"] = mapie_model
|
|
285
|
+
|
|
286
|
+
# Validate coverage for this confidence level
|
|
287
|
+
y_pred, y_pis = mapie_model.predict_interval(X_validate)
|
|
288
|
+
coverage = np.mean((y_validate >= y_pis[:, 0, 0]) & (y_validate <= y_pis[:, 1, 0]))
|
|
289
|
+
print(f" Coverage: Target={confidence_level * 100:.0f}%, Empirical={coverage * 100:.1f}%")
|
|
290
|
+
|
|
291
|
+
print(f"\nOverall Model Performance Summary:")
|
|
292
|
+
print(f"XGBoost RMSE: {xgb_rmse:.3f}")
|
|
293
|
+
print(f"XGBoost MAE: {xgb_mae:.3f}")
|
|
294
|
+
print(f"XGBoost R2: {xgb_r2:.3f}")
|
|
295
|
+
print(f"NumRows: {len(df_val)}")
|
|
296
|
+
|
|
297
|
+
# Analyze interval widths across confidence levels
|
|
298
|
+
print(f"\nInterval Width Analysis:")
|
|
299
|
+
for conf_level in confidence_levels:
|
|
300
|
+
model = mapie_models[f"mapie_{conf_level:.2f}"]
|
|
301
|
+
_, y_pis = model.predict_interval(X_validate)
|
|
302
|
+
widths = y_pis[:, 1, 0] - y_pis[:, 0, 0]
|
|
303
|
+
print(f" {conf_level * 100:.0f}% CI: Mean width={np.mean(widths):.3f}, Std={np.std(widths):.3f}")
|
|
304
|
+
|
|
305
|
+
# Save the trained XGBoost model
|
|
306
|
+
joblib.dump(xgb_model, os.path.join(args.model_dir, "xgb_model.joblib"))
|
|
307
|
+
|
|
308
|
+
# Save all MAPIE models
|
|
309
|
+
for model_name, model in mapie_models.items():
|
|
310
|
+
joblib.dump(model, os.path.join(args.model_dir, f"{model_name}.joblib"))
|
|
311
|
+
|
|
312
|
+
# Save the feature list
|
|
313
|
+
with open(os.path.join(args.model_dir, "feature_columns.json"), "w") as fp:
|
|
314
|
+
json.dump(features, fp)
|
|
315
|
+
|
|
316
|
+
# Save category mappings if any
|
|
317
|
+
if category_mappings:
|
|
318
|
+
with open(os.path.join(args.model_dir, "category_mappings.json"), "w") as fp:
|
|
319
|
+
json.dump(category_mappings, fp)
|
|
320
|
+
|
|
321
|
+
# Save model configuration
|
|
322
|
+
model_config = {
|
|
323
|
+
"model_type": "XGBoost_MAPIE_CQR_LightGBM",
|
|
324
|
+
"confidence_levels": confidence_levels,
|
|
325
|
+
"n_features": len(features),
|
|
326
|
+
"target": target,
|
|
327
|
+
"validation_metrics": {
|
|
328
|
+
"xgb_rmse": float(xgb_rmse),
|
|
329
|
+
"xgb_mae": float(xgb_mae),
|
|
330
|
+
"xgb_r2": float(xgb_r2),
|
|
331
|
+
"n_validation": len(df_val),
|
|
332
|
+
},
|
|
333
|
+
}
|
|
334
|
+
with open(os.path.join(args.model_dir, "model_config.json"), "w") as fp:
|
|
335
|
+
json.dump(model_config, fp, indent=2)
|
|
336
|
+
|
|
337
|
+
print(f"\nModel training complete!")
|
|
338
|
+
print(f"Saved 1 XGBoost model and {len(mapie_models)} MAPIE models to {args.model_dir}")
|
|
339
|
+
|
|
340
|
+
|
|
341
|
+
#
|
|
342
|
+
# Inference Section
|
|
343
|
+
#
|
|
344
|
+
def model_fn(model_dir) -> dict:
|
|
345
|
+
"""Load XGBoost and all MAPIE models from the specified directory."""
|
|
346
|
+
|
|
347
|
+
# Load model configuration to know which models to load
|
|
348
|
+
with open(os.path.join(model_dir, "model_config.json")) as fp:
|
|
349
|
+
config = json.load(fp)
|
|
350
|
+
|
|
351
|
+
# Load XGBoost regressor
|
|
352
|
+
xgb_path = os.path.join(model_dir, "xgb_model.joblib")
|
|
353
|
+
xgb_model = joblib.load(xgb_path)
|
|
354
|
+
|
|
355
|
+
# Load all MAPIE models
|
|
356
|
+
mapie_models = {}
|
|
357
|
+
for conf_level in config["confidence_levels"]:
|
|
358
|
+
model_name = f"mapie_{conf_level:.2f}"
|
|
359
|
+
mapie_models[model_name] = joblib.load(os.path.join(model_dir, f"{model_name}.joblib"))
|
|
360
|
+
|
|
361
|
+
# Load category mappings if they exist
|
|
362
|
+
category_mappings = {}
|
|
363
|
+
category_path = os.path.join(model_dir, "category_mappings.json")
|
|
364
|
+
if os.path.exists(category_path):
|
|
365
|
+
with open(category_path) as fp:
|
|
366
|
+
category_mappings = json.load(fp)
|
|
367
|
+
|
|
368
|
+
return {
|
|
369
|
+
"xgb_model": xgb_model,
|
|
370
|
+
"mapie_models": mapie_models,
|
|
371
|
+
"confidence_levels": config["confidence_levels"],
|
|
372
|
+
"category_mappings": category_mappings,
|
|
373
|
+
}
|
|
374
|
+
|
|
375
|
+
|
|
376
|
+
def input_fn(input_data, content_type):
|
|
377
|
+
"""Parse input data and return a DataFrame."""
|
|
378
|
+
if not input_data:
|
|
379
|
+
raise ValueError("Empty input data is not supported!")
|
|
380
|
+
|
|
381
|
+
# Decode bytes to string if necessary
|
|
382
|
+
if isinstance(input_data, bytes):
|
|
383
|
+
input_data = input_data.decode("utf-8")
|
|
384
|
+
|
|
385
|
+
if "text/csv" in content_type:
|
|
386
|
+
return pd.read_csv(StringIO(input_data))
|
|
387
|
+
elif "application/json" in content_type:
|
|
388
|
+
return pd.DataFrame(json.loads(input_data))
|
|
389
|
+
else:
|
|
390
|
+
raise ValueError(f"{content_type} not supported!")
|
|
391
|
+
|
|
392
|
+
|
|
393
|
+
def output_fn(output_df, accept_type):
|
|
394
|
+
"""Supports both CSV and JSON output formats."""
|
|
395
|
+
if "text/csv" in accept_type:
|
|
396
|
+
# Convert categorical columns to string to avoid fillna issues
|
|
397
|
+
for col in output_df.select_dtypes(include=["category"]).columns:
|
|
398
|
+
output_df[col] = output_df[col].astype(str)
|
|
399
|
+
csv_output = output_df.fillna("N/A").to_csv(index=False)
|
|
400
|
+
return csv_output, "text/csv"
|
|
401
|
+
elif "application/json" in accept_type:
|
|
402
|
+
return output_df.to_json(orient="records"), "application/json"
|
|
403
|
+
else:
|
|
404
|
+
raise RuntimeError(f"{accept_type} accept type is not supported by this script.")
|
|
405
|
+
|
|
406
|
+
|
|
407
|
+
def predict_fn(df, models) -> pd.DataFrame:
|
|
408
|
+
"""Make predictions using XGBoost for point estimates and MAPIE for conformalized intervals
|
|
409
|
+
|
|
410
|
+
Args:
|
|
411
|
+
df (pd.DataFrame): The input DataFrame
|
|
412
|
+
models (dict): Dictionary containing XGBoost and MAPIE models
|
|
413
|
+
|
|
414
|
+
Returns:
|
|
415
|
+
pd.DataFrame: DataFrame with XGBoost predictions and conformalized intervals
|
|
416
|
+
"""
|
|
417
|
+
|
|
418
|
+
# Flag for outlier stretch adjustment for the prediction intervals
|
|
419
|
+
# if the predicted values are outside the intervals
|
|
420
|
+
outlier_stretch = False
|
|
421
|
+
|
|
422
|
+
# Grab our feature columns (from training)
|
|
423
|
+
model_dir = os.environ.get("SM_MODEL_DIR", "/opt/ml/model")
|
|
424
|
+
with open(os.path.join(model_dir, "feature_columns.json")) as fp:
|
|
425
|
+
model_features = json.load(fp)
|
|
426
|
+
|
|
427
|
+
# Match features in a case-insensitive manner
|
|
428
|
+
matched_df = match_features_case_insensitive(df, model_features)
|
|
429
|
+
|
|
430
|
+
# Apply categorical mappings if they exist
|
|
431
|
+
if models.get("category_mappings"):
|
|
432
|
+
matched_df, _ = convert_categorical_types(matched_df, model_features, models["category_mappings"])
|
|
433
|
+
|
|
434
|
+
# Get features for prediction
|
|
435
|
+
X = matched_df[model_features]
|
|
436
|
+
|
|
437
|
+
# Get XGBoost point predictions
|
|
438
|
+
df["prediction"] = models["xgb_model"].predict(X)
|
|
439
|
+
|
|
440
|
+
# Get predictions from each MAPIE model for conformalized intervals
|
|
441
|
+
for conf_level in models["confidence_levels"]:
|
|
442
|
+
model_name = f"mapie_{conf_level:.2f}"
|
|
443
|
+
model = models["mapie_models"][model_name]
|
|
444
|
+
|
|
445
|
+
# Get conformalized predictions
|
|
446
|
+
y_pred, y_pis = model.predict_interval(X)
|
|
447
|
+
|
|
448
|
+
# Map confidence levels to quantile names
|
|
449
|
+
if conf_level == 0.50: # 50% CI
|
|
450
|
+
df["q_25"] = y_pis[:, 0, 0]
|
|
451
|
+
df["q_75"] = y_pis[:, 1, 0]
|
|
452
|
+
elif conf_level == 0.68: # 68% CI
|
|
453
|
+
df["q_16"] = y_pis[:, 0, 0]
|
|
454
|
+
df["q_84"] = y_pis[:, 1, 0]
|
|
455
|
+
elif conf_level == 0.80: # 80% CI
|
|
456
|
+
df["q_10"] = y_pis[:, 0, 0]
|
|
457
|
+
df["q_90"] = y_pis[:, 1, 0]
|
|
458
|
+
elif conf_level == 0.90: # 90% CI
|
|
459
|
+
df["q_05"] = y_pis[:, 0, 0]
|
|
460
|
+
df["q_95"] = y_pis[:, 1, 0]
|
|
461
|
+
elif conf_level == 0.95: # 95% CI
|
|
462
|
+
df["q_025"] = y_pis[:, 0, 0]
|
|
463
|
+
df["q_975"] = y_pis[:, 1, 0]
|
|
464
|
+
|
|
465
|
+
# Add median (q_50) from XGBoost prediction
|
|
466
|
+
df["q_50"] = df["prediction"]
|
|
467
|
+
|
|
468
|
+
# Calculate a pseudo-standard deviation from the 68% interval width
|
|
469
|
+
df["prediction_std"] = (df["q_84"] - df["q_16"]) / 2.0
|
|
470
|
+
|
|
471
|
+
# Reorder the quantile columns for easier reading
|
|
472
|
+
quantile_cols = ["q_025", "q_05", "q_10", "q_16", "q_25", "q_75", "q_84", "q_90", "q_95", "q_975"]
|
|
473
|
+
other_cols = [col for col in df.columns if col not in quantile_cols]
|
|
474
|
+
df = df[other_cols + quantile_cols]
|
|
475
|
+
|
|
476
|
+
# Adjust the outer quantiles to ensure they encompass the prediction
|
|
477
|
+
if outlier_stretch:
|
|
478
|
+
# Lower intervals adjustments
|
|
479
|
+
df["q_025"] = np.minimum(df["q_025"], df["prediction"])
|
|
480
|
+
df["q_05"] = np.minimum(df["q_05"], df["prediction"])
|
|
481
|
+
df["q_10"] = np.minimum(df["q_10"], df["prediction"])
|
|
482
|
+
df["q_16"] = np.minimum(df["q_16"], df["prediction"])
|
|
483
|
+
df["q_25"] = np.minimum(df["q_25"], df["prediction"])
|
|
484
|
+
|
|
485
|
+
# Upper intervals adjustments
|
|
486
|
+
df["q_75"] = np.maximum(df["q_75"], df["prediction"])
|
|
487
|
+
df["q_84"] = np.maximum(df["q_84"], df["prediction"])
|
|
488
|
+
df["q_90"] = np.maximum(df["q_90"], df["prediction"])
|
|
489
|
+
df["q_95"] = np.maximum(df["q_95"], df["prediction"])
|
|
490
|
+
df["q_975"] = np.maximum(df["q_975"], df["prediction"])
|
|
491
|
+
|
|
492
|
+
return df
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
# Note: Most libs are already in the training/inference images, ONLY specify additional libs here
|
|
@@ -560,7 +560,7 @@ class WorkbenchShell:
|
|
|
560
560
|
from workbench.web_interface.components.plugin_unit_test import PluginUnitTest
|
|
561
561
|
|
|
562
562
|
# Get kwargs
|
|
563
|
-
theme = kwargs.get("theme", "
|
|
563
|
+
theme = kwargs.get("theme", "midnight_blue")
|
|
564
564
|
|
|
565
565
|
plugin_test = PluginUnitTest(plugin_class, theme=theme, input_data=data, **kwargs)
|
|
566
566
|
|
|
@@ -159,7 +159,7 @@ class ScatterPlot(PluginInterface):
|
|
|
159
159
|
self.df = self.df.drop(columns=aws_cols, errors="ignore")
|
|
160
160
|
|
|
161
161
|
# Set hover columns and custom data
|
|
162
|
-
self.hover_columns = kwargs.get("hover_columns", self.df.columns.tolist()[:
|
|
162
|
+
self.hover_columns = kwargs.get("hover_columns", sorted(self.df.columns.tolist()[:15]))
|
|
163
163
|
self.suppress_hover_display = kwargs.get("suppress_hover_display", False)
|
|
164
164
|
self.custom_data = kwargs.get("custom_data", [])
|
|
165
165
|
|
|
@@ -427,7 +427,7 @@ if __name__ == "__main__":
|
|
|
427
427
|
|
|
428
428
|
from workbench.api import DFStore
|
|
429
429
|
|
|
430
|
-
df = DFStore().get("/workbench/models/aqsol-uq/
|
|
430
|
+
df = DFStore().get("/workbench/models/aqsol-uq-100/full_cross_fold_inference")
|
|
431
431
|
|
|
432
432
|
# Run the Unit Test on the Plugin
|
|
433
433
|
PluginUnitTest(
|
|
@@ -436,6 +436,6 @@ if __name__ == "__main__":
|
|
|
436
436
|
theme="midnight_blue",
|
|
437
437
|
x="solubility",
|
|
438
438
|
y="prediction",
|
|
439
|
-
color="
|
|
439
|
+
color="prediction_std",
|
|
440
440
|
suppress_hover_display=True,
|
|
441
441
|
).run()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: workbench
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.182
|
|
4
4
|
Summary: Workbench: A Dashboard and Python API for creating and deploying AWS SageMaker Model Pipelines
|
|
5
5
|
Author-email: SuperCowPowers LLC <support@supercowpowers.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -564,7 +564,6 @@ src/workbench/model_scripts/custom_models/uq_models/bayesian_ridge.template
|
|
|
564
564
|
src/workbench/model_scripts/custom_models/uq_models/ensemble_xgb.template
|
|
565
565
|
src/workbench/model_scripts/custom_models/uq_models/gaussian_process.template
|
|
566
566
|
src/workbench/model_scripts/custom_models/uq_models/generated_model_script.py
|
|
567
|
-
src/workbench/model_scripts/custom_models/uq_models/mapie.template
|
|
568
567
|
src/workbench/model_scripts/custom_models/uq_models/meta_uq.template
|
|
569
568
|
src/workbench/model_scripts/custom_models/uq_models/ngboost.template
|
|
570
569
|
src/workbench/model_scripts/custom_models/uq_models/proximity.py
|
|
@@ -577,11 +576,12 @@ src/workbench/model_scripts/ensemble_xgb/requirements.txt
|
|
|
577
576
|
src/workbench/model_scripts/pytorch_model/generated_model_script.py
|
|
578
577
|
src/workbench/model_scripts/pytorch_model/pytorch.template
|
|
579
578
|
src/workbench/model_scripts/pytorch_model/requirements.txt
|
|
580
|
-
src/workbench/model_scripts/quant_regression/quant_regression.template
|
|
581
|
-
src/workbench/model_scripts/quant_regression/requirements.txt
|
|
582
579
|
src/workbench/model_scripts/scikit_learn/generated_model_script.py
|
|
583
580
|
src/workbench/model_scripts/scikit_learn/requirements.txt
|
|
584
581
|
src/workbench/model_scripts/scikit_learn/scikit_learn.template
|
|
582
|
+
src/workbench/model_scripts/uq_models/generated_model_script.py
|
|
583
|
+
src/workbench/model_scripts/uq_models/mapie.template
|
|
584
|
+
src/workbench/model_scripts/uq_models/requirements.txt
|
|
585
585
|
src/workbench/model_scripts/xgb_model/generated_model_script.py
|
|
586
586
|
src/workbench/model_scripts/xgb_model/requirements.txt
|
|
587
587
|
src/workbench/model_scripts/xgb_model/xgb_model.template
|