workbench 0.8.178__tar.gz → 0.8.180__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.180/Dockerfile +7 -0
- {workbench-0.8.178 → workbench-0.8.180}/PKG-INFO +1 -1
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/api/endpoint.py +3 -2
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/artifacts/endpoint_core.py +5 -5
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/artifacts/feature_set_core.py +32 -2
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/custom_models/proximity/feature_space_proximity.template +3 -5
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/custom_models/uq_models/bayesian_ridge.template +7 -8
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/custom_models/uq_models/ensemble_xgb.template +10 -17
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/custom_models/uq_models/gaussian_process.template +5 -11
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/custom_models/uq_models/generated_model_script.py +37 -34
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/custom_models/uq_models/mapie.template +35 -32
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/custom_models/uq_models/meta_uq.template +7 -22
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/custom_models/uq_models/ngboost.template +5 -12
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/ensemble_xgb/ensemble_xgb.template +5 -13
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/pytorch_model/pytorch.template +9 -18
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/quant_regression/quant_regression.template +5 -10
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/scikit_learn/scikit_learn.template +4 -9
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/xgb_model/generated_model_script.py +24 -33
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/xgb_model/xgb_model.template +23 -32
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/model_utils.py +2 -1
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/shap_utils.py +10 -2
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/xgboost_model_utils.py +160 -137
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench.egg-info/PKG-INFO +1 -1
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench.egg-info/SOURCES.txt +2 -0
- workbench-0.8.180/tests/create_test_artifacts/hyper_testing.py +70 -0
- workbench-0.8.180/tests/create_test_artifacts/hyper_uq_testing.py +54 -0
- workbench-0.8.178/Dockerfile +0 -31
- {workbench-0.8.178 → workbench-0.8.180}/.flake8 +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/.github/dependabot.yml +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/.github/workflows/deploy-docs.yml +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/.github/workflows/python-lint.yml +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/.gitignore +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/CONTRIBUTING.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/LICENSE +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/Makefile +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/README.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/SECURITY.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/aws_dashboard/Dockerfile +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/aws_dashboard/README.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/aws_dashboard/app.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/aws_dashboard/assets/favicon.ico +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/aws_dashboard/dashboard +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/aws_dashboard/deploy.sh +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/aws_dashboard/nginx.conf +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/aws_dashboard/open_source_config.json +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/aws_dashboard/pages/data_sources/callbacks.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/aws_dashboard/pages/data_sources/layout.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/aws_dashboard/pages/data_sources/page.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/aws_dashboard/pages/endpoints/callbacks.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/aws_dashboard/pages/endpoints/layout.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/aws_dashboard/pages/endpoints/page.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/aws_dashboard/pages/feature_sets/callbacks.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/aws_dashboard/pages/feature_sets/layout.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/aws_dashboard/pages/feature_sets/page.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/aws_dashboard/pages/license/page.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/aws_dashboard/pages/main/callbacks.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/aws_dashboard/pages/main/layout.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/aws_dashboard/pages/main/page.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/aws_dashboard/pages/models/callbacks.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/aws_dashboard/pages/models/layout.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/aws_dashboard/pages/models/page.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/aws_dashboard/pages/pipelines/callbacks.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/aws_dashboard/pages/pipelines/layout.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/aws_dashboard/pages/pipelines/page.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/aws_dashboard/pages/status/page.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/aws_dashboard/static/dark.css +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/aws_dashboard/static/light.css +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/aws_dashboard/supervisord.conf +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/compound_explorer/Dockerfile +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/compound_explorer/README.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/compound_explorer/app.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/compound_explorer/assets/favicon.ico +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/compound_explorer/callbacks.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/compound_explorer/explorer +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/compound_explorer/layout.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/compound_explorer/nginx.conf +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/compound_explorer/open_source_config.json +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/compound_explorer/requirements.txt +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/compound_explorer/storage/callbacks.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/compound_explorer/storage/callbacks_new.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/compound_explorer/storage/layout_new.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/applications/compound_explorer/supervisord.conf +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/aws_account_setup.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/aws_identity_check.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/build_ml_pipeline.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/compound_explorer/.gitignore +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/compound_explorer/README.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/compound_explorer/app.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/compound_explorer/cdk.json +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/compound_explorer/compound_explorer/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/compound_explorer/compound_explorer/compound_explorer_stack.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/compound_explorer/requirements.txt +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/event_bridge/Readme.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_compute/README.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_compute/app.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_compute/cdk.json +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_compute/requirements.txt +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_compute/tests/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_compute/tests/unit/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_compute/tests/unit/test_workbench_compute_stack.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_compute/workbench_compute/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_compute/workbench_compute/workbench_compute_stack.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_core/.gitignore +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_core/README.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_core/app.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_core/cdk.json +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_core/requirements-dev.txt +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_core/requirements.txt +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_core/source.bat +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_core/workbench_core/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_core/workbench_core/workbench_core_stack.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_dashboard_full/.gitignore +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_dashboard_full/README.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_dashboard_full/app.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_dashboard_full/cdk.json +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_dashboard_full/requirements-dev.txt +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_dashboard_full/requirements.txt +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_dashboard_full/source.bat +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/workbench_dashboard_stack.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_dashboard_lite/.gitignore +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_dashboard_lite/README.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_dashboard_lite/app.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_dashboard_lite/cdk.json +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_dashboard_lite/requirements.txt +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/workbench_dashboard_stack.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/data/abalone.csv +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/data/karate_graph.json +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/data/test_data.csv +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/data/test_data.json +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/data/wine_dataset.csv +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/deploy_docker.sh +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/admin/aws_service_limits.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/admin/base_docker_push.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/admin/dashboard_docker_push.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/admin/dashboard_s3_plugins.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/admin/explorer_docker_push.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/admin/images/dashboard_secret_click.png +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/admin/images/serverless_quotas.png +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/admin/images/status_showing_S3_path.png +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/admin/pypi_release.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/admin/workbench_docker_for_lambdas.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/api_classes/data_source.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/api_classes/df_store.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/api_classes/endpoint.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/api_classes/feature_set.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/api_classes/meta.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/api_classes/model.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/api_classes/monitor.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/api_classes/overview.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/api_classes/parameter_store.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/api_classes/pipelines.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/api_classes/views.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/aws_setup/aws_access_management.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/aws_setup/aws_client_vpn.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/aws_setup/aws_setup.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/aws_setup/aws_tips_and_tricks.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/aws_setup/core_stack.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/aws_setup/dashboard_stack.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/aws_setup/domain_cert_setup.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/aws_setup/full_pipeline.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/aws_setup/iam_assume_role.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/aws_setup/sso_assume_role.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/blogs/aws_credentials_lock.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/blogs/canonicalization_and_tautomerization.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/blogs/compound_etl.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/blogs/compound_explorer.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/blogs/descriptor_drilldown.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/blogs/eda.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/blogs/feature_importances.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/blogs/fun_with_workbench/fun_with_endpoints.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/blogs/htg.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/blogs/index.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/blogs/model_monitoring.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/blogs/residual_analysis.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/cached/cached_data_source.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/cached/cached_endpoint.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/cached/cached_feature_set.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/cached/cached_meta.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/cached/cached_model.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/cached/overview.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/chem_utils/index.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/cloudwatch/index.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/comparisons/workbench_vs_databricks.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/compound_explorer/tox21.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/compound_explorer/toxicity_modeling.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/core_classes/artifacts/artifact.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/core_classes/artifacts/athena_source.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/core_classes/artifacts/data_source_abstract.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/core_classes/artifacts/endpoint_core.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/core_classes/artifacts/feature_set_core.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/core_classes/artifacts/model_core.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/core_classes/artifacts/monitor_core.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/core_classes/artifacts/overview.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/core_classes/overview.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/core_classes/transforms/data_loaders_heavy.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/core_classes/transforms/data_loaders_light.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/core_classes/transforms/data_to_features.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/core_classes/transforms/features_to_model.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/core_classes/transforms/model_to_endpoint.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/core_classes/transforms/overview.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/core_classes/transforms/pandas_transforms.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/core_classes/transforms/transform.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/core_classes/views/computation_view.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/core_classes/views/display_view.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/core_classes/views/inference_view.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/core_classes/views/overview.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/core_classes/views/training_view.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/data_algorithms/dataframes/overview.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/data_algorithms/graphs/overview.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/data_algorithms/overview.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/data_algorithms/spark/overview.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/data_algorithms/sql/overview.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/enterprise/index.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/enterprise/private_saas.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/enterprise/project_branding.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/enterprise/themes.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/getting_started/index.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/glue/index.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/images/big_spider.png +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/images/graph_representation.png +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/images/powered_aws_dark_blue.png +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/images/powered_aws_transparent.png +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/images/powered_aws_white.png +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/images/powered_aws_with_tm_grey.png +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/images/scp.png +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/images/scp_labs.png +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/images/small_spider.png +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/images/workbench_concepts.png +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/index.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/lambda_layer/index.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/misc/faq.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/misc/general_info.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/misc/scp_consulting.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/misc/workbench_classes_concepts.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/model_utils/index.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/plugins/index.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/presentations/index.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/release_notes/0_8_106.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/release_notes/0_8_158.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/release_notes/0_8_50.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/release_notes/0_8_55.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/release_notes/0_8_58.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/release_notes/0_8_60.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/release_notes/0_8_71.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/release_notes/0_8_74.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/release_notes/0_8_78.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/release_notes/archived/0_7_8.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/release_notes/archived/0_8_11.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/release_notes/archived/0_8_20.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/release_notes/archived/0_8_22.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/release_notes/archived/0_8_23.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/release_notes/archived/0_8_27.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/release_notes/archived/0_8_29.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/release_notes/archived/0_8_33.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/release_notes/archived/0_8_35.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/release_notes/archived/0_8_36.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/release_notes/archived/0_8_39.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/release_notes/archived/0_8_42.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/release_notes/archived/0_8_46.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/release_notes/archived/0_8_6.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/release_notes/archived/0_8_8.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/repl/index.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/road_maps/0_9_0.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/road_maps/0_9_5.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/themes/details.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/docs/themes/index.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/ag-grid/hello_world.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/chem_utils/tautomerize_smiles.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/datasource/datasource_from_df.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/datasource/datasource_from_s3.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/datasource/datasource_query.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/datasource/datasource_stats.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/datasource/datasource_to_featureset.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/endpoint/endpoint_details.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/endpoint/endpoint_inference.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/endpoint/endpoint_metrics.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/featureset/featureset_eda.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/featureset/featureset_query.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/full_ml_pipeline.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/glue_jobs/glue_example_1.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/glue_jobs/glue_example_2.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/glue_jobs/glue_example_3.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/glue_jobs/glue_launcher_examples/example_1.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/glue_jobs/glue_launcher_examples/example_2.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/meta/meta_list_endpoints.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/meta/meta_list_models.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/meta/meta_model_metrics.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/ml_pipelines/list_models.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/ml_pipelines/wine_classifier.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/model_utils/model_metrics.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/model_utils/model_to_endpoint.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/model_utils/onboard_model.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/models/custom_model.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/models/dbscan.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/models/knn.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/models/pytorch.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/models/random_forest.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/models/smiles_to_md_v1.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/models/uq/bayesian_ridge.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/models/uq/ensemble_xgb.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/models/uq/gaussian_process.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/models/uq/mapie.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/models/uq/meta_uq.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/models/uq/ngboost.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/models/uq/quant_xgb.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/monitor/monitor_setup.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/monitor/monitor_usage.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/plugins/branding/Readme.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/plugins/branding/scp.json +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/plugins/components/custom_plugin.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/plugins/components/endpoint_plugin.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/plugins/components/endpoint_turbo.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/plugins/components/model_markdown.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/plugins/components/model_plugin.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/plugins/packages/my_plugin_utils/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/plugins/packages/my_plugin_utils/assets/foo.json +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/plugins/packages/my_plugin_utils/cool_stuff.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/plugins/pages/plugin_page_1.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/plugins/pages/plugin_page_2.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/plugins/pages/plugin_page_3.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/plugins/templates/Readme.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/plugins/views/model_plugin_view.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/plugins/views/my_view_plugin.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/storage/data_to_data.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/storage/data_to_features.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/storage/endpoint_inference.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/storage/hello_world_pipeline.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/examples/storage/plugin_page_example.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/experiments/chem_info/bulk_sims.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/experiments/chem_info/knn_sims.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/experiments/chemprop_model.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/experiments/confidence_roc_curve.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/experiments/coverage_probability.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/experiments/log_testing.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/experiments/mapie_model.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/experiments/neighbor_outliers.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/experiments/networkx_id.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/experiments/prediction_intervals.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/experiments/pytorch_model.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/experiments/quantile_regression.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/experiments/quantile_regression_2.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/experiments/regression_confidence.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/experiments/residual_analysis.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/experiments/rocauc_testing.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/experiments/scatter_zoom_issue.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/experiments/sol_pipeline.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/glue_jobs/create_glue_workflow_with_trigger.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/glue_jobs/example_glue_job.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/glue_jobs/glue_job_pipeline.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/glue_jobs/glue_mixed_case.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/mkdocs.yml +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/model_docker_images/Readme.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/model_docker_images/inference/Dockerfile +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/model_docker_images/inference/main.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/model_docker_images/inference/requirements.txt +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/model_docker_images/inference/serve +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/model_docker_images/meta_endpoint/Dockerfile +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/model_docker_images/meta_endpoint/main.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/model_docker_images/meta_endpoint/requirements.txt +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/model_docker_images/meta_endpoint/serve +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/model_docker_images/ml_pipelines/Dockerfile +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/model_docker_images/ml_pipelines/ml_pipeline_runner.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/model_docker_images/ml_pipelines/requirements.txt +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/model_docker_images/pytorch_inference/Dockerfile +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/model_docker_images/pytorch_inference/main.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/model_docker_images/pytorch_inference/requirements.txt +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/model_docker_images/pytorch_inference/serve +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/model_docker_images/pytorch_training/Dockerfile +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/model_docker_images/pytorch_training/requirements.txt +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/model_docker_images/pytorch_training/sagemaker_entrypoint.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/model_docker_images/scripts/build_deploy.sh +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/model_docker_images/tests/data/abalone_sm.csv +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/model_docker_images/tests/example_model_script.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/model_docker_images/tests/run_tests.sh +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/model_docker_images/tests/test_inference.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/model_docker_images/tests/test_training.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/model_docker_images/training/Dockerfile +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/model_docker_images/training/requirements.txt +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/model_docker_images/training/sagemaker_entrypoint.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/model_docker_images/workbench_inference/Dockerfile +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/model_docker_images/workbench_inference/main.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/model_docker_images/workbench_inference/requirements.txt +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/model_docker_images/workbench_inference/serve +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/notebooks/Inference_On_Legacy_Models.ipynb +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/notebooks/ML_Pipeline_with_Workbench.ipynb +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/notebooks/ML_Pipeline_with_Workbench_2.ipynb +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/notebooks/Outliers_in_Workbench.ipynb +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/notebooks/Regression_Confidence_Experiments.ipynb +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/notebooks/Residual_Analysis.ipynb +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/notebooks/images/athena_query_aqsol.png +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/notebooks/images/aws_dashboard_aqsol.png +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/notebooks/images/dashboard_aqsol_features.png +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/notebooks/images/model_screenshot.png +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/notebooks/images/scp_labs.png +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/presentations/README.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/pyproject.toml +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/active_logs.sh +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/admin/athena_ddl_mixed_case.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/admin/check_all_glue_tables.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/admin/db_scan_test.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/admin/delete_invalid_views.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/admin/delete_redis_keys.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/admin/list_datacatalog.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/admin/migration/copy_glue_database.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/admin/migration/delete_sageworks_glue_database.sh +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/admin/migration/ds_migrate.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/admin/migration/endpoint_migrate.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/admin/migration/fs_migrate.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/admin/migration/model_migrate.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/admin/pull_image_digest.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/admin/redis_reaper.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/admin/spam_list_tags.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/admin/storage/convert_training_views.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/admin/storage/migrate_data_source_via_df.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/admin/storage/migrate_ds_meta.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/ag_table_row_selection.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/compare_dataframes.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/compare_model_packages.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/endpoint_timing.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/find_smiles_issues.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/get_tags.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/instantiation_timings.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/llm_deploys/deepseek_deploy.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/model_cache_refresh.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/model_endpoint_sanity_check.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/monitor_event_bridge.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/onboard_endpoints.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/onboard_models.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/pipeline_model_endpoint.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/pubchem/pubchem_example.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/pubchem/pubchem_query.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/pubchem/pubchem_query_with_cid.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/seaborn_to_plotly.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/storage/dns_data_to_features.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/storage/generate_jsonl_data.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/test_feature_resolution.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/test_no_workbench_config.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/tox21/test_tox_heuristic.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/scripts/tox21/tox21_to_df_store.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/setup.cfg +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/algorithms/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/algorithms/dataframe/Readme.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/algorithms/dataframe/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/algorithms/dataframe/data_source_eda.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/algorithms/dataframe/feature_space_proximity.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/algorithms/dataframe/fingerprint_proximity.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/algorithms/dataframe/projection_2d.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/algorithms/dataframe/proximity.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/algorithms/dataframe/storage/aggregation.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/algorithms/dataframe/storage/feature_resolution.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/algorithms/dataframe/storage/feature_spider.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/algorithms/dataframe/storage/residuals_calculator.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/algorithms/dataframe/storage/row_tagger.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/algorithms/dataframe/storage/target_gradients.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/algorithms/graph/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/algorithms/graph/heavy/Readme.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/algorithms/graph/light/Readme.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/algorithms/graph/light/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/algorithms/graph/light/proximity_graph.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/algorithms/spark/Readme.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/algorithms/sql/Readme.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/algorithms/sql/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/algorithms/sql/column_stats.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/algorithms/sql/correlations.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/algorithms/sql/descriptive_stats.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/algorithms/sql/outliers.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/algorithms/sql/sample_rows.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/algorithms/sql/value_counts.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/api/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/api/compound.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/api/data_source.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/api/df_store.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/api/feature_set.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/api/graph_store.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/api/meta.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/api/model.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/api/monitor.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/api/parameter_store.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/api/pipeline.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/cached/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/cached/cached_data_source.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/cached/cached_endpoint.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/cached/cached_feature_set.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/cached/cached_meta.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/cached/cached_model.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/cached/cached_pipeline.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/artifacts/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/artifacts/artifact.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/artifacts/athena_source.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/artifacts/cached_artifact_mixin.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/artifacts/data_capture_core.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/artifacts/data_source_abstract.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/artifacts/data_source_factory.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/artifacts/model_core.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/artifacts/monitor_core.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/cloud_platform/aws/README.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/cloud_platform/aws/aws_account_clamp.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/cloud_platform/aws/aws_df_store.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/cloud_platform/aws/aws_graph_store.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/cloud_platform/aws/aws_meta.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/cloud_platform/aws/aws_parameter_store.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/cloud_platform/aws/aws_secrets_manager.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/cloud_platform/aws/aws_session.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/cloud_platform/aws/cache_dataframe.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/cloud_platform/azure/README.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/cloud_platform/cloud_meta.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/cloud_platform/gcp/README.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/pipelines/pipeline_executor.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/Readme.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/data_loaders/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/data_loaders/heavy/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/data_loaders/heavy/s3_heavy_to_data_source.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/data_loaders/light/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/data_loaders/light/csv_to_data_source.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/data_loaders/light/json_to_data_source.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/data_loaders/light/s3_to_data_source_light.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/data_to_data/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/data_to_data/heavy/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/data_to_data/heavy/emr/Readme.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/data_to_data/heavy/glue/Readme.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/data_to_data/light/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/data_to_data/light/clean_data.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/data_to_data/light/data_to_data_light.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/data_to_features/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/data_to_features/heavy/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/data_to_features/heavy/chunk/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/data_to_features/heavy/chunk/data_to_features_chunk.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/data_to_features/heavy/emr/Readme.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/data_to_features/heavy/glue/Readme.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/data_to_features/heavy/storage/data_to_features_heavy_old.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/data_to_features/light/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/data_to_features/light/data_to_features_light.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/data_to_features/light/molecular_descriptors.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/features_to_features/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/features_to_features/heavy/emr/Readme.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/features_to_features/heavy/glue/Readme.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/features_to_model/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/features_to_model/features_to_model.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/model_to_endpoint/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/model_to_endpoint/model_to_endpoint.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/pandas_transforms/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/pandas_transforms/data_to_pandas.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/pandas_transforms/features_to_pandas.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/pandas_transforms/pandas_to_data.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/pandas_transforms/pandas_to_features.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/pandas_transforms/pandas_to_features_chunked.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/transforms/transform.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/views/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/views/column_subset_view.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/views/computation_view.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/views/create_view.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/views/display_view.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/views/inference_view.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/views/pandas_to_view.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/views/storage/mdq_view.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/views/training_view.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/views/view.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/core/views/view_utils.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/custom_models/chem_info/Readme.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/custom_models/chem_info/mol_descriptors.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/custom_models/chem_info/mol_standardize.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/custom_models/chem_info/molecular_descriptors.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/custom_models/chem_info/morgan_fingerprints.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/custom_models/chem_info/requirements.txt +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/custom_models/meta_endpoints/example.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/custom_models/network_security/Readme.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/custom_models/proximity/Readme.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/custom_models/proximity/generated_model_script.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/custom_models/proximity/proximity.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/custom_models/proximity/requirements.txt +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/custom_models/uq_models/Readme.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/custom_models/uq_models/proximity.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/custom_models/uq_models/requirements.txt +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/custom_script_example/custom_model_script.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/custom_script_example/requirements.txt +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/ensemble_xgb/generated_model_script.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/ensemble_xgb/requirements.txt +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/pytorch_model/generated_model_script.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/pytorch_model/requirements.txt +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/quant_regression/requirements.txt +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/scikit_learn/generated_model_script.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/scikit_learn/requirements.txt +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/script_generation.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/model_scripts/xgb_model/requirements.txt +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/repl/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/repl/workbench_shell.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/resources/open_source_api.key +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/resources/signature_verify_pub.pem +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/scripts/check_double_bond_stereo.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/scripts/glue_launcher.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/scripts/ml_pipeline_batch.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/scripts/ml_pipeline_sqs.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/scripts/monitor_cloud_watch.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/scripts/redis_expire.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/scripts/redis_report.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/scripts/show_config.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/themes/dark/base_css.url +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/themes/dark/custom.css +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/themes/dark/plotly.json +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/themes/light/base_css.url +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/themes/light/branding.json +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/themes/light/custom.css +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/themes/light/plotly.json +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/themes/midnight_blue/base_css.url +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/themes/midnight_blue/branding.json +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/themes/midnight_blue/custom.css +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/themes/midnight_blue/plotly.json +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/themes/quartz/base_css.url +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/themes/quartz/custom.css +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/themes/quartz/plotly.json +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/themes/quartz_dark/base_css.url +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/themes/quartz_dark/custom.css +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/themes/quartz_dark/plotly.json +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/ai_compound_generator.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/ai_summary.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/ai_synth.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/athena_utils.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/aws_utils.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/bulk_utils.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/cache.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/chem_utils/__init__.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/chem_utils/fingerprints.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/chem_utils/misc.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/chem_utils/mol_descriptors.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/chem_utils/mol_standardize.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/chem_utils/mol_tagging.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/chem_utils/projections.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/chem_utils/salts.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/chem_utils/sdf.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/chem_utils/toxicity.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/chem_utils/vis.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/cloudwatch_handler.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/cloudwatch_utils.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/color_utils.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/config_manager.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/dashboard_metrics.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/datetime_utils.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/deprecated_utils.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/df_to_endpoint.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/ecs_info.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/endpoint_metrics.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/endpoint_utils.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/extract_model_artifact.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/glue_utils.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/graph_utils.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/ipython_utils.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/json_utils.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/lambda_utils.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/license_manager.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/log_utils.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/markdown_utils.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/monitor_utils.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/pandas_utils.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/performance_utils.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/pipeline_utils.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/plot_utils.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/plugin_manager.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/prox_utils.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/redis_cache.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/repl_utils.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/resource_utils.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/s3_utils.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/shapley_values.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/symbols.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/test_data_generator.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/theme_manager.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/trace_calls.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/type_abbrev.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/workbench_cache.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/workbench_event_bridge.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/workbench_logging.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/utils/workbench_sqs.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/components/component_interface.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/components/correlation_matrix.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/components/data_details_markdown.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/components/endpoint_metric_plots.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/components/experiments/dashboard_metric_plots.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/components/experiments/outlier_plot.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/components/model_plot.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/components/plugin_interface.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/components/plugin_unit_test.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/components/plugins/ag_table.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/components/plugins/confusion_matrix.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/components/plugins/dashboard_status.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/components/plugins/data_details.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/components/plugins/endpoint_details.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/components/plugins/generated_compounds.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/components/plugins/graph_plot.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/components/plugins/license_details.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/components/plugins/model_details.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/components/plugins/molecule_panel.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/components/plugins/molecule_viewer.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/components/plugins/pipeline_details.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/components/plugins/proximity_mini_graph.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/components/plugins/scatter_plot.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/components/plugins/shap_summary_plot.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/components/regression_plot.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/components/violin_plots.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/page_views/data_sources_page_view.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/page_views/endpoints_page_view.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/page_views/feature_sets_page_view.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/page_views/main_page.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/page_views/models_page_view.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/page_views/page_view.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench/web_interface/page_views/pipelines_page_view.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench.egg-info/dependency_links.txt +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench.egg-info/entry_points.txt +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench.egg-info/requires.txt +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/src/workbench.egg-info/top_level.txt +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/README.md +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/artifacts/data_source_tests.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/artifacts/empty_model_group.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/artifacts/endpoint_tests.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/artifacts/featureset_ingest_boundaries.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/artifacts/featureset_tests.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/artifacts/graph_tests.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/artifacts/model_metrics_tests.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/artifacts/model_tests.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/aws_account/aws_account_clamp_tests.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/cached/cached_artifact_tests.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/chem_info/test_tautomerization.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/corner_cases/end_to_end.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/create_test_artifacts/100_percent_models.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/create_test_artifacts/create_aqsol_artifacts.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/create_test_artifacts/create_aqsol_rt_artifacts.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/create_test_artifacts/create_aqsol_uq_artifacts.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/create_test_artifacts/create_basic_test_artifacts.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/create_test_artifacts/create_copy_artifacts.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/create_test_artifacts/create_empty_model_group.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/create_test_artifacts/create_endpoints_for_timing.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/create_test_artifacts/create_graph_artifacts.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/create_test_artifacts/create_knn_artifacts.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/create_test_artifacts/create_meta_endpoints.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/create_test_artifacts/create_pipeline_model.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/create_test_artifacts/create_proximity_models.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/create_test_artifacts/create_quant_regression_artifacts.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/create_test_artifacts/create_realtime_endpoint.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/create_test_artifacts/create_training_adjusted_artifacts.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/create_test_artifacts/create_wine_artifacts.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/create_test_artifacts/delete_stress_test_artifacts.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/create_test_artifacts/delete_test_artifacts.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/create_test_artifacts/regression_ensemble.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/create_test_artifacts/stress_test_aws.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/df_store/df_store_tests.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/lambda/decompress_layers.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/pandas_tests/test_drift.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/parameter_store/param_store_tests.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/plugin_tests/crashing_plugin.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/pytorch/pytorch_hello.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/requirements-dev.txt +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/specific/capital_tests.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/specific/column_changes.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/specific/config_manager.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/specific/deletion_tests.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/specific/shap_tests.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/transforms/data_to_data_tests.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/transforms/data_to_features_tests.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/transforms/features_to_model_tests.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/transforms/model_to_endpoint_tests.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/transforms/pandas_to_data_tests.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/transforms/pandas_to_features_test.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/views/view_tests.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/views/view_tests_complex.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/web_components/confusion_matrix_test.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/web_components/correlation_matrix_test.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/web_components/graph_plot_test.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/web_components/plugin_interface_test.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tests/web_components/scatter_plot_test.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/tox.ini +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/ui_testing/assets/custom.css +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/ui_testing/table_comparison.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/ui_testing/theme_switching.py +0 -0
- {workbench-0.8.178 → workbench-0.8.180}/ui_testing/theme_switching_2.py +0 -0
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
FROM python:3.12-slim
|
|
2
|
+
|
|
3
|
+
ARG WORKBENCH_VERSION=
|
|
4
|
+
RUN apt-get update && apt-get upgrade -y && \
|
|
5
|
+
apt-get install -y --no-install-recommends libexpat1 libnghttp2-dev && \
|
|
6
|
+
apt-get clean && rm -rf /var/lib/apt/lists/* && \
|
|
7
|
+
pip install --no-cache-dir workbench${WORKBENCH_VERSION:+==$WORKBENCH_VERSION}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: workbench
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.180
|
|
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
|
|
@@ -4,6 +4,7 @@ Endpoints can be viewed in the AWS Sagemaker interfaces or in the Workbench
|
|
|
4
4
|
Dashboard UI, which provides additional model details and performance metrics"""
|
|
5
5
|
|
|
6
6
|
import pandas as pd
|
|
7
|
+
from typing import Tuple
|
|
7
8
|
|
|
8
9
|
# Workbench Imports
|
|
9
10
|
from workbench.core.artifacts.endpoint_core import EndpointCore
|
|
@@ -70,14 +71,14 @@ class Endpoint(EndpointCore):
|
|
|
70
71
|
"""
|
|
71
72
|
return super().fast_inference(eval_df, threads=threads)
|
|
72
73
|
|
|
73
|
-
def cross_fold_inference(self, nfolds: int = 5) -> dict:
|
|
74
|
+
def cross_fold_inference(self, nfolds: int = 5) -> Tuple[dict, pd.DataFrame]:
|
|
74
75
|
"""Run cross-fold inference (only works for XGBoost models)
|
|
75
76
|
|
|
76
77
|
Args:
|
|
77
78
|
nfolds (int): The number of folds to use for cross-validation (default: 5)
|
|
78
79
|
|
|
79
80
|
Returns:
|
|
80
|
-
dict: A dictionary with
|
|
81
|
+
Tuple(dict, pd.DataFrame): A tuple containing a dictionary of metrics and a DataFrame with predictions
|
|
81
82
|
"""
|
|
82
83
|
return super().cross_fold_inference(nfolds)
|
|
83
84
|
|
|
@@ -8,7 +8,7 @@ import pandas as pd
|
|
|
8
8
|
import numpy as np
|
|
9
9
|
from io import StringIO
|
|
10
10
|
import awswrangler as wr
|
|
11
|
-
from typing import Union, Optional
|
|
11
|
+
from typing import Union, Optional, Tuple
|
|
12
12
|
import hashlib
|
|
13
13
|
|
|
14
14
|
# Model Performance Scores
|
|
@@ -436,24 +436,24 @@ class EndpointCore(Artifact):
|
|
|
436
436
|
# Return the prediction DataFrame
|
|
437
437
|
return prediction_df
|
|
438
438
|
|
|
439
|
-
def cross_fold_inference(self, nfolds: int = 5) -> dict:
|
|
439
|
+
def cross_fold_inference(self, nfolds: int = 5) -> Tuple[dict, pd.DataFrame]:
|
|
440
440
|
"""Run cross-fold inference (only works for XGBoost models)
|
|
441
441
|
|
|
442
442
|
Args:
|
|
443
443
|
nfolds (int): Number of folds to use for cross-fold (default: 5)
|
|
444
444
|
|
|
445
445
|
Returns:
|
|
446
|
-
dict:
|
|
446
|
+
Tuple[dict, pd.DataFrame]: Tuple of (cross_fold_metrics, out_of_fold_df)
|
|
447
447
|
"""
|
|
448
448
|
|
|
449
449
|
# Grab our model
|
|
450
450
|
model = ModelCore(self.model_name)
|
|
451
451
|
|
|
452
452
|
# Compute CrossFold Metrics
|
|
453
|
-
cross_fold_metrics = cross_fold_inference(model, nfolds=nfolds)
|
|
453
|
+
cross_fold_metrics, out_of_fold_df = cross_fold_inference(model, nfolds=nfolds)
|
|
454
454
|
if cross_fold_metrics:
|
|
455
455
|
self.param_store.upsert(f"/workbench/models/{model.name}/inference/cross_fold", cross_fold_metrics)
|
|
456
|
-
return cross_fold_metrics
|
|
456
|
+
return cross_fold_metrics, out_of_fold_df
|
|
457
457
|
|
|
458
458
|
def fast_inference(self, eval_df: pd.DataFrame, threads: int = 4) -> pd.DataFrame:
|
|
459
459
|
"""Run inference on the Endpoint using the provided DataFrame
|
|
@@ -17,7 +17,7 @@ from workbench.core.artifacts.artifact import Artifact
|
|
|
17
17
|
from workbench.core.artifacts.data_source_factory import DataSourceFactory
|
|
18
18
|
from workbench.core.artifacts.athena_source import AthenaSource
|
|
19
19
|
|
|
20
|
-
from typing import TYPE_CHECKING, Optional
|
|
20
|
+
from typing import TYPE_CHECKING, Optional, List, Union
|
|
21
21
|
|
|
22
22
|
from workbench.utils.aws_utils import aws_throttle
|
|
23
23
|
|
|
@@ -514,7 +514,7 @@ class FeatureSetCore(Artifact):
|
|
|
514
514
|
|
|
515
515
|
Args:
|
|
516
516
|
filter_expression (Optional[str]): A SQL filter expression (e.g., "age > 25 AND status = 'active'")
|
|
517
|
-
If None or empty string, will reset to
|
|
517
|
+
If None or empty string, will reset to training view with no filter
|
|
518
518
|
(default: None)
|
|
519
519
|
"""
|
|
520
520
|
from workbench.core.views import TrainingView
|
|
@@ -528,6 +528,29 @@ class FeatureSetCore(Artifact):
|
|
|
528
528
|
self, id_column=self.id_column, holdout_ids=holdout_ids, filter_expression=filter_expression
|
|
529
529
|
)
|
|
530
530
|
|
|
531
|
+
def exclude_ids_from_training(self, ids: List[Union[str, int]], column_name: Optional[str] = None):
|
|
532
|
+
"""Exclude a list of IDs from the training view
|
|
533
|
+
|
|
534
|
+
Args:
|
|
535
|
+
ids (List[Union[str, int]],): List of IDs to exclude from training
|
|
536
|
+
column_name (Optional[str]): Column name to filter on.
|
|
537
|
+
If None, uses self.id_column (default: None)
|
|
538
|
+
"""
|
|
539
|
+
# Use the default id_column if not specified
|
|
540
|
+
column = column_name or self.id_column
|
|
541
|
+
|
|
542
|
+
# Handle empty list case
|
|
543
|
+
if not ids:
|
|
544
|
+
self.log.warning("No IDs provided to exclude")
|
|
545
|
+
return
|
|
546
|
+
|
|
547
|
+
# Build the filter expression with proper SQL quoting
|
|
548
|
+
quoted_ids = ", ".join([repr(id) for id in ids])
|
|
549
|
+
filter_expression = f"{column} NOT IN ({quoted_ids})"
|
|
550
|
+
|
|
551
|
+
# Apply the filter
|
|
552
|
+
self.set_training_filter(filter_expression)
|
|
553
|
+
|
|
531
554
|
@classmethod
|
|
532
555
|
def delete_views(cls, table: str, database: str):
|
|
533
556
|
"""Delete any views associated with this FeatureSet
|
|
@@ -769,6 +792,13 @@ if __name__ == "__main__":
|
|
|
769
792
|
print(f"Training Data: {training_data.shape}")
|
|
770
793
|
print(training_data)
|
|
771
794
|
|
|
795
|
+
# Test excluding ids from training
|
|
796
|
+
print("Excluding ids from training...")
|
|
797
|
+
my_features.exclude_ids_from_training([1, 2, 3, 4, 5])
|
|
798
|
+
training_data = my_features.get_training_data()
|
|
799
|
+
print(f"Training Data: {training_data.shape}")
|
|
800
|
+
print(training_data)
|
|
801
|
+
|
|
772
802
|
# Now delete the AWS artifacts associated with this Feature Set
|
|
773
803
|
# print("Deleting Workbench Feature Set...")
|
|
774
804
|
# my_features.delete()
|
|
@@ -8,7 +8,7 @@ TEMPLATE_PARAMS = {
|
|
|
8
8
|
"id_column": "{{id_column}}",
|
|
9
9
|
"features": "{{feature_list}}",
|
|
10
10
|
"target": "{{target_column}}",
|
|
11
|
-
"track_columns": "{{track_columns}}"
|
|
11
|
+
"track_columns": "{{track_columns}}",
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
from io import StringIO
|
|
@@ -73,10 +73,7 @@ if __name__ == "__main__":
|
|
|
73
73
|
args = parser.parse_args()
|
|
74
74
|
|
|
75
75
|
# Load training data from the specified directory
|
|
76
|
-
training_files = [
|
|
77
|
-
os.path.join(args.train, file)
|
|
78
|
-
for file in os.listdir(args.train) if file.endswith(".csv")
|
|
79
|
-
]
|
|
76
|
+
training_files = [os.path.join(args.train, file) for file in os.listdir(args.train) if file.endswith(".csv")]
|
|
80
77
|
all_df = pd.concat([pd.read_csv(file, engine="python") for file in training_files])
|
|
81
78
|
|
|
82
79
|
# Check if the DataFrame is empty
|
|
@@ -88,6 +85,7 @@ if __name__ == "__main__":
|
|
|
88
85
|
# Now serialize the model
|
|
89
86
|
model.serialize(args.model_dir)
|
|
90
87
|
|
|
88
|
+
|
|
91
89
|
# Model loading and prediction functions
|
|
92
90
|
def model_fn(model_dir):
|
|
93
91
|
|
|
@@ -14,7 +14,7 @@ import pandas as pd
|
|
|
14
14
|
TEMPLATE_PARAMS = {
|
|
15
15
|
"features": "{{feature_list}}",
|
|
16
16
|
"target": "{{target_column}}",
|
|
17
|
-
"train_all_data": "{{train_all_data}}"
|
|
17
|
+
"train_all_data": "{{train_all_data}}",
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
|
|
@@ -37,7 +37,7 @@ def match_features_case_insensitive(df: pd.DataFrame, model_features: list) -> p
|
|
|
37
37
|
"""
|
|
38
38
|
Matches and renames DataFrame columns to match model feature names (case-insensitive).
|
|
39
39
|
Prioritizes exact matches, then case-insensitive matches.
|
|
40
|
-
|
|
40
|
+
|
|
41
41
|
Raises ValueError if any model features cannot be matched.
|
|
42
42
|
"""
|
|
43
43
|
df_columns_lower = {col.lower(): col for col in df.columns}
|
|
@@ -81,10 +81,7 @@ if __name__ == "__main__":
|
|
|
81
81
|
args = parser.parse_args()
|
|
82
82
|
|
|
83
83
|
# Load training data from the specified directory
|
|
84
|
-
training_files = [
|
|
85
|
-
os.path.join(args.train, file)
|
|
86
|
-
for file in os.listdir(args.train) if file.endswith(".csv")
|
|
87
|
-
]
|
|
84
|
+
training_files = [os.path.join(args.train, file) for file in os.listdir(args.train) if file.endswith(".csv")]
|
|
88
85
|
df = pd.concat([pd.read_csv(file, engine="python") for file in training_files])
|
|
89
86
|
|
|
90
87
|
# Check if the DataFrame is empty
|
|
@@ -109,8 +106,10 @@ if __name__ == "__main__":
|
|
|
109
106
|
# Create and train the Regression/Confidence model
|
|
110
107
|
# model = BayesianRidge()
|
|
111
108
|
model = BayesianRidge(
|
|
112
|
-
alpha_1=1e-6,
|
|
113
|
-
|
|
109
|
+
alpha_1=1e-6,
|
|
110
|
+
alpha_2=1e-6, # Noise precision
|
|
111
|
+
lambda_1=1e-6,
|
|
112
|
+
lambda_2=1e-6, # Weight precision
|
|
114
113
|
fit_intercept=True,
|
|
115
114
|
)
|
|
116
115
|
|
|
@@ -4,11 +4,7 @@ import awswrangler as wr
|
|
|
4
4
|
import numpy as np
|
|
5
5
|
|
|
6
6
|
# Model Performance Scores
|
|
7
|
-
from sklearn.metrics import
|
|
8
|
-
mean_absolute_error,
|
|
9
|
-
r2_score,
|
|
10
|
-
root_mean_squared_error
|
|
11
|
-
)
|
|
7
|
+
from sklearn.metrics import mean_absolute_error, r2_score, root_mean_squared_error
|
|
12
8
|
from sklearn.model_selection import KFold
|
|
13
9
|
from scipy.optimize import minimize
|
|
14
10
|
|
|
@@ -23,7 +19,7 @@ TEMPLATE_PARAMS = {
|
|
|
23
19
|
"features": "{{feature_list}}",
|
|
24
20
|
"target": "{{target_column}}",
|
|
25
21
|
"train_all_data": "{{train_all_data}}",
|
|
26
|
-
"model_metrics_s3_path": "{{model_metrics_s3_path}}"
|
|
22
|
+
"model_metrics_s3_path": "{{model_metrics_s3_path}}",
|
|
27
23
|
}
|
|
28
24
|
|
|
29
25
|
|
|
@@ -47,7 +43,7 @@ def match_features_case_insensitive(df: pd.DataFrame, model_features: list) -> p
|
|
|
47
43
|
"""
|
|
48
44
|
Matches and renames DataFrame columns to match model feature names (case-insensitive).
|
|
49
45
|
Prioritizes exact matches, then case-insensitive matches.
|
|
50
|
-
|
|
46
|
+
|
|
51
47
|
Raises ValueError if any model features cannot be matched.
|
|
52
48
|
"""
|
|
53
49
|
df_columns_lower = {col.lower(): col for col in df.columns}
|
|
@@ -90,10 +86,7 @@ if __name__ == "__main__":
|
|
|
90
86
|
args = parser.parse_args()
|
|
91
87
|
|
|
92
88
|
# Load training data from the specified directory
|
|
93
|
-
training_files = [
|
|
94
|
-
os.path.join(args.train, file)
|
|
95
|
-
for file in os.listdir(args.train) if file.endswith(".csv")
|
|
96
|
-
]
|
|
89
|
+
training_files = [os.path.join(args.train, file) for file in os.listdir(args.train) if file.endswith(".csv")]
|
|
97
90
|
df = pd.concat([pd.read_csv(file, engine="python") for file in training_files])
|
|
98
91
|
|
|
99
92
|
# Check if the DataFrame is empty
|
|
@@ -172,16 +165,14 @@ if __name__ == "__main__":
|
|
|
172
165
|
cv_residuals = np.array(cv_residuals)
|
|
173
166
|
cv_uncertainties = np.array(cv_uncertainties)
|
|
174
167
|
|
|
175
|
-
|
|
176
168
|
# Optimize calibration parameters: σ_cal = a * σ_uc + b
|
|
177
169
|
def neg_log_likelihood(params):
|
|
178
170
|
a, b = params
|
|
179
171
|
sigma_cal = a * cv_uncertainties + b
|
|
180
172
|
sigma_cal = np.maximum(sigma_cal, 1e-8) # Prevent division by zero
|
|
181
|
-
return np.sum(0.5 * np.log(2 * np.pi * sigma_cal
|
|
173
|
+
return np.sum(0.5 * np.log(2 * np.pi * sigma_cal**2) + 0.5 * (cv_residuals**2) / (sigma_cal**2))
|
|
182
174
|
|
|
183
|
-
|
|
184
|
-
result = minimize(neg_log_likelihood, x0=[1.0, 0.1], method='Nelder-Mead')
|
|
175
|
+
result = minimize(neg_log_likelihood, x0=[1.0, 0.1], method="Nelder-Mead")
|
|
185
176
|
cal_a, cal_b = result.x
|
|
186
177
|
|
|
187
178
|
print(f"Calibration parameters: a={cal_a:.4f}, b={cal_b:.4f}")
|
|
@@ -205,7 +196,9 @@ if __name__ == "__main__":
|
|
|
205
196
|
result_df["prediction"] = result_df[[name for name in result_df.columns if name.startswith("m_")]].mean(axis=1)
|
|
206
197
|
|
|
207
198
|
# Compute uncalibrated uncertainty
|
|
208
|
-
result_df["prediction_std_uc"] = result_df[[name for name in result_df.columns if name.startswith("m_")]].std(
|
|
199
|
+
result_df["prediction_std_uc"] = result_df[[name for name in result_df.columns if name.startswith("m_")]].std(
|
|
200
|
+
axis=1
|
|
201
|
+
)
|
|
209
202
|
|
|
210
203
|
# Apply calibration to uncertainty
|
|
211
204
|
result_df["prediction_std"] = cal_a * result_df["prediction_std_uc"] + cal_b
|
|
@@ -352,4 +345,4 @@ def predict_fn(df, models) -> pd.DataFrame:
|
|
|
352
345
|
df = df.reindex(sorted(df.columns), axis=1)
|
|
353
346
|
|
|
354
347
|
# All done, return the DataFrame
|
|
355
|
-
return df
|
|
348
|
+
return df
|
|
@@ -9,7 +9,7 @@ from sklearn.model_selection import train_test_split
|
|
|
9
9
|
TEMPLATE_PARAMS = {
|
|
10
10
|
"features": "{{feature_list}}",
|
|
11
11
|
"target": "{{target_column}}",
|
|
12
|
-
"train_all_data": "{{train_all_data}}"
|
|
12
|
+
"train_all_data": "{{train_all_data}}",
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
from io import StringIO
|
|
@@ -33,7 +33,7 @@ def match_features_case_insensitive(df: pd.DataFrame, model_features: list) -> p
|
|
|
33
33
|
"""
|
|
34
34
|
Matches and renames DataFrame columns to match model feature names (case-insensitive).
|
|
35
35
|
Prioritizes exact matches, then case-insensitive matches.
|
|
36
|
-
|
|
36
|
+
|
|
37
37
|
Raises ValueError if any model features cannot be matched.
|
|
38
38
|
"""
|
|
39
39
|
df_columns_lower = {col.lower(): col for col in df.columns}
|
|
@@ -46,7 +46,7 @@ def match_features_case_insensitive(df: pd.DataFrame, model_features: list) -> p
|
|
|
46
46
|
rename_dict[df_columns_lower[feature.lower()]] = feature
|
|
47
47
|
else:
|
|
48
48
|
missing.append(feature)
|
|
49
|
-
|
|
49
|
+
|
|
50
50
|
if missing:
|
|
51
51
|
raise ValueError(f"Features not found: {missing}")
|
|
52
52
|
|
|
@@ -76,10 +76,7 @@ if __name__ == "__main__":
|
|
|
76
76
|
args = parser.parse_args()
|
|
77
77
|
|
|
78
78
|
# Load training data from the specified directory
|
|
79
|
-
training_files = [
|
|
80
|
-
os.path.join(args.train, file)
|
|
81
|
-
for file in os.listdir(args.train) if file.endswith(".csv")
|
|
82
|
-
]
|
|
79
|
+
training_files = [os.path.join(args.train, file) for file in os.listdir(args.train) if file.endswith(".csv")]
|
|
83
80
|
df = pd.concat([pd.read_csv(file, engine="python") for file in training_files])
|
|
84
81
|
|
|
85
82
|
# Check if the DataFrame is empty
|
|
@@ -112,10 +109,7 @@ if __name__ == "__main__":
|
|
|
112
109
|
)
|
|
113
110
|
|
|
114
111
|
# Create a Pipeline with StandardScaler
|
|
115
|
-
model = Pipeline([
|
|
116
|
-
("scaler", StandardScaler()),
|
|
117
|
-
("model", model)
|
|
118
|
-
])
|
|
112
|
+
model = Pipeline([("scaler", StandardScaler()), ("model", model)])
|
|
119
113
|
|
|
120
114
|
# Prepare features and targets for training
|
|
121
115
|
X_train = df_train[features]
|
|
@@ -5,11 +5,7 @@ from xgboost import XGBRegressor
|
|
|
5
5
|
from sklearn.model_selection import train_test_split
|
|
6
6
|
|
|
7
7
|
# Model Performance Scores
|
|
8
|
-
from sklearn.metrics import
|
|
9
|
-
mean_absolute_error,
|
|
10
|
-
r2_score,
|
|
11
|
-
root_mean_squared_error
|
|
12
|
-
)
|
|
8
|
+
from sklearn.metrics import mean_absolute_error, r2_score, root_mean_squared_error
|
|
13
9
|
|
|
14
10
|
from io import StringIO
|
|
15
11
|
import json
|
|
@@ -22,10 +18,11 @@ from typing import List, Tuple
|
|
|
22
18
|
|
|
23
19
|
# Template Placeholders
|
|
24
20
|
TEMPLATE_PARAMS = {
|
|
25
|
-
"target": "
|
|
26
|
-
"features": ['
|
|
21
|
+
"target": "solubility",
|
|
22
|
+
"features": ['molwt', 'mollogp', 'molmr', 'heavyatomcount', 'numhacceptors', 'numhdonors', 'numheteroatoms', 'numrotatablebonds', 'numvalenceelectrons', 'numaromaticrings', 'numsaturatedrings', 'numaliphaticrings', 'ringcount', 'tpsa', 'labuteasa', 'balabanj', 'bertzct'],
|
|
27
23
|
"compressed_features": [],
|
|
28
|
-
"train_all_data":
|
|
24
|
+
"train_all_data": False,
|
|
25
|
+
"hyperparameters": {'n_estimators': 200, 'max_depth': 6, 'learning_rate': 0.05, 'subsample': 0.7, 'colsample_bytree': 0.3, 'colsample_bylevel': 0.5, 'min_child_weight': 5, 'gamma': 0.2, 'reg_alpha': 0.5, 'reg_lambda': 2.0, 'scale_pos_weight': 1},
|
|
29
26
|
}
|
|
30
27
|
|
|
31
28
|
|
|
@@ -101,7 +98,7 @@ def convert_categorical_types(df: pd.DataFrame, features: list, category_mapping
|
|
|
101
98
|
|
|
102
99
|
|
|
103
100
|
def decompress_features(
|
|
104
|
-
|
|
101
|
+
df: pd.DataFrame, features: List[str], compressed_features: List[str]
|
|
105
102
|
) -> Tuple[pd.DataFrame, List[str]]:
|
|
106
103
|
"""Prepare features for the model by decompressing bitstring features
|
|
107
104
|
|
|
@@ -162,6 +159,7 @@ if __name__ == "__main__":
|
|
|
162
159
|
orig_features = features.copy()
|
|
163
160
|
compressed_features = TEMPLATE_PARAMS["compressed_features"]
|
|
164
161
|
train_all_data = TEMPLATE_PARAMS["train_all_data"]
|
|
162
|
+
hyperparameters = TEMPLATE_PARAMS["hyperparameters"]
|
|
165
163
|
validation_split = 0.2
|
|
166
164
|
|
|
167
165
|
# Script arguments for input/output directories
|
|
@@ -174,11 +172,7 @@ if __name__ == "__main__":
|
|
|
174
172
|
args = parser.parse_args()
|
|
175
173
|
|
|
176
174
|
# Read the training data into DataFrames
|
|
177
|
-
training_files = [
|
|
178
|
-
os.path.join(args.train, file)
|
|
179
|
-
for file in os.listdir(args.train)
|
|
180
|
-
if file.endswith(".csv")
|
|
181
|
-
]
|
|
175
|
+
training_files = [os.path.join(args.train, file) for file in os.listdir(args.train) if file.endswith(".csv")]
|
|
182
176
|
print(f"Training Files: {training_files}")
|
|
183
177
|
|
|
184
178
|
# Combine files and read them all into a single pandas dataframe
|
|
@@ -213,9 +207,7 @@ if __name__ == "__main__":
|
|
|
213
207
|
else:
|
|
214
208
|
# Just do a random training Split
|
|
215
209
|
print("WARNING: No training column found, splitting data with random state=42")
|
|
216
|
-
df_train, df_val = train_test_split(
|
|
217
|
-
all_df, test_size=validation_split, random_state=42
|
|
218
|
-
)
|
|
210
|
+
df_train, df_val = train_test_split(all_df, test_size=validation_split, random_state=42)
|
|
219
211
|
print(f"FIT/TRAIN: {df_train.shape}")
|
|
220
212
|
print(f"VALIDATION: {df_val.shape}")
|
|
221
213
|
|
|
@@ -227,7 +219,8 @@ if __name__ == "__main__":
|
|
|
227
219
|
|
|
228
220
|
# Train XGBoost for point predictions
|
|
229
221
|
print("\nTraining XGBoost for point predictions...")
|
|
230
|
-
|
|
222
|
+
print(f" Hyperparameters: {hyperparameters}")
|
|
223
|
+
xgb_model = XGBRegressor(enable_categorical=True, **hyperparameters)
|
|
231
224
|
xgb_model.fit(X_train, y_train)
|
|
232
225
|
|
|
233
226
|
# Evaluate XGBoost performance
|
|
@@ -272,7 +265,7 @@ if __name__ == "__main__":
|
|
|
272
265
|
colsample_bytree=0.8,
|
|
273
266
|
random_state=42,
|
|
274
267
|
verbose=-1,
|
|
275
|
-
force_col_wise=True
|
|
268
|
+
force_col_wise=True,
|
|
276
269
|
)
|
|
277
270
|
est.fit(X_train, y_train)
|
|
278
271
|
quantile_estimators.append(est)
|
|
@@ -280,9 +273,7 @@ if __name__ == "__main__":
|
|
|
280
273
|
# Create MAPIE CQR model for this confidence level
|
|
281
274
|
print(f" Setting up MAPIE CQR for {confidence_level * 100:.0f}% confidence...")
|
|
282
275
|
mapie_model = ConformalizedQuantileRegressor(
|
|
283
|
-
quantile_estimators,
|
|
284
|
-
confidence_level=confidence_level,
|
|
285
|
-
prefit=True
|
|
276
|
+
quantile_estimators, confidence_level=confidence_level, prefit=True
|
|
286
277
|
)
|
|
287
278
|
|
|
288
279
|
# Conformalize the model
|
|
@@ -337,8 +328,8 @@ if __name__ == "__main__":
|
|
|
337
328
|
"xgb_rmse": float(xgb_rmse),
|
|
338
329
|
"xgb_mae": float(xgb_mae),
|
|
339
330
|
"xgb_r2": float(xgb_r2),
|
|
340
|
-
"n_validation": len(df_val)
|
|
341
|
-
}
|
|
331
|
+
"n_validation": len(df_val),
|
|
332
|
+
},
|
|
342
333
|
}
|
|
343
334
|
with open(os.path.join(args.model_dir, "model_config.json"), "w") as fp:
|
|
344
335
|
json.dump(model_config, fp, indent=2)
|
|
@@ -379,7 +370,7 @@ def model_fn(model_dir) -> dict:
|
|
|
379
370
|
"xgb_model": xgb_model,
|
|
380
371
|
"mapie_models": mapie_models,
|
|
381
372
|
"confidence_levels": config["confidence_levels"],
|
|
382
|
-
"category_mappings": category_mappings
|
|
373
|
+
"category_mappings": category_mappings,
|
|
383
374
|
}
|
|
384
375
|
|
|
385
376
|
|
|
@@ -404,7 +395,7 @@ def output_fn(output_df, accept_type):
|
|
|
404
395
|
"""Supports both CSV and JSON output formats."""
|
|
405
396
|
if "text/csv" in accept_type:
|
|
406
397
|
# Convert categorical columns to string to avoid fillna issues
|
|
407
|
-
for col in output_df.select_dtypes(include=[
|
|
398
|
+
for col in output_df.select_dtypes(include=["category"]).columns:
|
|
408
399
|
output_df[col] = output_df[col].astype(str)
|
|
409
400
|
csv_output = output_df.fillna("N/A").to_csv(index=False)
|
|
410
401
|
return csv_output, "text/csv"
|
|
@@ -425,6 +416,10 @@ def predict_fn(df, models) -> pd.DataFrame:
|
|
|
425
416
|
pd.DataFrame: DataFrame with XGBoost predictions and conformalized intervals
|
|
426
417
|
"""
|
|
427
418
|
|
|
419
|
+
# Flag for outlier stretch adjustment for the prediction intervals
|
|
420
|
+
# if the predicted values are outside the intervals
|
|
421
|
+
outlier_stretch = False
|
|
422
|
+
|
|
428
423
|
# Grab our feature columns (from training)
|
|
429
424
|
model_dir = os.environ.get("SM_MODEL_DIR", "/opt/ml/model")
|
|
430
425
|
with open(os.path.join(model_dir, "feature_columns.json")) as fp:
|
|
@@ -435,11 +430,7 @@ def predict_fn(df, models) -> pd.DataFrame:
|
|
|
435
430
|
|
|
436
431
|
# Apply categorical mappings if they exist
|
|
437
432
|
if models.get("category_mappings"):
|
|
438
|
-
matched_df, _ = convert_categorical_types(
|
|
439
|
-
matched_df,
|
|
440
|
-
model_features,
|
|
441
|
-
models["category_mappings"]
|
|
442
|
-
)
|
|
433
|
+
matched_df, _ = convert_categorical_types(matched_df, model_features, models["category_mappings"])
|
|
443
434
|
|
|
444
435
|
# Get features for prediction
|
|
445
436
|
X = matched_df[model_features]
|
|
@@ -475,7 +466,7 @@ def predict_fn(df, models) -> pd.DataFrame:
|
|
|
475
466
|
# Add median (q_50) from XGBoost prediction
|
|
476
467
|
df["q_50"] = df["prediction"]
|
|
477
468
|
|
|
478
|
-
# Calculate a
|
|
469
|
+
# Calculate a pseudo-standard deviation from the 68% interval width
|
|
479
470
|
df["prediction_std"] = (df["q_84"] - df["q_16"]) / 2.0
|
|
480
471
|
|
|
481
472
|
# Reorder the quantile columns for easier reading
|
|
@@ -484,7 +475,19 @@ def predict_fn(df, models) -> pd.DataFrame:
|
|
|
484
475
|
df = df[other_cols + quantile_cols]
|
|
485
476
|
|
|
486
477
|
# Adjust the outer quantiles to ensure they encompass the prediction
|
|
487
|
-
|
|
488
|
-
|
|
478
|
+
if outlier_stretch:
|
|
479
|
+
# Lower intervals adjustments
|
|
480
|
+
df["q_025"] = np.minimum(df["q_025"], df["prediction"])
|
|
481
|
+
df["q_05"] = np.minimum(df["q_05"], df["prediction"])
|
|
482
|
+
df["q_10"] = np.minimum(df["q_10"], df["prediction"])
|
|
483
|
+
df["q_16"] = np.minimum(df["q_16"], df["prediction"])
|
|
484
|
+
df["q_25"] = np.minimum(df["q_25"], df["prediction"])
|
|
485
|
+
|
|
486
|
+
# Upper intervals adjustments
|
|
487
|
+
df["q_75"] = np.maximum(df["q_75"], df["prediction"])
|
|
488
|
+
df["q_84"] = np.maximum(df["q_84"], df["prediction"])
|
|
489
|
+
df["q_90"] = np.maximum(df["q_90"], df["prediction"])
|
|
490
|
+
df["q_95"] = np.maximum(df["q_95"], df["prediction"])
|
|
491
|
+
df["q_975"] = np.maximum(df["q_975"], df["prediction"])
|
|
489
492
|
|
|
490
493
|
return df
|