workbench 0.8.183__tar.gz → 0.8.185__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {workbench-0.8.183 → workbench-0.8.185}/PKG-INFO +1 -1
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_compute/workbench_compute/workbench_compute_stack.py +3 -0
- workbench-0.8.185/scripts/sagemaker_feature_group_issue.py +61 -0
- workbench-0.8.185/scripts/test_feature_set_creation.py +20 -0
- {workbench-0.8.183/src/workbench/model_scripts/custom_models/proximity → workbench-0.8.185/src/workbench/algorithms/dataframe}/proximity.py +143 -102
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/api/model.py +13 -12
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/artifacts/endpoint_core.py +8 -5
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/artifacts/model_core.py +15 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/pandas_transforms/pandas_to_features.py +27 -0
- {workbench-0.8.183/src/workbench/algorithms/dataframe → workbench-0.8.185/src/workbench/model_scripts/custom_models/proximity}/proximity.py +143 -102
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/custom_models/uq_models/proximity.py +143 -102
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/uq_models/generated_model_script.py +1 -1
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/model_utils.py +27 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/xgboost_model_utils.py +100 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench.egg-info/PKG-INFO +1 -1
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench.egg-info/SOURCES.txt +2 -0
- {workbench-0.8.183 → workbench-0.8.185}/.flake8 +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/.github/dependabot.yml +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/.github/workflows/deploy-docs.yml +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/.github/workflows/python-lint.yml +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/.gitignore +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/CONTRIBUTING.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/Dockerfile +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/LICENSE +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/Makefile +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/README.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/SECURITY.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/aws_dashboard/Dockerfile +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/aws_dashboard/README.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/aws_dashboard/app.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/aws_dashboard/assets/favicon.ico +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/aws_dashboard/dashboard +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/aws_dashboard/deploy.sh +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/aws_dashboard/nginx.conf +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/aws_dashboard/open_source_config.json +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/aws_dashboard/pages/data_sources/callbacks.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/aws_dashboard/pages/data_sources/layout.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/aws_dashboard/pages/data_sources/page.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/aws_dashboard/pages/endpoints/callbacks.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/aws_dashboard/pages/endpoints/layout.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/aws_dashboard/pages/endpoints/page.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/aws_dashboard/pages/feature_sets/callbacks.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/aws_dashboard/pages/feature_sets/layout.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/aws_dashboard/pages/feature_sets/page.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/aws_dashboard/pages/license/page.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/aws_dashboard/pages/main/callbacks.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/aws_dashboard/pages/main/layout.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/aws_dashboard/pages/main/page.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/aws_dashboard/pages/models/callbacks.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/aws_dashboard/pages/models/layout.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/aws_dashboard/pages/models/page.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/aws_dashboard/pages/pipelines/callbacks.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/aws_dashboard/pages/pipelines/layout.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/aws_dashboard/pages/pipelines/page.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/aws_dashboard/pages/status/page.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/aws_dashboard/static/dark.css +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/aws_dashboard/static/light.css +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/aws_dashboard/supervisord.conf +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/compound_explorer/Dockerfile +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/compound_explorer/README.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/compound_explorer/app.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/compound_explorer/assets/favicon.ico +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/compound_explorer/callbacks.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/compound_explorer/explorer +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/compound_explorer/layout.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/compound_explorer/nginx.conf +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/compound_explorer/open_source_config.json +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/compound_explorer/requirements.txt +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/compound_explorer/storage/callbacks.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/compound_explorer/storage/callbacks_new.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/compound_explorer/storage/layout_new.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/applications/compound_explorer/supervisord.conf +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/aws_account_setup.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/aws_identity_check.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/build_ml_pipeline.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/compound_explorer/.gitignore +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/compound_explorer/README.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/compound_explorer/app.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/compound_explorer/cdk.json +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/compound_explorer/compound_explorer/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/compound_explorer/compound_explorer/compound_explorer_stack.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/compound_explorer/requirements.txt +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/event_bridge/Readme.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_compute/README.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_compute/app.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_compute/cdk.json +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_compute/requirements.txt +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_compute/tests/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_compute/tests/unit/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_compute/tests/unit/test_workbench_compute_stack.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_compute/workbench_compute/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_core/.gitignore +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_core/README.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_core/app.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_core/cdk.json +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_core/requirements-dev.txt +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_core/requirements.txt +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_core/source.bat +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_core/workbench_core/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_core/workbench_core/workbench_core_stack.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_dashboard_full/.gitignore +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_dashboard_full/README.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_dashboard_full/app.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_dashboard_full/cdk.json +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_dashboard_full/requirements-dev.txt +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_dashboard_full/requirements.txt +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_dashboard_full/source.bat +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/workbench_dashboard_stack.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_dashboard_lite/.gitignore +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_dashboard_lite/README.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_dashboard_lite/app.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_dashboard_lite/cdk.json +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_dashboard_lite/requirements.txt +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/workbench_dashboard_stack.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/data/abalone.csv +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/data/karate_graph.json +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/data/test_data.csv +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/data/test_data.json +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/data/wine_dataset.csv +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/deploy_docker.sh +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/admin/aws_service_limits.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/admin/base_docker_push.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/admin/dashboard_docker_push.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/admin/dashboard_s3_plugins.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/admin/explorer_docker_push.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/admin/images/dashboard_secret_click.png +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/admin/images/serverless_quotas.png +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/admin/images/status_showing_S3_path.png +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/admin/pypi_release.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/admin/workbench_docker_for_lambdas.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/api_classes/data_source.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/api_classes/df_store.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/api_classes/endpoint.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/api_classes/feature_set.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/api_classes/meta.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/api_classes/model.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/api_classes/monitor.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/api_classes/overview.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/api_classes/parameter_store.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/api_classes/pipelines.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/api_classes/views.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/aws_setup/aws_access_management.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/aws_setup/aws_client_vpn.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/aws_setup/aws_setup.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/aws_setup/aws_tips_and_tricks.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/aws_setup/core_stack.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/aws_setup/dashboard_stack.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/aws_setup/domain_cert_setup.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/aws_setup/full_pipeline.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/aws_setup/iam_assume_role.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/aws_setup/sso_assume_role.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/blogs/aws_credentials_lock.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/blogs/canonicalization_and_tautomerization.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/blogs/compound_etl.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/blogs/compound_explorer.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/blogs/descriptor_drilldown.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/blogs/eda.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/blogs/feature_importances.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/blogs/fun_with_workbench/fun_with_endpoints.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/blogs/htg.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/blogs/index.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/blogs/model_monitoring.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/blogs/residual_analysis.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/cached/cached_data_source.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/cached/cached_endpoint.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/cached/cached_feature_set.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/cached/cached_meta.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/cached/cached_model.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/cached/overview.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/chem_utils/index.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/cloudwatch/index.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/comparisons/workbench_vs_databricks.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/compound_explorer/tox21.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/compound_explorer/toxicity_modeling.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/core_classes/artifacts/artifact.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/core_classes/artifacts/athena_source.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/core_classes/artifacts/data_source_abstract.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/core_classes/artifacts/endpoint_core.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/core_classes/artifacts/feature_set_core.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/core_classes/artifacts/model_core.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/core_classes/artifacts/monitor_core.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/core_classes/artifacts/overview.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/core_classes/overview.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/core_classes/transforms/data_loaders_heavy.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/core_classes/transforms/data_loaders_light.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/core_classes/transforms/data_to_features.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/core_classes/transforms/features_to_model.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/core_classes/transforms/model_to_endpoint.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/core_classes/transforms/overview.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/core_classes/transforms/pandas_transforms.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/core_classes/transforms/transform.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/core_classes/views/computation_view.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/core_classes/views/display_view.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/core_classes/views/inference_view.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/core_classes/views/overview.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/core_classes/views/training_view.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/data_algorithms/dataframes/overview.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/data_algorithms/graphs/overview.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/data_algorithms/overview.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/data_algorithms/spark/overview.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/data_algorithms/sql/overview.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/enterprise/index.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/enterprise/private_saas.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/enterprise/project_branding.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/enterprise/themes.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/getting_started/index.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/glue/index.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/images/big_spider.png +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/images/graph_representation.png +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/images/powered_aws_dark_blue.png +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/images/powered_aws_transparent.png +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/images/powered_aws_white.png +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/images/powered_aws_with_tm_grey.png +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/images/scp.png +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/images/scp_labs.png +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/images/small_spider.png +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/images/workbench_concepts.png +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/index.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/lambda_layer/index.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/misc/faq.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/misc/general_info.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/misc/scp_consulting.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/misc/workbench_classes_concepts.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/model_utils/index.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/plugins/index.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/presentations/index.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/release_notes/0_8_106.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/release_notes/0_8_158.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/release_notes/0_8_50.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/release_notes/0_8_55.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/release_notes/0_8_58.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/release_notes/0_8_60.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/release_notes/0_8_71.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/release_notes/0_8_74.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/release_notes/0_8_78.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/release_notes/archived/0_7_8.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/release_notes/archived/0_8_11.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/release_notes/archived/0_8_20.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/release_notes/archived/0_8_22.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/release_notes/archived/0_8_23.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/release_notes/archived/0_8_27.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/release_notes/archived/0_8_29.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/release_notes/archived/0_8_33.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/release_notes/archived/0_8_35.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/release_notes/archived/0_8_36.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/release_notes/archived/0_8_39.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/release_notes/archived/0_8_42.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/release_notes/archived/0_8_46.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/release_notes/archived/0_8_6.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/release_notes/archived/0_8_8.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/repl/index.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/road_maps/0_9_0.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/road_maps/0_9_5.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/themes/details.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/docs/themes/index.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/ag-grid/hello_world.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/chem_utils/tautomerize_smiles.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/datasource/datasource_from_df.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/datasource/datasource_from_s3.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/datasource/datasource_query.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/datasource/datasource_stats.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/datasource/datasource_to_featureset.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/endpoint/endpoint_details.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/endpoint/endpoint_inference.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/endpoint/endpoint_metrics.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/featureset/featureset_eda.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/featureset/featureset_query.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/full_ml_pipeline.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/glue_jobs/glue_example_1.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/glue_jobs/glue_example_2.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/glue_jobs/glue_example_3.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/glue_jobs/glue_launcher_examples/example_1.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/glue_jobs/glue_launcher_examples/example_2.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/meta/meta_list_endpoints.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/meta/meta_list_models.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/meta/meta_model_metrics.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/ml_pipelines/list_models.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/ml_pipelines/wine_classifier.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/model_utils/model_metrics.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/model_utils/model_to_endpoint.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/model_utils/onboard_model.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/models/custom_model.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/models/dbscan.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/models/knn.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/models/pytorch.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/models/random_forest.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/models/smiles_to_md_v1.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/models/uq/bayesian_ridge.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/models/uq/ensemble_xgb.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/models/uq/gaussian_process.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/models/uq/mapie.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/models/uq/meta_uq.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/models/uq/ngboost.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/models/uq/quant_xgb.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/monitor/monitor_setup.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/monitor/monitor_usage.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/plugins/branding/Readme.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/plugins/branding/scp.json +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/plugins/components/custom_plugin.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/plugins/components/endpoint_plugin.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/plugins/components/endpoint_turbo.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/plugins/components/model_markdown.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/plugins/components/model_plugin.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/plugins/packages/my_plugin_utils/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/plugins/packages/my_plugin_utils/assets/foo.json +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/plugins/packages/my_plugin_utils/cool_stuff.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/plugins/pages/plugin_page_1.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/plugins/pages/plugin_page_2.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/plugins/pages/plugin_page_3.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/plugins/templates/Readme.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/plugins/views/model_plugin_view.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/plugins/views/my_view_plugin.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/storage/data_to_data.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/storage/data_to_features.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/storage/endpoint_inference.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/storage/hello_world_pipeline.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/examples/storage/plugin_page_example.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/experiments/chem_info/bulk_sims.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/experiments/chem_info/knn_sims.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/experiments/chemprop_model.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/experiments/confidence_roc_curve.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/experiments/coverage_probability.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/experiments/log_testing.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/experiments/mapie_model.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/experiments/neighbor_outliers.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/experiments/networkx_id.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/experiments/prediction_intervals.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/experiments/pytorch_model.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/experiments/quantile_regression.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/experiments/quantile_regression_2.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/experiments/regression_confidence.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/experiments/residual_analysis.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/experiments/rocauc_testing.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/experiments/scatter_zoom_issue.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/experiments/sol_pipeline.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/glue_jobs/create_glue_workflow_with_trigger.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/glue_jobs/example_glue_job.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/glue_jobs/glue_job_pipeline.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/glue_jobs/glue_mixed_case.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/mkdocs.yml +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/ml_pipelines/hyper_uq.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/model_docker_images/Readme.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/model_docker_images/inference/Dockerfile +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/model_docker_images/inference/main.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/model_docker_images/inference/requirements.txt +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/model_docker_images/inference/serve +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/model_docker_images/meta_endpoint/Dockerfile +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/model_docker_images/meta_endpoint/main.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/model_docker_images/meta_endpoint/requirements.txt +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/model_docker_images/meta_endpoint/serve +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/model_docker_images/ml_pipelines/Dockerfile +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/model_docker_images/ml_pipelines/ml_pipeline_runner.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/model_docker_images/ml_pipelines/requirements.txt +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/model_docker_images/pytorch_inference/Dockerfile +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/model_docker_images/pytorch_inference/main.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/model_docker_images/pytorch_inference/requirements.txt +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/model_docker_images/pytorch_inference/serve +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/model_docker_images/pytorch_training/Dockerfile +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/model_docker_images/pytorch_training/requirements.txt +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/model_docker_images/pytorch_training/sagemaker_entrypoint.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/model_docker_images/scripts/build_deploy.sh +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/model_docker_images/tests/data/abalone_sm.csv +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/model_docker_images/tests/example_model_script.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/model_docker_images/tests/run_tests.sh +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/model_docker_images/tests/test_inference.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/model_docker_images/tests/test_training.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/model_docker_images/training/Dockerfile +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/model_docker_images/training/requirements.txt +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/model_docker_images/training/sagemaker_entrypoint.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/model_docker_images/workbench_inference/Dockerfile +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/model_docker_images/workbench_inference/main.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/model_docker_images/workbench_inference/requirements.txt +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/model_docker_images/workbench_inference/serve +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/notebooks/Inference_On_Legacy_Models.ipynb +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/notebooks/ML_Pipeline_with_Workbench.ipynb +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/notebooks/ML_Pipeline_with_Workbench_2.ipynb +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/notebooks/Outliers_in_Workbench.ipynb +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/notebooks/Regression_Confidence_Experiments.ipynb +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/notebooks/Residual_Analysis.ipynb +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/notebooks/images/athena_query_aqsol.png +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/notebooks/images/aws_dashboard_aqsol.png +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/notebooks/images/dashboard_aqsol_features.png +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/notebooks/images/model_screenshot.png +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/notebooks/images/scp_labs.png +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/presentations/README.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/pyproject.toml +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/active_logs.sh +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/admin/athena_ddl_mixed_case.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/admin/check_all_glue_tables.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/admin/db_scan_test.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/admin/delete_invalid_views.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/admin/delete_redis_keys.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/admin/list_datacatalog.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/admin/migration/copy_glue_database.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/admin/migration/delete_sageworks_glue_database.sh +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/admin/migration/ds_migrate.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/admin/migration/endpoint_migrate.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/admin/migration/fs_migrate.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/admin/migration/model_migrate.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/admin/pull_image_digest.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/admin/redis_reaper.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/admin/spam_list_tags.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/admin/storage/convert_training_views.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/admin/storage/migrate_data_source_via_df.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/admin/storage/migrate_ds_meta.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/ag_table_row_selection.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/compare_dataframes.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/compare_model_packages.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/endpoint_timing.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/find_smiles_issues.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/get_tags.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/instantiation_timings.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/llm_deploys/deepseek_deploy.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/model_cache_refresh.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/model_endpoint_sanity_check.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/monitor_event_bridge.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/onboard_endpoints.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/onboard_models.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/pipeline_model_endpoint.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/pubchem/pubchem_example.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/pubchem/pubchem_query.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/pubchem/pubchem_query_with_cid.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/seaborn_to_plotly.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/storage/dns_data_to_features.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/storage/generate_jsonl_data.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/test_feature_resolution.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/test_no_workbench_config.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/tox21/test_tox_heuristic.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/scripts/tox21/tox21_to_df_store.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/setup.cfg +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/algorithms/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/algorithms/dataframe/Readme.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/algorithms/dataframe/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/algorithms/dataframe/data_source_eda.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/algorithms/dataframe/feature_space_proximity.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/algorithms/dataframe/fingerprint_proximity.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/algorithms/dataframe/projection_2d.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/algorithms/dataframe/storage/aggregation.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/algorithms/dataframe/storage/feature_resolution.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/algorithms/dataframe/storage/feature_spider.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/algorithms/dataframe/storage/residuals_calculator.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/algorithms/dataframe/storage/row_tagger.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/algorithms/dataframe/storage/target_gradients.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/algorithms/graph/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/algorithms/graph/heavy/Readme.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/algorithms/graph/light/Readme.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/algorithms/graph/light/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/algorithms/graph/light/proximity_graph.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/algorithms/spark/Readme.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/algorithms/sql/Readme.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/algorithms/sql/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/algorithms/sql/column_stats.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/algorithms/sql/correlations.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/algorithms/sql/descriptive_stats.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/algorithms/sql/outliers.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/algorithms/sql/sample_rows.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/algorithms/sql/value_counts.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/api/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/api/compound.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/api/data_source.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/api/df_store.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/api/endpoint.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/api/feature_set.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/api/graph_store.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/api/meta.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/api/monitor.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/api/parameter_store.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/api/pipeline.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/cached/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/cached/cached_data_source.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/cached/cached_endpoint.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/cached/cached_feature_set.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/cached/cached_meta.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/cached/cached_model.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/cached/cached_pipeline.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/artifacts/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/artifacts/artifact.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/artifacts/athena_source.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/artifacts/cached_artifact_mixin.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/artifacts/data_capture_core.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/artifacts/data_source_abstract.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/artifacts/data_source_factory.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/artifacts/feature_set_core.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/artifacts/monitor_core.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/cloud_platform/aws/README.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/cloud_platform/aws/aws_account_clamp.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/cloud_platform/aws/aws_df_store.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/cloud_platform/aws/aws_graph_store.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/cloud_platform/aws/aws_meta.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/cloud_platform/aws/aws_parameter_store.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/cloud_platform/aws/aws_secrets_manager.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/cloud_platform/aws/aws_session.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/cloud_platform/aws/cache_dataframe.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/cloud_platform/azure/README.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/cloud_platform/cloud_meta.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/cloud_platform/gcp/README.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/pipelines/pipeline_executor.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/Readme.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/data_loaders/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/data_loaders/heavy/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/data_loaders/heavy/s3_heavy_to_data_source.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/data_loaders/light/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/data_loaders/light/csv_to_data_source.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/data_loaders/light/json_to_data_source.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/data_loaders/light/s3_to_data_source_light.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/data_to_data/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/data_to_data/heavy/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/data_to_data/heavy/emr/Readme.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/data_to_data/heavy/glue/Readme.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/data_to_data/light/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/data_to_data/light/clean_data.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/data_to_data/light/data_to_data_light.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/data_to_features/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/data_to_features/heavy/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/data_to_features/heavy/chunk/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/data_to_features/heavy/chunk/data_to_features_chunk.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/data_to_features/heavy/emr/Readme.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/data_to_features/heavy/glue/Readme.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/data_to_features/heavy/storage/data_to_features_heavy_old.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/data_to_features/light/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/data_to_features/light/data_to_features_light.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/data_to_features/light/molecular_descriptors.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/features_to_features/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/features_to_features/heavy/emr/Readme.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/features_to_features/heavy/glue/Readme.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/features_to_model/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/features_to_model/features_to_model.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/model_to_endpoint/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/model_to_endpoint/model_to_endpoint.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/pandas_transforms/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/pandas_transforms/data_to_pandas.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/pandas_transforms/features_to_pandas.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/pandas_transforms/pandas_to_data.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/pandas_transforms/pandas_to_features_chunked.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/transforms/transform.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/views/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/views/column_subset_view.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/views/computation_view.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/views/create_view.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/views/display_view.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/views/inference_view.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/views/pandas_to_view.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/views/storage/mdq_view.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/views/training_view.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/views/view.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/core/views/view_utils.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/custom_models/chem_info/Readme.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/custom_models/chem_info/mol_descriptors.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/custom_models/chem_info/mol_standardize.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/custom_models/chem_info/molecular_descriptors.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/custom_models/chem_info/morgan_fingerprints.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/custom_models/chem_info/requirements.txt +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/custom_models/meta_endpoints/example.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/custom_models/network_security/Readme.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/custom_models/proximity/Readme.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/custom_models/proximity/feature_space_proximity.template +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/custom_models/proximity/generated_model_script.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/custom_models/proximity/requirements.txt +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/custom_models/uq_models/Readme.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/custom_models/uq_models/bayesian_ridge.template +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/custom_models/uq_models/ensemble_xgb.template +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/custom_models/uq_models/gaussian_process.template +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/custom_models/uq_models/generated_model_script.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/custom_models/uq_models/meta_uq.template +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/custom_models/uq_models/ngboost.template +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/custom_models/uq_models/requirements.txt +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/custom_script_example/custom_model_script.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/custom_script_example/requirements.txt +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/ensemble_xgb/ensemble_xgb.template +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/ensemble_xgb/generated_model_script.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/ensemble_xgb/requirements.txt +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/pytorch_model/generated_model_script.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/pytorch_model/pytorch.template +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/pytorch_model/requirements.txt +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/scikit_learn/generated_model_script.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/scikit_learn/requirements.txt +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/scikit_learn/scikit_learn.template +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/script_generation.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/uq_models/mapie.template +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/uq_models/requirements.txt +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/xgb_model/generated_model_script.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/xgb_model/requirements.txt +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/model_scripts/xgb_model/xgb_model.template +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/repl/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/repl/workbench_shell.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/resources/open_source_api.key +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/resources/signature_verify_pub.pem +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/scripts/check_double_bond_stereo.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/scripts/glue_launcher.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/scripts/ml_pipeline_batch.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/scripts/ml_pipeline_sqs.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/scripts/monitor_cloud_watch.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/scripts/redis_expire.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/scripts/redis_report.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/scripts/show_config.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/themes/dark/base_css.url +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/themes/dark/custom.css +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/themes/dark/plotly.json +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/themes/light/base_css.url +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/themes/light/branding.json +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/themes/light/custom.css +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/themes/light/plotly.json +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/themes/midnight_blue/base_css.url +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/themes/midnight_blue/branding.json +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/themes/midnight_blue/custom.css +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/themes/midnight_blue/plotly.json +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/themes/quartz/base_css.url +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/themes/quartz/custom.css +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/themes/quartz/plotly.json +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/themes/quartz_dark/base_css.url +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/themes/quartz_dark/custom.css +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/themes/quartz_dark/plotly.json +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/ai_compound_generator.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/ai_summary.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/ai_synth.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/athena_utils.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/aws_utils.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/bulk_utils.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/cache.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/chem_utils/__init__.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/chem_utils/fingerprints.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/chem_utils/misc.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/chem_utils/mol_descriptors.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/chem_utils/mol_standardize.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/chem_utils/mol_tagging.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/chem_utils/projections.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/chem_utils/salts.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/chem_utils/sdf.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/chem_utils/toxicity.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/chem_utils/vis.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/cloudwatch_handler.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/cloudwatch_utils.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/color_utils.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/config_manager.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/dashboard_metrics.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/datetime_utils.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/deprecated_utils.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/df_to_endpoint.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/ecs_info.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/endpoint_metrics.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/endpoint_utils.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/extract_model_artifact.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/glue_utils.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/graph_utils.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/ipython_utils.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/json_utils.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/lambda_utils.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/license_manager.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/log_utils.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/markdown_utils.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/monitor_utils.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/pandas_utils.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/performance_utils.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/pipeline_utils.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/plot_utils.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/plugin_manager.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/prox_utils.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/redis_cache.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/repl_utils.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/resource_utils.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/s3_utils.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/shap_utils.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/shapley_values.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/symbols.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/test_data_generator.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/theme_manager.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/trace_calls.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/type_abbrev.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/workbench_cache.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/workbench_event_bridge.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/workbench_logging.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/utils/workbench_sqs.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/components/component_interface.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/components/correlation_matrix.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/components/data_details_markdown.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/components/endpoint_metric_plots.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/components/experiments/dashboard_metric_plots.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/components/experiments/outlier_plot.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/components/model_plot.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/components/plugin_interface.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/components/plugin_unit_test.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/components/plugins/ag_table.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/components/plugins/confusion_matrix.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/components/plugins/dashboard_status.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/components/plugins/data_details.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/components/plugins/endpoint_details.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/components/plugins/generated_compounds.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/components/plugins/graph_plot.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/components/plugins/license_details.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/components/plugins/model_details.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/components/plugins/molecule_panel.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/components/plugins/molecule_viewer.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/components/plugins/pipeline_details.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/components/plugins/proximity_mini_graph.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/components/plugins/scatter_plot.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/components/plugins/shap_summary_plot.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/components/regression_plot.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/components/violin_plots.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/page_views/data_sources_page_view.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/page_views/endpoints_page_view.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/page_views/feature_sets_page_view.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/page_views/main_page.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/page_views/models_page_view.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/page_views/page_view.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench/web_interface/page_views/pipelines_page_view.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench.egg-info/dependency_links.txt +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench.egg-info/entry_points.txt +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench.egg-info/requires.txt +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/src/workbench.egg-info/top_level.txt +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/test_artifacts/100_percent_models.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/test_artifacts/create_aqsol_artifacts.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/test_artifacts/create_aqsol_rt_artifacts.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/test_artifacts/create_aqsol_uq_artifacts.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/test_artifacts/create_basic_test_artifacts.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/test_artifacts/create_copy_artifacts.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/test_artifacts/create_empty_model_group.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/test_artifacts/create_endpoints_for_timing.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/test_artifacts/create_graph_artifacts.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/test_artifacts/create_knn_artifacts.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/test_artifacts/create_meta_endpoints.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/test_artifacts/create_pipeline_model.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/test_artifacts/create_proximity_models.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/test_artifacts/create_quant_regression_artifacts.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/test_artifacts/create_realtime_endpoint.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/test_artifacts/create_training_adjusted_artifacts.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/test_artifacts/create_wine_artifacts.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/test_artifacts/delete_stress_test_artifacts.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/test_artifacts/delete_test_artifacts.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/test_artifacts/hyper_testing.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/test_artifacts/hyper_uq_testing.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/test_artifacts/regression_ensemble.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/test_artifacts/stress_test_aws.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/README.md +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/artifacts/data_source_tests.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/artifacts/empty_model_group.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/artifacts/endpoint_tests.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/artifacts/featureset_ingest_boundaries.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/artifacts/featureset_tests.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/artifacts/graph_tests.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/artifacts/model_metrics_tests.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/artifacts/model_tests.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/aws_account/aws_account_clamp_tests.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/cached/cached_artifact_tests.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/chem_info/test_tautomerization.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/corner_cases/end_to_end.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/df_store/df_store_tests.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/lambda/decompress_layers.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/pandas_tests/test_drift.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/parameter_store/param_store_tests.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/plugin_tests/crashing_plugin.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/pytorch/pytorch_hello.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/requirements-dev.txt +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/specific/capital_tests.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/specific/column_changes.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/specific/config_manager.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/specific/deletion_tests.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/specific/shap_tests.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/transforms/data_to_data_tests.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/transforms/data_to_features_tests.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/transforms/features_to_model_tests.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/transforms/model_to_endpoint_tests.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/transforms/pandas_to_data_tests.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/transforms/pandas_to_features_test.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/views/view_tests.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/views/view_tests_complex.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/web_components/confusion_matrix_test.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/web_components/correlation_matrix_test.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/web_components/graph_plot_test.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/web_components/plugin_interface_test.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tests/web_components/scatter_plot_test.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/tox.ini +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/ui_testing/assets/custom.css +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/ui_testing/table_comparison.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/ui_testing/theme_switching.py +0 -0
- {workbench-0.8.183 → workbench-0.8.185}/ui_testing/theme_switching_2.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: workbench
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.185
|
|
4
4
|
Summary: Workbench: A Dashboard and Python API for creating and deploying AWS SageMaker Model Pipelines
|
|
5
5
|
Author-email: SuperCowPowers LLC <support@supercowpowers.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -9,6 +9,7 @@ from aws_cdk import (
|
|
|
9
9
|
aws_sqs as sqs,
|
|
10
10
|
aws_lambda as lambda_,
|
|
11
11
|
aws_lambda_event_sources as lambda_events,
|
|
12
|
+
aws_logs as logs,
|
|
12
13
|
Duration,
|
|
13
14
|
Size,
|
|
14
15
|
)
|
|
@@ -95,6 +96,7 @@ class WorkbenchComputeStack(Stack):
|
|
|
95
96
|
compute_environment_name="workbench-compute-env",
|
|
96
97
|
vpc=vpc,
|
|
97
98
|
vpc_subnets=vpc_subnets,
|
|
99
|
+
maxv_cpus=16, # Limit to 16 vCPU to minimize AWS Throttling issues
|
|
98
100
|
)
|
|
99
101
|
|
|
100
102
|
def create_batch_job_queue(self) -> batch.JobQueue:
|
|
@@ -192,6 +194,7 @@ class WorkbenchComputeStack(Stack):
|
|
|
192
194
|
handler="index.lambda_handler",
|
|
193
195
|
code=lambda_.Code.from_inline(self._get_lambda_code()),
|
|
194
196
|
timeout=Duration.minutes(5),
|
|
197
|
+
log_retention=logs.RetentionDays.ONE_WEEK,
|
|
195
198
|
environment={
|
|
196
199
|
"WORKBENCH_BUCKET": self.workbench_bucket,
|
|
197
200
|
"JOB_QUEUE": self.batch_job_queue.job_queue_name,
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import pandas as pd
|
|
2
|
+
import sagemaker
|
|
3
|
+
from sagemaker.feature_store.feature_group import FeatureGroup
|
|
4
|
+
import time
|
|
5
|
+
import multiprocessing
|
|
6
|
+
import multiprocess
|
|
7
|
+
|
|
8
|
+
# Toggle this flag to test spawn mode fix
|
|
9
|
+
USE_SPAWN_MODE = True # Set to True to fix the Tahoe hang issue
|
|
10
|
+
|
|
11
|
+
if __name__ == "__main__":
|
|
12
|
+
if USE_SPAWN_MODE:
|
|
13
|
+
print("Using SPAWN mode (fix for Tahoe)")
|
|
14
|
+
multiprocessing.set_start_method("spawn", force=True)
|
|
15
|
+
multiprocess.set_start_method("spawn", force=True)
|
|
16
|
+
else:
|
|
17
|
+
print("Using default fork mode (will hang on Tahoe)")
|
|
18
|
+
|
|
19
|
+
# Create fake data
|
|
20
|
+
data = pd.DataFrame(
|
|
21
|
+
{
|
|
22
|
+
"record_id": [f"id_{i}" for i in range(10)],
|
|
23
|
+
"feature_1": [float(i) for i in range(10)],
|
|
24
|
+
"feature_2": [float(i * 2) for i in range(10)],
|
|
25
|
+
"event_time": [time.time()] * 10,
|
|
26
|
+
}
|
|
27
|
+
)
|
|
28
|
+
|
|
29
|
+
# Setup SageMaker session
|
|
30
|
+
sagemaker_session = sagemaker.Session()
|
|
31
|
+
|
|
32
|
+
# Define feature group
|
|
33
|
+
feature_group_name = "temp_delete_me"
|
|
34
|
+
feature_group = FeatureGroup(name=feature_group_name, sagemaker_session=sagemaker_session)
|
|
35
|
+
|
|
36
|
+
# Create feature definitions
|
|
37
|
+
feature_group.load_feature_definitions(data_frame=data)
|
|
38
|
+
|
|
39
|
+
# Create feature group
|
|
40
|
+
print("Creating feature group...")
|
|
41
|
+
feature_group.create(
|
|
42
|
+
s3_uri=f"s3://{sagemaker_session.default_bucket()}/featurestore",
|
|
43
|
+
record_identifier_name="record_id",
|
|
44
|
+
event_time_feature_name="event_time",
|
|
45
|
+
role_arn=sagemaker.get_execution_role(),
|
|
46
|
+
enable_online_store=True,
|
|
47
|
+
)
|
|
48
|
+
|
|
49
|
+
# Wait for feature group to be created (can take 1-2 minutes)
|
|
50
|
+
print("Waiting for feature group to be ready...")
|
|
51
|
+
status = feature_group.describe().get("FeatureGroupStatus")
|
|
52
|
+
while status == "Creating":
|
|
53
|
+
print(f"Status: {status}... waiting 10 seconds")
|
|
54
|
+
time.sleep(10)
|
|
55
|
+
status = feature_group.describe().get("FeatureGroupStatus")
|
|
56
|
+
print(f"Feature group status: {status}")
|
|
57
|
+
|
|
58
|
+
# This will hang on macOS Tahoe with USE_SPAWN_MODE=False
|
|
59
|
+
print("Starting ingest...")
|
|
60
|
+
feature_group.ingest(data_frame=data, max_workers=2, max_processes=2, wait=True)
|
|
61
|
+
print("Ingest completed!")
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import awswrangler as wr
|
|
2
|
+
|
|
3
|
+
# Workbench Imports
|
|
4
|
+
from workbench.core.transforms.pandas_transforms import PandasToFeatures
|
|
5
|
+
|
|
6
|
+
import multiprocessing
|
|
7
|
+
import multiprocess
|
|
8
|
+
|
|
9
|
+
if __name__ == "__main__":
|
|
10
|
+
multiprocessing.set_start_method("spawn", force=True)
|
|
11
|
+
multiprocess.set_start_method("spawn", force=True)
|
|
12
|
+
|
|
13
|
+
s3_path = "s3://workbench-public-data/comp_chem/aqsol_public_data.csv"
|
|
14
|
+
aqsol_data = wr.s3.read_csv(s3_path)
|
|
15
|
+
aqsol_data.columns = aqsol_data.columns.str.lower()
|
|
16
|
+
|
|
17
|
+
to_features = PandasToFeatures("temp_delete_me")
|
|
18
|
+
to_features.set_input(aqsol_data, id_column="id")
|
|
19
|
+
to_features.set_output_tags(["aqsol", "public"])
|
|
20
|
+
to_features.transform()
|
|
@@ -2,10 +2,9 @@ import pandas as pd
|
|
|
2
2
|
import numpy as np
|
|
3
3
|
from sklearn.preprocessing import StandardScaler
|
|
4
4
|
from sklearn.neighbors import NearestNeighbors
|
|
5
|
-
from typing import List, Dict
|
|
5
|
+
from typing import List, Dict, Optional
|
|
6
6
|
import logging
|
|
7
7
|
import pickle
|
|
8
|
-
import os
|
|
9
8
|
import json
|
|
10
9
|
from pathlib import Path
|
|
11
10
|
from enum import Enum
|
|
@@ -14,7 +13,6 @@ from enum import Enum
|
|
|
14
13
|
log = logging.getLogger("workbench")
|
|
15
14
|
|
|
16
15
|
|
|
17
|
-
# ^Enumerated^ Proximity Types (distance or similarity)
|
|
18
16
|
class ProximityType(Enum):
|
|
19
17
|
DISTANCE = "distance"
|
|
20
18
|
SIMILARITY = "similarity"
|
|
@@ -26,44 +24,49 @@ class Proximity:
|
|
|
26
24
|
df: pd.DataFrame,
|
|
27
25
|
id_column: str,
|
|
28
26
|
features: List[str],
|
|
29
|
-
target: str = None,
|
|
30
|
-
track_columns: List[str] = None,
|
|
27
|
+
target: Optional[str] = None,
|
|
28
|
+
track_columns: Optional[List[str]] = None,
|
|
31
29
|
n_neighbors: int = 10,
|
|
32
30
|
):
|
|
33
31
|
"""
|
|
34
32
|
Initialize the Proximity class.
|
|
35
33
|
|
|
36
34
|
Args:
|
|
37
|
-
df
|
|
38
|
-
id_column
|
|
39
|
-
features
|
|
40
|
-
target
|
|
41
|
-
track_columns
|
|
42
|
-
n_neighbors
|
|
35
|
+
df: DataFrame containing data for neighbor computations.
|
|
36
|
+
id_column: Name of the column used as the identifier.
|
|
37
|
+
features: List of feature column names to be used for neighbor computations.
|
|
38
|
+
target: Name of the target column. Defaults to None.
|
|
39
|
+
track_columns: Additional columns to track in results. Defaults to None.
|
|
40
|
+
n_neighbors: Number of neighbors to compute. Defaults to 10.
|
|
43
41
|
"""
|
|
44
|
-
self.df = df.dropna(subset=features).copy()
|
|
45
42
|
self.id_column = id_column
|
|
46
|
-
self.n_neighbors = min(n_neighbors, len(self.df) - 1)
|
|
47
43
|
self.target = target
|
|
48
|
-
self.
|
|
44
|
+
self.track_columns = track_columns or []
|
|
45
|
+
self.proximity_type = None
|
|
49
46
|
self.scaler = None
|
|
50
47
|
self.X = None
|
|
51
48
|
self.nn = None
|
|
52
|
-
self.proximity_type = None
|
|
53
|
-
self.track_columns = track_columns or []
|
|
54
49
|
|
|
55
|
-
#
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
50
|
+
# Filter out non-numeric features
|
|
51
|
+
self.features = self._validate_features(df, features)
|
|
52
|
+
|
|
53
|
+
# Drop NaN rows and set up DataFrame
|
|
54
|
+
self.df = df.dropna(subset=self.features).copy()
|
|
55
|
+
self.n_neighbors = min(n_neighbors, len(self.df) - 1)
|
|
60
56
|
|
|
61
57
|
# Build the proximity model
|
|
62
58
|
self.build_proximity_model()
|
|
63
59
|
|
|
60
|
+
def _validate_features(self, df: pd.DataFrame, features: List[str]) -> List[str]:
|
|
61
|
+
"""Remove non-numeric features and log warnings."""
|
|
62
|
+
non_numeric = df[features].select_dtypes(exclude=["number"]).columns.tolist()
|
|
63
|
+
if non_numeric:
|
|
64
|
+
log.warning(f"Non-numeric features {non_numeric} aren't currently supported...")
|
|
65
|
+
return [f for f in features if f not in non_numeric]
|
|
66
|
+
return features
|
|
67
|
+
|
|
64
68
|
def build_proximity_model(self) -> None:
|
|
65
|
-
"""Standardize features and fit Nearest Neighbors model.
|
|
66
|
-
Note: This method can be overridden in subclasses for custom behavior."""
|
|
69
|
+
"""Standardize features and fit Nearest Neighbors model."""
|
|
67
70
|
self.proximity_type = ProximityType.DISTANCE
|
|
68
71
|
self.scaler = StandardScaler()
|
|
69
72
|
self.X = self.scaler.fit_transform(self.df[self.features])
|
|
@@ -74,27 +77,60 @@ class Proximity:
|
|
|
74
77
|
Compute nearest neighbors for all rows in the dataset.
|
|
75
78
|
|
|
76
79
|
Returns:
|
|
77
|
-
|
|
80
|
+
DataFrame of neighbors and their distances.
|
|
78
81
|
"""
|
|
79
82
|
distances, indices = self.nn.kneighbors(self.X)
|
|
80
|
-
results = []
|
|
81
83
|
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
for
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
results.append(self._build_neighbor_result(query_id=query_id, neighbor_idx=neighbor_idx, distance=dist))
|
|
84
|
+
results = [
|
|
85
|
+
self._build_neighbor_result(
|
|
86
|
+
query_id=self.df.iloc[i][self.id_column], neighbor_idx=neighbor_idx, distance=dist
|
|
87
|
+
)
|
|
88
|
+
for i, (dists, nbrs) in enumerate(zip(distances, indices))
|
|
89
|
+
for neighbor_idx, dist in zip(nbrs, dists)
|
|
90
|
+
if neighbor_idx != i # Skip self
|
|
91
|
+
]
|
|
91
92
|
|
|
92
93
|
return pd.DataFrame(results)
|
|
93
94
|
|
|
94
95
|
def neighbors(
|
|
96
|
+
self,
|
|
97
|
+
id_or_ids,
|
|
98
|
+
n_neighbors: Optional[int] = 5,
|
|
99
|
+
radius: Optional[float] = None,
|
|
100
|
+
include_self: bool = True,
|
|
101
|
+
) -> pd.DataFrame:
|
|
102
|
+
"""
|
|
103
|
+
Return neighbors for ID(s) from the existing dataset.
|
|
104
|
+
|
|
105
|
+
Args:
|
|
106
|
+
id_or_ids: Single ID or list of IDs to look up
|
|
107
|
+
n_neighbors: Number of neighbors to return (default: 5)
|
|
108
|
+
radius: If provided, find all neighbors within this radius
|
|
109
|
+
include_self: Whether to include self in results (if present)
|
|
110
|
+
|
|
111
|
+
Returns:
|
|
112
|
+
DataFrame containing neighbors and distances
|
|
113
|
+
"""
|
|
114
|
+
# Normalize to list
|
|
115
|
+
ids = [id_or_ids] if not isinstance(id_or_ids, list) else id_or_ids
|
|
116
|
+
|
|
117
|
+
# Validate IDs exist
|
|
118
|
+
missing_ids = set(ids) - set(self.df[self.id_column])
|
|
119
|
+
if missing_ids:
|
|
120
|
+
raise ValueError(f"IDs not found in dataset: {missing_ids}")
|
|
121
|
+
|
|
122
|
+
# Filter to requested IDs and preserve order
|
|
123
|
+
query_df = self.df[self.df[self.id_column].isin(ids)]
|
|
124
|
+
query_df = query_df.set_index(self.id_column).loc[ids].reset_index()
|
|
125
|
+
|
|
126
|
+
# Use the core implementation
|
|
127
|
+
return self.find_neighbors(query_df, n_neighbors=n_neighbors, radius=radius, include_self=include_self)
|
|
128
|
+
|
|
129
|
+
def find_neighbors(
|
|
95
130
|
self,
|
|
96
131
|
query_df: pd.DataFrame,
|
|
97
|
-
|
|
132
|
+
n_neighbors: Optional[int] = 5,
|
|
133
|
+
radius: Optional[float] = None,
|
|
98
134
|
include_self: bool = True,
|
|
99
135
|
) -> pd.DataFrame:
|
|
100
136
|
"""
|
|
@@ -102,63 +138,63 @@ class Proximity:
|
|
|
102
138
|
|
|
103
139
|
Args:
|
|
104
140
|
query_df: DataFrame containing query points
|
|
141
|
+
n_neighbors: Number of neighbors to return (default: 5)
|
|
105
142
|
radius: If provided, find all neighbors within this radius
|
|
106
143
|
include_self: Whether to include self in results (if present)
|
|
107
144
|
|
|
108
145
|
Returns:
|
|
109
146
|
DataFrame containing neighbors and distances
|
|
110
|
-
|
|
111
|
-
Note: The query DataFrame must include the feature columns. The id_column is optional.
|
|
112
147
|
"""
|
|
113
|
-
#
|
|
148
|
+
# Validate features
|
|
114
149
|
missing = set(self.features) - set(query_df.columns)
|
|
115
150
|
if missing:
|
|
116
151
|
raise ValueError(f"Query DataFrame is missing required feature columns: {missing}")
|
|
117
152
|
|
|
118
|
-
# Check if id_column is present
|
|
119
153
|
id_column_present = self.id_column in query_df.columns
|
|
120
154
|
|
|
121
|
-
#
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
# Print the ID column for rows with NaNs
|
|
125
|
-
if rows_with_nan.any():
|
|
126
|
-
log.warning(f"Found {rows_with_nan.sum()} rows with NaNs in feature columns:")
|
|
127
|
-
log.warning(query_df.loc[rows_with_nan, self.id_column])
|
|
128
|
-
|
|
129
|
-
# Drop rows with NaNs in feature columns and reassign to query_df
|
|
130
|
-
query_df = query_df.dropna(subset=self.features)
|
|
155
|
+
# Handle NaN rows
|
|
156
|
+
query_df = self._handle_nan_rows(query_df, id_column_present)
|
|
131
157
|
|
|
132
|
-
# Transform
|
|
158
|
+
# Transform query features
|
|
133
159
|
X_query = self.scaler.transform(query_df[self.features])
|
|
134
160
|
|
|
135
|
-
# Get neighbors
|
|
161
|
+
# Get neighbors
|
|
136
162
|
if radius is not None:
|
|
137
163
|
distances, indices = self.nn.radius_neighbors(X_query, radius=radius)
|
|
138
164
|
else:
|
|
139
|
-
distances, indices = self.nn.kneighbors(X_query)
|
|
165
|
+
distances, indices = self.nn.kneighbors(X_query, n_neighbors=n_neighbors)
|
|
140
166
|
|
|
141
167
|
# Build results
|
|
142
|
-
|
|
168
|
+
results = []
|
|
143
169
|
for i, (dists, nbrs) in enumerate(zip(distances, indices)):
|
|
144
|
-
# Use the ID from the query DataFrame if available, otherwise use the row index
|
|
145
170
|
query_id = query_df.iloc[i][self.id_column] if id_column_present else f"query_{i}"
|
|
146
171
|
|
|
147
172
|
for neighbor_idx, dist in zip(nbrs, dists):
|
|
148
|
-
# Skip if the neighbor is the query itself and include_self is False
|
|
149
173
|
neighbor_id = self.df.iloc[neighbor_idx][self.id_column]
|
|
174
|
+
|
|
175
|
+
# Skip if neighbor is self and include_self is False
|
|
150
176
|
if not include_self and neighbor_id == query_id:
|
|
151
177
|
continue
|
|
152
178
|
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
179
|
+
results.append(self._build_neighbor_result(query_id=query_id, neighbor_idx=neighbor_idx, distance=dist))
|
|
180
|
+
|
|
181
|
+
results_df = pd.DataFrame(results).sort_values([self.id_column, "distance"]).reset_index(drop=True)
|
|
182
|
+
return results_df
|
|
183
|
+
|
|
184
|
+
def _handle_nan_rows(self, query_df: pd.DataFrame, id_column_present: bool) -> pd.DataFrame:
|
|
185
|
+
"""Drop rows with NaN values in feature columns and log warnings."""
|
|
186
|
+
rows_with_nan = query_df[self.features].isna().any(axis=1)
|
|
187
|
+
|
|
188
|
+
if rows_with_nan.any():
|
|
189
|
+
log.warning(f"Found {rows_with_nan.sum()} rows with NaNs in feature columns:")
|
|
190
|
+
if id_column_present:
|
|
191
|
+
log.warning(query_df.loc[rows_with_nan, self.id_column])
|
|
156
192
|
|
|
157
|
-
return
|
|
193
|
+
return query_df.dropna(subset=self.features)
|
|
158
194
|
|
|
159
195
|
def _build_neighbor_result(self, query_id, neighbor_idx: int, distance: float) -> Dict:
|
|
160
196
|
"""
|
|
161
|
-
|
|
197
|
+
Build a result dictionary for a single neighbor.
|
|
162
198
|
|
|
163
199
|
Args:
|
|
164
200
|
query_id: ID of the query point
|
|
@@ -169,27 +205,30 @@ class Proximity:
|
|
|
169
205
|
Dictionary containing neighbor information
|
|
170
206
|
"""
|
|
171
207
|
neighbor_id = self.df.iloc[neighbor_idx][self.id_column]
|
|
208
|
+
neighbor_row = self.df.iloc[neighbor_idx]
|
|
172
209
|
|
|
173
|
-
#
|
|
174
|
-
|
|
210
|
+
# Start with basic info
|
|
211
|
+
result = {
|
|
175
212
|
self.id_column: query_id,
|
|
176
213
|
"neighbor_id": neighbor_id,
|
|
177
214
|
"distance": distance,
|
|
178
215
|
}
|
|
179
216
|
|
|
180
|
-
#
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
217
|
+
# Columns to automatically include if they exist
|
|
218
|
+
auto_include = (
|
|
219
|
+
([self.target, "prediction"] if self.target else [])
|
|
220
|
+
+ self.track_columns
|
|
221
|
+
+ [col for col in self.df.columns if "_proba" in col or "residual" in col or col == "outlier"]
|
|
222
|
+
)
|
|
184
223
|
|
|
185
|
-
# Add
|
|
186
|
-
|
|
224
|
+
# Add values for existing columns
|
|
225
|
+
for col in auto_include:
|
|
226
|
+
if col in self.df.columns:
|
|
227
|
+
result[col] = neighbor_row[col]
|
|
187
228
|
|
|
188
|
-
#
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
return neighbor_info
|
|
229
|
+
# Truncate very small distances to zero
|
|
230
|
+
result["distance"] = 0.0 if distance < 1e-7 else distance
|
|
231
|
+
return result
|
|
193
232
|
|
|
194
233
|
def serialize(self, directory: str) -> None:
|
|
195
234
|
"""
|
|
@@ -198,8 +237,8 @@ class Proximity:
|
|
|
198
237
|
Args:
|
|
199
238
|
directory: Directory path to save the model components
|
|
200
239
|
"""
|
|
201
|
-
|
|
202
|
-
|
|
240
|
+
dir_path = Path(directory)
|
|
241
|
+
dir_path.mkdir(parents=True, exist_ok=True)
|
|
203
242
|
|
|
204
243
|
# Save metadata
|
|
205
244
|
metadata = {
|
|
@@ -210,17 +249,16 @@ class Proximity:
|
|
|
210
249
|
"n_neighbors": self.n_neighbors,
|
|
211
250
|
}
|
|
212
251
|
|
|
213
|
-
|
|
214
|
-
json.dump(metadata, f)
|
|
252
|
+
(dir_path / "metadata.json").write_text(json.dumps(metadata))
|
|
215
253
|
|
|
216
|
-
# Save
|
|
217
|
-
self.df.to_pickle(
|
|
254
|
+
# Save DataFrame
|
|
255
|
+
self.df.to_pickle(dir_path / "df.pkl")
|
|
218
256
|
|
|
219
|
-
# Save
|
|
220
|
-
with open(
|
|
257
|
+
# Save models
|
|
258
|
+
with open(dir_path / "scaler.pkl", "wb") as f:
|
|
221
259
|
pickle.dump(self.scaler, f)
|
|
222
260
|
|
|
223
|
-
with open(
|
|
261
|
+
with open(dir_path / "nn_model.pkl", "wb") as f:
|
|
224
262
|
pickle.dump(self.nn, f)
|
|
225
263
|
|
|
226
264
|
log.info(f"Proximity model serialized to {directory}")
|
|
@@ -234,23 +272,22 @@ class Proximity:
|
|
|
234
272
|
directory: Directory path containing the serialized model components
|
|
235
273
|
|
|
236
274
|
Returns:
|
|
237
|
-
|
|
275
|
+
A new Proximity instance
|
|
238
276
|
"""
|
|
239
|
-
|
|
240
|
-
if not
|
|
277
|
+
dir_path = Path(directory)
|
|
278
|
+
if not dir_path.is_dir():
|
|
241
279
|
raise ValueError(f"Directory {directory} does not exist or is not a directory")
|
|
242
280
|
|
|
243
281
|
# Load metadata
|
|
244
|
-
|
|
245
|
-
metadata = json.load(f)
|
|
282
|
+
metadata = json.loads((dir_path / "metadata.json").read_text())
|
|
246
283
|
|
|
247
284
|
# Load DataFrame
|
|
248
|
-
df_path =
|
|
249
|
-
if not
|
|
285
|
+
df_path = dir_path / "df.pkl"
|
|
286
|
+
if not df_path.exists():
|
|
250
287
|
raise FileNotFoundError(f"DataFrame file not found at {df_path}")
|
|
251
288
|
df = pd.read_pickle(df_path)
|
|
252
289
|
|
|
253
|
-
# Create instance
|
|
290
|
+
# Create instance without calling __init__
|
|
254
291
|
instance = cls.__new__(cls)
|
|
255
292
|
instance.df = df
|
|
256
293
|
instance.id_column = metadata["id_column"]
|
|
@@ -259,15 +296,16 @@ class Proximity:
|
|
|
259
296
|
instance.track_columns = metadata["track_columns"]
|
|
260
297
|
instance.n_neighbors = metadata["n_neighbors"]
|
|
261
298
|
|
|
262
|
-
# Load
|
|
263
|
-
with open(
|
|
299
|
+
# Load models
|
|
300
|
+
with open(dir_path / "scaler.pkl", "rb") as f:
|
|
264
301
|
instance.scaler = pickle.load(f)
|
|
265
302
|
|
|
266
|
-
with open(
|
|
303
|
+
with open(dir_path / "nn_model.pkl", "rb") as f:
|
|
267
304
|
instance.nn = pickle.load(f)
|
|
268
305
|
|
|
269
|
-
#
|
|
306
|
+
# Restore X
|
|
270
307
|
instance.X = instance.scaler.transform(instance.df[instance.features])
|
|
308
|
+
instance.proximity_type = ProximityType.DISTANCE
|
|
271
309
|
|
|
272
310
|
log.info(f"Proximity model deserialized from {directory}")
|
|
273
311
|
return instance
|
|
@@ -294,10 +332,10 @@ if __name__ == "__main__":
|
|
|
294
332
|
print(prox.all_neighbors())
|
|
295
333
|
|
|
296
334
|
# Test the neighbors method
|
|
297
|
-
print(prox.neighbors(
|
|
335
|
+
print(prox.neighbors(1))
|
|
298
336
|
|
|
299
337
|
# Test the neighbors method with radius
|
|
300
|
-
print(prox.neighbors(
|
|
338
|
+
print(prox.neighbors(1, radius=2.0))
|
|
301
339
|
|
|
302
340
|
# Test with data that isn't in the 'train' dataframe
|
|
303
341
|
query_data = {
|
|
@@ -307,7 +345,7 @@ if __name__ == "__main__":
|
|
|
307
345
|
"Feature3": [2.31],
|
|
308
346
|
}
|
|
309
347
|
query_df = pd.DataFrame(query_data)
|
|
310
|
-
print(prox.
|
|
348
|
+
print(prox.find_neighbors(query_df=query_df)) # For new data we use find_neighbors()
|
|
311
349
|
|
|
312
350
|
# Test with Features list
|
|
313
351
|
prox = Proximity(df, id_column="ID", features=["Feature1"], n_neighbors=2)
|
|
@@ -334,13 +372,13 @@ if __name__ == "__main__":
|
|
|
334
372
|
print(prox.all_neighbors())
|
|
335
373
|
|
|
336
374
|
# Test the neighbors method
|
|
337
|
-
print(prox.neighbors(
|
|
375
|
+
print(prox.neighbors(["a", "b"]))
|
|
338
376
|
|
|
339
377
|
# Time neighbors with all IDs versus calling all_neighbors
|
|
340
378
|
import time
|
|
341
379
|
|
|
342
380
|
start_time = time.time()
|
|
343
|
-
prox_df = prox.
|
|
381
|
+
prox_df = prox.find_neighbors(query_df=df, include_self=False)
|
|
344
382
|
end_time = time.time()
|
|
345
383
|
print(f"Time taken for neighbors: {end_time - start_time:.4f} seconds")
|
|
346
384
|
start_time = time.time()
|
|
@@ -361,7 +399,7 @@ if __name__ == "__main__":
|
|
|
361
399
|
|
|
362
400
|
# Test querying without the id_column
|
|
363
401
|
df_no_id = df.drop(columns=["foo_id"])
|
|
364
|
-
print(prox.
|
|
402
|
+
print(prox.find_neighbors(query_df=df_no_id, include_self=False))
|
|
365
403
|
|
|
366
404
|
# Test duplicate IDs
|
|
367
405
|
data = {
|
|
@@ -379,6 +417,9 @@ if __name__ == "__main__":
|
|
|
379
417
|
|
|
380
418
|
fs = FeatureSet("abalone_features")
|
|
381
419
|
model = Model("abalone-regression")
|
|
420
|
+
features = model.features()
|
|
382
421
|
df = fs.pull_dataframe()
|
|
383
|
-
prox = Proximity(
|
|
384
|
-
|
|
422
|
+
prox = Proximity(
|
|
423
|
+
df, id_column=fs.id_column, features=model.features(), target=model.target(), track_columns=features
|
|
424
|
+
)
|
|
425
|
+
print(prox.find_neighbors(query_df=df[0:2]))
|
|
@@ -10,7 +10,7 @@ from workbench.core.artifacts.artifact import Artifact
|
|
|
10
10
|
from workbench.core.artifacts.model_core import ModelCore, ModelType # noqa: F401
|
|
11
11
|
from workbench.core.transforms.model_to_endpoint.model_to_endpoint import ModelToEndpoint
|
|
12
12
|
from workbench.api.endpoint import Endpoint
|
|
13
|
-
from workbench.utils.model_utils import
|
|
13
|
+
from workbench.utils.model_utils import proximity_model_local, uq_model
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
class Model(ModelCore):
|
|
@@ -83,19 +83,16 @@ class Model(ModelCore):
|
|
|
83
83
|
end.set_owner(self.get_owner())
|
|
84
84
|
return end
|
|
85
85
|
|
|
86
|
-
def prox_model(self,
|
|
87
|
-
"""Create a Proximity Model for this Model
|
|
86
|
+
def prox_model(self, filtered: bool = True):
|
|
87
|
+
"""Create a local Proximity Model for this Model
|
|
88
88
|
|
|
89
89
|
Args:
|
|
90
|
-
|
|
91
|
-
track_columns (list, optional): List of columns to track in the Proximity Model.
|
|
90
|
+
filtered: bool, optional): Use filtered training data for the Proximity Model (default: True)
|
|
92
91
|
|
|
93
92
|
Returns:
|
|
94
|
-
|
|
93
|
+
Proximity: A local Proximity Model
|
|
95
94
|
"""
|
|
96
|
-
|
|
97
|
-
prox_model_name = self.model_name + "-prox"
|
|
98
|
-
return proximity_model(self, prox_model_name, track_columns=track_columns)
|
|
95
|
+
return proximity_model_local(self, filtered=filtered)
|
|
99
96
|
|
|
100
97
|
def uq_model(self, uq_model_name: str = None, train_all_data: bool = False) -> "Model":
|
|
101
98
|
"""Create a Uncertainty Quantification Model for this Model
|
|
@@ -121,6 +118,10 @@ if __name__ == "__main__":
|
|
|
121
118
|
pprint(my_model.summary())
|
|
122
119
|
pprint(my_model.details())
|
|
123
120
|
|
|
124
|
-
# Create an Endpoint from the Model
|
|
125
|
-
my_endpoint = my_model.to_endpoint()
|
|
126
|
-
pprint(my_endpoint.summary())
|
|
121
|
+
# Create an Endpoint from the Model (commented out for now)
|
|
122
|
+
# my_endpoint = my_model.to_endpoint()
|
|
123
|
+
# pprint(my_endpoint.summary())
|
|
124
|
+
|
|
125
|
+
# Create a local Proximity Model for this Model
|
|
126
|
+
prox_model = my_model.prox_model()
|
|
127
|
+
print(prox_model.neighbors(3398))
|
|
@@ -475,17 +475,20 @@ class EndpointCore(Artifact):
|
|
|
475
475
|
training_df = fs.view("training").pull_dataframe()
|
|
476
476
|
|
|
477
477
|
# Run inference on the endpoint to get UQ outputs
|
|
478
|
-
|
|
478
|
+
uq_df = self.inference(training_df)
|
|
479
479
|
|
|
480
480
|
# Identify UQ-specific columns (quantiles and prediction_std)
|
|
481
|
-
uq_columns = [col for col in
|
|
481
|
+
uq_columns = [col for col in uq_df.columns if col.startswith("q_") or col == "prediction_std"]
|
|
482
482
|
|
|
483
483
|
# Merge UQ columns with out-of-fold predictions
|
|
484
484
|
if uq_columns:
|
|
485
|
-
# Keep id_column and UQ columns, drop 'prediction' to avoid conflict
|
|
486
|
-
|
|
487
|
-
uq_df = full_inference_df[merge_columns]
|
|
485
|
+
# Keep id_column and UQ columns, drop 'prediction' to avoid conflict when merging
|
|
486
|
+
uq_df = uq_df[[id_column] + uq_columns]
|
|
488
487
|
|
|
488
|
+
# Drop duplicates in uq_df based on id_column
|
|
489
|
+
uq_df = uq_df.drop_duplicates(subset=[id_column])
|
|
490
|
+
|
|
491
|
+
# Merge UQ columns into out_of_fold_df
|
|
489
492
|
out_of_fold_df = pd.merge(out_of_fold_df, uq_df, on=id_column, how="left")
|
|
490
493
|
additional_columns = uq_columns
|
|
491
494
|
self.log.info(f"Added UQ columns: {', '.join(additional_columns)}")
|
|
@@ -21,6 +21,7 @@ from workbench.utils.aws_utils import newest_path, pull_s3_data
|
|
|
21
21
|
from workbench.utils.s3_utils import compute_s3_object_hash
|
|
22
22
|
from workbench.utils.shap_utils import shap_values_data, shap_feature_importance
|
|
23
23
|
from workbench.utils.deprecated_utils import deprecated
|
|
24
|
+
from workbench.utils.model_utils import proximity_model
|
|
24
25
|
|
|
25
26
|
|
|
26
27
|
class ModelType(Enum):
|
|
@@ -881,6 +882,20 @@ class ModelCore(Artifact):
|
|
|
881
882
|
except (KeyError, IndexError, TypeError):
|
|
882
883
|
return None
|
|
883
884
|
|
|
885
|
+
def publish_prox_model(self, prox_model_name: str = None, track_columns: list = None):
|
|
886
|
+
"""Create and publish a Proximity Model for this Model
|
|
887
|
+
|
|
888
|
+
Args:
|
|
889
|
+
prox_model_name (str, optional): Name of the Proximity Model (if not specified, a name will be generated)
|
|
890
|
+
track_columns (list, optional): List of columns to track in the Proximity Model.
|
|
891
|
+
|
|
892
|
+
Returns:
|
|
893
|
+
Model: The published Proximity Model
|
|
894
|
+
"""
|
|
895
|
+
if prox_model_name is None:
|
|
896
|
+
prox_model_name = self.model_name + "-prox"
|
|
897
|
+
return proximity_model(self, prox_model_name, track_columns=track_columns)
|
|
898
|
+
|
|
884
899
|
def delete(self):
|
|
885
900
|
"""Delete the Model Packages and the Model Group"""
|
|
886
901
|
if not self.exists():
|