workbench 0.8.175__tar.gz → 0.8.177__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of workbench might be problematic. Click here for more details.
- {workbench-0.8.175 → workbench-0.8.177}/PKG-INFO +1 -1
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/artifacts/artifact.py +2 -2
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/artifacts/endpoint_core.py +4 -1
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/artifacts/model_core.py +8 -29
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/cloud_platform/aws/aws_account_clamp.py +48 -2
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/custom_models/chem_info/mol_descriptors.py +19 -7
- {workbench-0.8.175/src/workbench/utils/chem_utils → workbench-0.8.177/src/workbench/model_scripts/custom_models/chem_info}/mol_standardize.py +80 -58
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/custom_models/uq_models/mapie.template +3 -3
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/xgb_model/generated_model_script.py +3 -3
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/chem_utils/mol_descriptors.py +19 -7
- {workbench-0.8.175/src/workbench/model_scripts/custom_models/chem_info → workbench-0.8.177/src/workbench/utils/chem_utils}/mol_standardize.py +80 -58
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/model_utils.py +28 -25
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench.egg-info/PKG-INFO +1 -1
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench.egg-info/SOURCES.txt +0 -1
- workbench-0.8.175/src/workbench/utils/fast_inference.py +0 -167
- {workbench-0.8.175 → workbench-0.8.177}/.flake8 +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/.github/dependabot.yml +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/.github/workflows/deploy-docs.yml +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/.github/workflows/python-lint.yml +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/.gitignore +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/CONTRIBUTING.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/Dockerfile +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/LICENSE +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/Makefile +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/README.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/SECURITY.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/aws_dashboard/Dockerfile +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/aws_dashboard/README.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/aws_dashboard/app.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/aws_dashboard/assets/favicon.ico +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/aws_dashboard/dashboard +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/aws_dashboard/deploy.sh +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/aws_dashboard/nginx.conf +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/aws_dashboard/open_source_config.json +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/aws_dashboard/pages/data_sources/callbacks.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/aws_dashboard/pages/data_sources/layout.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/aws_dashboard/pages/data_sources/page.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/aws_dashboard/pages/endpoints/callbacks.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/aws_dashboard/pages/endpoints/layout.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/aws_dashboard/pages/endpoints/page.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/aws_dashboard/pages/feature_sets/callbacks.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/aws_dashboard/pages/feature_sets/layout.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/aws_dashboard/pages/feature_sets/page.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/aws_dashboard/pages/license/page.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/aws_dashboard/pages/main/callbacks.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/aws_dashboard/pages/main/layout.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/aws_dashboard/pages/main/page.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/aws_dashboard/pages/models/callbacks.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/aws_dashboard/pages/models/layout.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/aws_dashboard/pages/models/page.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/aws_dashboard/pages/pipelines/callbacks.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/aws_dashboard/pages/pipelines/layout.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/aws_dashboard/pages/pipelines/page.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/aws_dashboard/pages/status/page.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/aws_dashboard/static/dark.css +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/aws_dashboard/static/light.css +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/aws_dashboard/supervisord.conf +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/compound_explorer/Dockerfile +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/compound_explorer/README.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/compound_explorer/app.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/compound_explorer/assets/favicon.ico +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/compound_explorer/callbacks.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/compound_explorer/explorer +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/compound_explorer/layout.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/compound_explorer/nginx.conf +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/compound_explorer/open_source_config.json +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/compound_explorer/requirements.txt +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/compound_explorer/storage/callbacks.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/compound_explorer/storage/callbacks_new.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/compound_explorer/storage/layout_new.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/applications/compound_explorer/supervisord.conf +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/aws_account_setup.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/aws_identity_check.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/build_ml_pipeline.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/compound_explorer/.gitignore +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/compound_explorer/README.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/compound_explorer/app.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/compound_explorer/cdk.json +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/compound_explorer/compound_explorer/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/compound_explorer/compound_explorer/compound_explorer_stack.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/compound_explorer/requirements.txt +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/event_bridge/Readme.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_compute/README.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_compute/app.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_compute/cdk.json +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_compute/requirements.txt +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_compute/tests/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_compute/tests/unit/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_compute/tests/unit/test_workbench_compute_stack.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_compute/workbench_compute/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_compute/workbench_compute/workbench_compute_stack.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_core/.gitignore +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_core/README.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_core/app.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_core/cdk.json +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_core/requirements-dev.txt +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_core/requirements.txt +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_core/source.bat +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_core/workbench_core/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_core/workbench_core/workbench_core_stack.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_dashboard_full/.gitignore +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_dashboard_full/README.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_dashboard_full/app.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_dashboard_full/cdk.json +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_dashboard_full/requirements-dev.txt +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_dashboard_full/requirements.txt +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_dashboard_full/source.bat +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/workbench_dashboard_stack.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_dashboard_lite/.gitignore +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_dashboard_lite/README.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_dashboard_lite/app.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_dashboard_lite/cdk.json +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_dashboard_lite/requirements.txt +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/workbench_dashboard_stack.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/data/abalone.csv +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/data/karate_graph.json +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/data/test_data.csv +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/data/test_data.json +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/data/wine_dataset.csv +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/deploy_docker.sh +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/admin/aws_service_limits.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/admin/base_docker_push.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/admin/dashboard_docker_push.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/admin/dashboard_s3_plugins.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/admin/explorer_docker_push.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/admin/images/dashboard_secret_click.png +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/admin/images/serverless_quotas.png +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/admin/images/status_showing_S3_path.png +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/admin/pypi_release.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/admin/workbench_docker_for_lambdas.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/api_classes/data_source.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/api_classes/df_store.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/api_classes/endpoint.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/api_classes/feature_set.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/api_classes/meta.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/api_classes/model.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/api_classes/monitor.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/api_classes/overview.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/api_classes/parameter_store.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/api_classes/pipelines.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/api_classes/views.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/aws_setup/aws_access_management.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/aws_setup/aws_client_vpn.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/aws_setup/aws_setup.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/aws_setup/aws_tips_and_tricks.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/aws_setup/core_stack.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/aws_setup/dashboard_stack.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/aws_setup/domain_cert_setup.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/aws_setup/full_pipeline.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/aws_setup/iam_assume_role.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/aws_setup/sso_assume_role.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/blogs/aws_credentials_lock.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/blogs/canonicalization_and_tautomerization.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/blogs/compound_etl.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/blogs/compound_explorer.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/blogs/descriptor_drilldown.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/blogs/eda.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/blogs/feature_importances.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/blogs/fun_with_workbench/fun_with_endpoints.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/blogs/htg.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/blogs/index.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/blogs/model_monitoring.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/blogs/residual_analysis.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/cached/cached_data_source.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/cached/cached_endpoint.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/cached/cached_feature_set.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/cached/cached_meta.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/cached/cached_model.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/cached/overview.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/chem_utils/index.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/cloudwatch/index.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/comparisons/workbench_vs_databricks.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/compound_explorer/tox21.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/compound_explorer/toxicity_modeling.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/core_classes/artifacts/artifact.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/core_classes/artifacts/athena_source.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/core_classes/artifacts/data_source_abstract.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/core_classes/artifacts/endpoint_core.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/core_classes/artifacts/feature_set_core.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/core_classes/artifacts/model_core.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/core_classes/artifacts/monitor_core.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/core_classes/artifacts/overview.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/core_classes/overview.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/core_classes/transforms/data_loaders_heavy.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/core_classes/transforms/data_loaders_light.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/core_classes/transforms/data_to_features.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/core_classes/transforms/features_to_model.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/core_classes/transforms/model_to_endpoint.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/core_classes/transforms/overview.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/core_classes/transforms/pandas_transforms.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/core_classes/transforms/transform.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/core_classes/views/computation_view.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/core_classes/views/display_view.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/core_classes/views/inference_view.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/core_classes/views/overview.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/core_classes/views/training_view.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/data_algorithms/dataframes/overview.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/data_algorithms/graphs/overview.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/data_algorithms/overview.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/data_algorithms/spark/overview.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/data_algorithms/sql/overview.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/enterprise/index.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/enterprise/private_saas.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/enterprise/project_branding.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/enterprise/themes.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/getting_started/index.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/glue/index.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/images/big_spider.png +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/images/graph_representation.png +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/images/powered_aws_dark_blue.png +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/images/powered_aws_transparent.png +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/images/powered_aws_white.png +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/images/powered_aws_with_tm_grey.png +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/images/scp.png +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/images/scp_labs.png +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/images/small_spider.png +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/images/workbench_concepts.png +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/index.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/lambda_layer/index.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/misc/faq.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/misc/general_info.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/misc/scp_consulting.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/misc/workbench_classes_concepts.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/model_utils/index.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/plugins/index.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/presentations/index.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/release_notes/0_8_106.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/release_notes/0_8_158.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/release_notes/0_8_50.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/release_notes/0_8_55.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/release_notes/0_8_58.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/release_notes/0_8_60.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/release_notes/0_8_71.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/release_notes/0_8_74.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/release_notes/0_8_78.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/release_notes/archived/0_7_8.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/release_notes/archived/0_8_11.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/release_notes/archived/0_8_20.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/release_notes/archived/0_8_22.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/release_notes/archived/0_8_23.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/release_notes/archived/0_8_27.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/release_notes/archived/0_8_29.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/release_notes/archived/0_8_33.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/release_notes/archived/0_8_35.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/release_notes/archived/0_8_36.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/release_notes/archived/0_8_39.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/release_notes/archived/0_8_42.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/release_notes/archived/0_8_46.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/release_notes/archived/0_8_6.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/release_notes/archived/0_8_8.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/repl/index.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/road_maps/0_9_0.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/road_maps/0_9_5.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/themes/details.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/docs/themes/index.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/ag-grid/hello_world.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/chem_utils/tautomerize_smiles.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/datasource/datasource_from_df.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/datasource/datasource_from_s3.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/datasource/datasource_query.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/datasource/datasource_stats.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/datasource/datasource_to_featureset.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/endpoint/endpoint_details.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/endpoint/endpoint_inference.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/endpoint/endpoint_metrics.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/featureset/featureset_eda.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/featureset/featureset_query.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/full_ml_pipeline.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/glue_jobs/glue_example_1.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/glue_jobs/glue_example_2.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/glue_jobs/glue_example_3.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/glue_jobs/glue_launcher_examples/example_1.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/glue_jobs/glue_launcher_examples/example_2.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/meta/meta_list_endpoints.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/meta/meta_list_models.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/meta/meta_model_metrics.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/ml_pipelines/list_models.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/ml_pipelines/wine_classifier.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/model_utils/model_metrics.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/model_utils/model_to_endpoint.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/model_utils/onboard_model.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/models/custom_model.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/models/dbscan.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/models/knn.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/models/pytorch.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/models/random_forest.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/models/smiles_to_md_v1.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/models/uq/bayesian_ridge.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/models/uq/ensemble_xgb.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/models/uq/gaussian_process.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/models/uq/mapie.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/models/uq/meta_uq.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/models/uq/ngboost.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/models/uq/quant_xgb.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/monitor/monitor_setup.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/monitor/monitor_usage.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/plugins/branding/Readme.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/plugins/branding/scp.json +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/plugins/components/custom_plugin.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/plugins/components/endpoint_plugin.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/plugins/components/endpoint_turbo.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/plugins/components/model_markdown.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/plugins/components/model_plugin.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/plugins/packages/my_plugin_utils/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/plugins/packages/my_plugin_utils/assets/foo.json +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/plugins/packages/my_plugin_utils/cool_stuff.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/plugins/pages/plugin_page_1.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/plugins/pages/plugin_page_2.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/plugins/pages/plugin_page_3.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/plugins/templates/Readme.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/plugins/views/model_plugin_view.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/plugins/views/my_view_plugin.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/storage/data_to_data.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/storage/data_to_features.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/storage/endpoint_inference.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/storage/hello_world_pipeline.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/examples/storage/plugin_page_example.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/experiments/chem_info/bulk_sims.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/experiments/chem_info/knn_sims.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/experiments/chemprop_model.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/experiments/confidence_roc_curve.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/experiments/coverage_probability.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/experiments/log_testing.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/experiments/mapie_model.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/experiments/neighbor_outliers.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/experiments/networkx_id.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/experiments/prediction_intervals.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/experiments/pytorch_model.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/experiments/quantile_regression.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/experiments/quantile_regression_2.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/experiments/regression_confidence.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/experiments/residual_analysis.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/experiments/rocauc_testing.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/experiments/scatter_zoom_issue.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/experiments/sol_pipeline.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/glue_jobs/create_glue_workflow_with_trigger.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/glue_jobs/example_glue_job.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/glue_jobs/glue_job_pipeline.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/glue_jobs/glue_mixed_case.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/mkdocs.yml +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/model_docker_images/Readme.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/model_docker_images/inference/Dockerfile +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/model_docker_images/inference/main.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/model_docker_images/inference/requirements.txt +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/model_docker_images/inference/serve +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/model_docker_images/meta_endpoint/Dockerfile +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/model_docker_images/meta_endpoint/main.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/model_docker_images/meta_endpoint/requirements.txt +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/model_docker_images/meta_endpoint/serve +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/model_docker_images/ml_pipelines/Dockerfile +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/model_docker_images/ml_pipelines/ml_pipeline_runner.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/model_docker_images/ml_pipelines/requirements.txt +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/model_docker_images/pytorch_inference/Dockerfile +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/model_docker_images/pytorch_inference/main.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/model_docker_images/pytorch_inference/requirements.txt +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/model_docker_images/pytorch_inference/serve +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/model_docker_images/pytorch_training/Dockerfile +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/model_docker_images/pytorch_training/requirements.txt +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/model_docker_images/pytorch_training/sagemaker_entrypoint.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/model_docker_images/scripts/build_deploy.sh +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/model_docker_images/tests/data/abalone_sm.csv +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/model_docker_images/tests/example_model_script.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/model_docker_images/tests/run_tests.sh +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/model_docker_images/tests/test_inference.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/model_docker_images/tests/test_training.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/model_docker_images/training/Dockerfile +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/model_docker_images/training/requirements.txt +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/model_docker_images/training/sagemaker_entrypoint.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/model_docker_images/workbench_inference/Dockerfile +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/model_docker_images/workbench_inference/main.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/model_docker_images/workbench_inference/requirements.txt +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/model_docker_images/workbench_inference/serve +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/notebooks/Inference_On_Legacy_Models.ipynb +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/notebooks/ML_Pipeline_with_Workbench.ipynb +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/notebooks/ML_Pipeline_with_Workbench_2.ipynb +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/notebooks/Outliers_in_Workbench.ipynb +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/notebooks/Regression_Confidence_Experiments.ipynb +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/notebooks/Residual_Analysis.ipynb +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/notebooks/images/athena_query_aqsol.png +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/notebooks/images/aws_dashboard_aqsol.png +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/notebooks/images/dashboard_aqsol_features.png +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/notebooks/images/model_screenshot.png +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/notebooks/images/scp_labs.png +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/presentations/README.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/pyproject.toml +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/active_logs.sh +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/admin/athena_ddl_mixed_case.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/admin/check_all_glue_tables.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/admin/db_scan_test.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/admin/delete_invalid_views.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/admin/delete_redis_keys.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/admin/list_datacatalog.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/admin/migration/copy_glue_database.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/admin/migration/delete_sageworks_glue_database.sh +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/admin/migration/ds_migrate.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/admin/migration/endpoint_migrate.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/admin/migration/fs_migrate.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/admin/migration/model_migrate.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/admin/pull_image_digest.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/admin/redis_reaper.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/admin/spam_list_tags.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/admin/storage/convert_training_views.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/admin/storage/migrate_data_source_via_df.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/admin/storage/migrate_ds_meta.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/ag_table_row_selection.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/compare_dataframes.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/compare_model_packages.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/endpoint_timing.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/find_smiles_issues.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/get_tags.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/instantiation_timings.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/llm_deploys/deepseek_deploy.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/model_cache_refresh.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/model_endpoint_sanity_check.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/monitor_event_bridge.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/onboard_endpoints.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/onboard_models.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/pipeline_model_endpoint.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/pubchem/pubchem_example.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/pubchem/pubchem_query.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/pubchem/pubchem_query_with_cid.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/seaborn_to_plotly.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/storage/dns_data_to_features.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/storage/generate_jsonl_data.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/test_feature_resolution.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/test_no_workbench_config.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/tox21/test_tox_heuristic.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/scripts/tox21/tox21_to_df_store.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/setup.cfg +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/algorithms/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/algorithms/dataframe/Readme.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/algorithms/dataframe/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/algorithms/dataframe/data_source_eda.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/algorithms/dataframe/feature_space_proximity.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/algorithms/dataframe/fingerprint_proximity.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/algorithms/dataframe/projection_2d.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/algorithms/dataframe/proximity.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/algorithms/dataframe/storage/aggregation.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/algorithms/dataframe/storage/feature_resolution.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/algorithms/dataframe/storage/feature_spider.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/algorithms/dataframe/storage/residuals_calculator.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/algorithms/dataframe/storage/row_tagger.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/algorithms/dataframe/storage/target_gradients.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/algorithms/graph/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/algorithms/graph/heavy/Readme.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/algorithms/graph/light/Readme.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/algorithms/graph/light/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/algorithms/graph/light/proximity_graph.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/algorithms/spark/Readme.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/algorithms/sql/Readme.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/algorithms/sql/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/algorithms/sql/column_stats.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/algorithms/sql/correlations.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/algorithms/sql/descriptive_stats.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/algorithms/sql/outliers.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/algorithms/sql/sample_rows.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/algorithms/sql/value_counts.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/api/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/api/compound.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/api/data_source.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/api/df_store.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/api/endpoint.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/api/feature_set.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/api/graph_store.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/api/meta.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/api/model.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/api/monitor.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/api/parameter_store.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/api/pipeline.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/cached/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/cached/cached_data_source.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/cached/cached_endpoint.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/cached/cached_feature_set.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/cached/cached_meta.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/cached/cached_model.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/cached/cached_pipeline.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/artifacts/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/artifacts/athena_source.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/artifacts/cached_artifact_mixin.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/artifacts/data_capture_core.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/artifacts/data_source_abstract.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/artifacts/data_source_factory.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/artifacts/feature_set_core.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/artifacts/monitor_core.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/cloud_platform/aws/README.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/cloud_platform/aws/aws_df_store.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/cloud_platform/aws/aws_graph_store.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/cloud_platform/aws/aws_meta.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/cloud_platform/aws/aws_parameter_store.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/cloud_platform/aws/aws_secrets_manager.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/cloud_platform/aws/aws_session.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/cloud_platform/aws/cache_dataframe.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/cloud_platform/azure/README.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/cloud_platform/cloud_meta.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/cloud_platform/gcp/README.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/pipelines/pipeline_executor.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/Readme.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/data_loaders/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/data_loaders/heavy/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/data_loaders/heavy/s3_heavy_to_data_source.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/data_loaders/light/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/data_loaders/light/csv_to_data_source.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/data_loaders/light/json_to_data_source.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/data_loaders/light/s3_to_data_source_light.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/data_to_data/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/data_to_data/heavy/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/data_to_data/heavy/emr/Readme.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/data_to_data/heavy/glue/Readme.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/data_to_data/light/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/data_to_data/light/clean_data.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/data_to_data/light/data_to_data_light.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/data_to_features/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/data_to_features/heavy/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/data_to_features/heavy/chunk/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/data_to_features/heavy/chunk/data_to_features_chunk.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/data_to_features/heavy/emr/Readme.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/data_to_features/heavy/glue/Readme.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/data_to_features/heavy/storage/data_to_features_heavy_old.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/data_to_features/light/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/data_to_features/light/data_to_features_light.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/data_to_features/light/molecular_descriptors.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/features_to_features/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/features_to_features/heavy/emr/Readme.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/features_to_features/heavy/glue/Readme.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/features_to_model/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/features_to_model/features_to_model.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/model_to_endpoint/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/model_to_endpoint/model_to_endpoint.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/pandas_transforms/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/pandas_transforms/data_to_pandas.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/pandas_transforms/features_to_pandas.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/pandas_transforms/pandas_to_data.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/pandas_transforms/pandas_to_features.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/pandas_transforms/pandas_to_features_chunked.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/transforms/transform.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/views/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/views/column_subset_view.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/views/computation_view.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/views/create_view.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/views/display_view.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/views/inference_view.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/views/pandas_to_view.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/views/storage/mdq_view.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/views/training_view.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/views/view.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/views/view_utils.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/custom_models/chem_info/Readme.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/custom_models/chem_info/molecular_descriptors.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/custom_models/chem_info/morgan_fingerprints.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/custom_models/chem_info/requirements.txt +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/custom_models/meta_endpoints/example.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/custom_models/network_security/Readme.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/custom_models/proximity/Readme.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/custom_models/proximity/feature_space_proximity.template +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/custom_models/proximity/generated_model_script.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/custom_models/proximity/proximity.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/custom_models/proximity/requirements.txt +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/custom_models/uq_models/Readme.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/custom_models/uq_models/bayesian_ridge.template +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/custom_models/uq_models/ensemble_xgb.template +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/custom_models/uq_models/gaussian_process.template +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/custom_models/uq_models/generated_model_script.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/custom_models/uq_models/meta_uq.template +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/custom_models/uq_models/ngboost.template +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/custom_models/uq_models/proximity.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/custom_models/uq_models/requirements.txt +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/custom_script_example/custom_model_script.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/custom_script_example/requirements.txt +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/ensemble_xgb/ensemble_xgb.template +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/ensemble_xgb/generated_model_script.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/ensemble_xgb/requirements.txt +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/pytorch_model/generated_model_script.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/pytorch_model/pytorch.template +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/pytorch_model/requirements.txt +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/quant_regression/quant_regression.template +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/quant_regression/requirements.txt +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/scikit_learn/generated_model_script.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/scikit_learn/requirements.txt +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/scikit_learn/scikit_learn.template +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/script_generation.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/xgb_model/requirements.txt +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/model_scripts/xgb_model/xgb_model.template +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/repl/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/repl/workbench_shell.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/resources/open_source_api.key +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/resources/signature_verify_pub.pem +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/scripts/check_double_bond_stereo.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/scripts/glue_launcher.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/scripts/ml_pipeline_batch.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/scripts/ml_pipeline_sqs.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/scripts/monitor_cloud_watch.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/scripts/redis_expire.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/scripts/redis_report.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/scripts/show_config.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/themes/dark/base_css.url +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/themes/dark/custom.css +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/themes/dark/plotly.json +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/themes/light/base_css.url +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/themes/light/branding.json +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/themes/light/custom.css +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/themes/light/plotly.json +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/themes/midnight_blue/base_css.url +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/themes/midnight_blue/branding.json +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/themes/midnight_blue/custom.css +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/themes/midnight_blue/plotly.json +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/themes/quartz/base_css.url +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/themes/quartz/custom.css +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/themes/quartz/plotly.json +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/themes/quartz_dark/base_css.url +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/themes/quartz_dark/custom.css +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/themes/quartz_dark/plotly.json +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/ai_compound_generator.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/ai_summary.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/ai_synth.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/athena_utils.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/aws_utils.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/bulk_utils.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/cache.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/chem_utils/__init__.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/chem_utils/fingerprints.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/chem_utils/misc.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/chem_utils/mol_tagging.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/chem_utils/projections.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/chem_utils/salts.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/chem_utils/sdf.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/chem_utils/toxicity.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/chem_utils/vis.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/cloudwatch_handler.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/cloudwatch_utils.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/color_utils.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/config_manager.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/dashboard_metrics.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/datetime_utils.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/deprecated_utils.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/df_to_endpoint.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/ecs_info.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/endpoint_metrics.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/endpoint_utils.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/extract_model_artifact.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/glue_utils.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/graph_utils.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/ipython_utils.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/json_utils.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/lambda_utils.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/license_manager.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/log_utils.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/markdown_utils.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/monitor_utils.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/pandas_utils.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/performance_utils.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/pipeline_utils.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/plot_utils.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/plugin_manager.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/prox_utils.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/redis_cache.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/repl_utils.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/resource_utils.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/s3_utils.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/shap_utils.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/shapley_values.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/symbols.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/test_data_generator.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/theme_manager.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/trace_calls.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/type_abbrev.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/workbench_cache.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/workbench_event_bridge.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/workbench_logging.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/workbench_sqs.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/utils/xgboost_model_utils.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/components/component_interface.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/components/correlation_matrix.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/components/data_details_markdown.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/components/endpoint_metric_plots.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/components/experiments/dashboard_metric_plots.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/components/experiments/outlier_plot.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/components/model_plot.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/components/plugin_interface.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/components/plugin_unit_test.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/components/plugins/ag_table.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/components/plugins/confusion_matrix.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/components/plugins/dashboard_status.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/components/plugins/data_details.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/components/plugins/endpoint_details.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/components/plugins/generated_compounds.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/components/plugins/graph_plot.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/components/plugins/license_details.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/components/plugins/model_details.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/components/plugins/molecule_panel.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/components/plugins/molecule_viewer.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/components/plugins/pipeline_details.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/components/plugins/proximity_mini_graph.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/components/plugins/scatter_plot.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/components/plugins/shap_summary_plot.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/components/regression_plot.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/components/violin_plots.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/page_views/data_sources_page_view.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/page_views/endpoints_page_view.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/page_views/feature_sets_page_view.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/page_views/main_page.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/page_views/models_page_view.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/page_views/page_view.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench/web_interface/page_views/pipelines_page_view.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench.egg-info/dependency_links.txt +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench.egg-info/entry_points.txt +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench.egg-info/requires.txt +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/src/workbench.egg-info/top_level.txt +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/README.md +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/artifacts/data_source_tests.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/artifacts/empty_model_group.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/artifacts/endpoint_tests.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/artifacts/featureset_ingest_boundaries.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/artifacts/featureset_tests.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/artifacts/graph_tests.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/artifacts/model_metrics_tests.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/artifacts/model_tests.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/aws_account/aws_account_clamp_tests.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/cached/cached_artifact_tests.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/chem_info/test_tautomerization.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/corner_cases/end_to_end.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/create_test_artifacts/100_percent_models.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/create_test_artifacts/create_aqsol_artifacts.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/create_test_artifacts/create_aqsol_rt_artifacts.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/create_test_artifacts/create_aqsol_uq_artifacts.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/create_test_artifacts/create_basic_test_artifacts.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/create_test_artifacts/create_copy_artifacts.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/create_test_artifacts/create_empty_model_group.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/create_test_artifacts/create_endpoints_for_timing.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/create_test_artifacts/create_graph_artifacts.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/create_test_artifacts/create_knn_artifacts.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/create_test_artifacts/create_meta_endpoints.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/create_test_artifacts/create_pipeline_model.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/create_test_artifacts/create_proximity_models.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/create_test_artifacts/create_quant_regression_artifacts.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/create_test_artifacts/create_realtime_endpoint.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/create_test_artifacts/create_training_adjusted_artifacts.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/create_test_artifacts/create_wine_artifacts.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/create_test_artifacts/delete_stress_test_artifacts.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/create_test_artifacts/delete_test_artifacts.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/create_test_artifacts/regression_ensemble.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/create_test_artifacts/stress_test_aws.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/df_store/df_store_tests.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/lambda/decompress_layers.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/pandas_tests/test_drift.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/parameter_store/param_store_tests.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/plugin_tests/crashing_plugin.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/pytorch/pytorch_hello.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/requirements-dev.txt +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/specific/capital_tests.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/specific/column_changes.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/specific/config_manager.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/specific/deletion_tests.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/specific/shap_tests.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/transforms/data_to_data_tests.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/transforms/data_to_features_tests.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/transforms/features_to_model_tests.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/transforms/model_to_endpoint_tests.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/transforms/pandas_to_data_tests.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/transforms/pandas_to_features_test.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/views/view_tests.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/views/view_tests_complex.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/web_components/confusion_matrix_test.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/web_components/correlation_matrix_test.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/web_components/graph_plot_test.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/web_components/plugin_interface_test.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tests/web_components/scatter_plot_test.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/tox.ini +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/ui_testing/assets/custom.css +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/ui_testing/table_comparison.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/ui_testing/theme_switching.py +0 -0
- {workbench-0.8.175 → workbench-0.8.177}/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.177
|
|
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
|
|
@@ -238,8 +238,8 @@ class Artifact(ABC):
|
|
|
238
238
|
"""
|
|
239
239
|
|
|
240
240
|
# Check for ReadOnly Role
|
|
241
|
-
if self.aws_account_clamp.
|
|
242
|
-
self.log.info("Cannot add metadata with a ReadOnly
|
|
241
|
+
if self.aws_account_clamp.read_only:
|
|
242
|
+
self.log.info("Cannot add metadata with a ReadOnly Permissions...")
|
|
243
243
|
return
|
|
244
244
|
|
|
245
245
|
# Sanity check
|
|
@@ -32,11 +32,11 @@ from sagemaker import Predictor
|
|
|
32
32
|
from workbench.core.artifacts.artifact import Artifact
|
|
33
33
|
from workbench.core.artifacts import FeatureSetCore, ModelCore, ModelType
|
|
34
34
|
from workbench.utils.endpoint_metrics import EndpointMetrics
|
|
35
|
-
from workbench.utils.fast_inference import fast_inference
|
|
36
35
|
from workbench.utils.cache import Cache
|
|
37
36
|
from workbench.utils.s3_utils import compute_s3_object_hash
|
|
38
37
|
from workbench.utils.model_utils import uq_metrics
|
|
39
38
|
from workbench.utils.xgboost_model_utils import cross_fold_inference
|
|
39
|
+
from workbench_bridges.endpoints.fast_inference import fast_inference
|
|
40
40
|
|
|
41
41
|
|
|
42
42
|
class EndpointCore(Artifact):
|
|
@@ -1061,6 +1061,9 @@ if __name__ == "__main__":
|
|
|
1061
1061
|
assert len(pred_results) == len(my_eval_df), "Predictions should match the number of sent rows"
|
|
1062
1062
|
|
|
1063
1063
|
# Now we put in an invalid value
|
|
1064
|
+
print("*" * 80)
|
|
1065
|
+
print("NOW TESTING ERROR CONDITIONS...")
|
|
1066
|
+
print("*" * 80)
|
|
1064
1067
|
my_eval_df.at[42, "length"] = "invalid_value"
|
|
1065
1068
|
pred_results = my_endpoint.inference(my_eval_df, drop_error_rows=True)
|
|
1066
1069
|
print(f"Sent rows: {len(my_eval_df)}")
|
|
@@ -37,35 +37,6 @@ class ModelType(Enum):
|
|
|
37
37
|
UNKNOWN = "unknown"
|
|
38
38
|
|
|
39
39
|
|
|
40
|
-
# Deprecated Images
|
|
41
|
-
"""
|
|
42
|
-
# US East 1 images
|
|
43
|
-
"py312-general-ml-training"
|
|
44
|
-
("us-east-1", "training", "0.1", "x86_64"): (
|
|
45
|
-
"507740646243.dkr.ecr.us-east-1.amazonaws.com/aws-ml-images/py312-sklearn-xgb-training:0.1"
|
|
46
|
-
),
|
|
47
|
-
("us-east-1", "inference", "0.1", "x86_64"): (
|
|
48
|
-
"507740646243.dkr.ecr.us-east-1.amazonaws.com/aws-ml-images/py312-sklearn-xgb-inference:0.1"
|
|
49
|
-
),
|
|
50
|
-
|
|
51
|
-
# US West 2 images
|
|
52
|
-
("us-west-2", "training", "0.1", "x86_64"): (
|
|
53
|
-
"507740646243.dkr.ecr.us-west-2.amazonaws.com/aws-ml-images/py312-sklearn-xgb-training:0.1"
|
|
54
|
-
),
|
|
55
|
-
("us-west-2", "inference", "0.1", "x86_64"): (
|
|
56
|
-
"507740646243.dkr.ecr.us-west-2.amazonaws.com/aws-ml-images/py312-sklearn-xgb-inference:0.1"
|
|
57
|
-
),
|
|
58
|
-
|
|
59
|
-
# ARM64 images
|
|
60
|
-
("us-east-1", "inference", "0.1", "arm64"): (
|
|
61
|
-
"507740646243.dkr.ecr.us-east-1.amazonaws.com/aws-ml-images/py312-sklearn-xgb-inference:0.1-arm64"
|
|
62
|
-
),
|
|
63
|
-
("us-west-2", "inference", "0.1", "arm64"): (
|
|
64
|
-
"507740646243.dkr.ecr.us-west-2.amazonaws.com/aws-ml-images/py312-sklearn-xgb-inference:0.1-arm64"
|
|
65
|
-
),
|
|
66
|
-
"""
|
|
67
|
-
|
|
68
|
-
|
|
69
40
|
class ModelImages:
|
|
70
41
|
"""Class for retrieving workbench inference images"""
|
|
71
42
|
|
|
@@ -890,6 +861,14 @@ class ModelCore(Artifact):
|
|
|
890
861
|
shap_data[key] = self.df_store.get(df_location)
|
|
891
862
|
return shap_data or None
|
|
892
863
|
|
|
864
|
+
def cross_folds(self) -> dict:
|
|
865
|
+
"""Retrieve the cross-fold inference results(only works for XGBoost models)
|
|
866
|
+
|
|
867
|
+
Returns:
|
|
868
|
+
dict: Dictionary with the cross-fold inference results
|
|
869
|
+
"""
|
|
870
|
+
return self.param_store.get(f"/workbench/models/{self.name}/inference/cross_fold")
|
|
871
|
+
|
|
893
872
|
def supported_inference_instances(self) -> Optional[list]:
|
|
894
873
|
"""Retrieve the supported endpoint inference instance types
|
|
895
874
|
|
{workbench-0.8.175 → workbench-0.8.177}/src/workbench/core/cloud_platform/aws/aws_account_clamp.py
RENAMED
|
@@ -55,9 +55,10 @@ class AWSAccountClamp:
|
|
|
55
55
|
# Check our Assume Role
|
|
56
56
|
self.log.info("Checking Workbench Assumed Role...")
|
|
57
57
|
role_info = self.aws_session.assumed_role_info()
|
|
58
|
+
self.log.info(f"Assumed Role: {role_info}")
|
|
58
59
|
|
|
59
|
-
# Check if
|
|
60
|
-
self.
|
|
60
|
+
# Check if we have tag write permissions (if we don't, we are read-only)
|
|
61
|
+
self.read_only = not self.check_tag_permissions()
|
|
61
62
|
|
|
62
63
|
# Check our Workbench API Key and Load the License
|
|
63
64
|
self.log.info("Checking Workbench API License...")
|
|
@@ -141,6 +142,45 @@ class AWSAccountClamp:
|
|
|
141
142
|
"""
|
|
142
143
|
return self.boto3_session.client("sagemaker")
|
|
143
144
|
|
|
145
|
+
def check_tag_permissions(self):
|
|
146
|
+
"""Check if current role has permission to add tags to SageMaker endpoints.
|
|
147
|
+
|
|
148
|
+
Returns:
|
|
149
|
+
bool: True if AddTags is allowed, False otherwise
|
|
150
|
+
"""
|
|
151
|
+
try:
|
|
152
|
+
sagemaker = self.boto3_session.client("sagemaker")
|
|
153
|
+
|
|
154
|
+
# Use a non-existent endpoint name
|
|
155
|
+
fake_endpoint = "workbench-permission-check-dummy-endpoint"
|
|
156
|
+
|
|
157
|
+
# Try to add tags to the non-existent endpoint
|
|
158
|
+
sagemaker.add_tags(
|
|
159
|
+
ResourceArn=f"arn:aws:sagemaker:{self.region}:{self.account_id}:endpoint/{fake_endpoint}",
|
|
160
|
+
Tags=[{"Key": "PermissionCheck", "Value": "Test"}],
|
|
161
|
+
)
|
|
162
|
+
|
|
163
|
+
# If we get here, we have permission (but endpoint doesn't exist)
|
|
164
|
+
return True
|
|
165
|
+
|
|
166
|
+
except ClientError as e:
|
|
167
|
+
error_code = e.response["Error"]["Code"]
|
|
168
|
+
|
|
169
|
+
# AccessDeniedException = no permission
|
|
170
|
+
if error_code == "AccessDeniedException":
|
|
171
|
+
self.log.debug("No AddTags permission (AccessDeniedException)")
|
|
172
|
+
return False
|
|
173
|
+
|
|
174
|
+
# ResourceNotFound = we have permission, but endpoint doesn't exist
|
|
175
|
+
elif error_code in ["ResourceNotFound", "ValidationException"]:
|
|
176
|
+
self.log.debug("AddTags permission verified (resource not found)")
|
|
177
|
+
return True
|
|
178
|
+
|
|
179
|
+
# Unexpected error, assume no permission for safety
|
|
180
|
+
else:
|
|
181
|
+
self.log.debug(f"Unexpected error checking permissions: {error_code}")
|
|
182
|
+
return False
|
|
183
|
+
|
|
144
184
|
|
|
145
185
|
if __name__ == "__main__":
|
|
146
186
|
"""Exercise the AWS Account Clamp Class"""
|
|
@@ -165,3 +205,9 @@ if __name__ == "__main__":
|
|
|
165
205
|
print("\n\n*** AWS Sagemaker Session/Client Check ***")
|
|
166
206
|
sm_client = aws_account_clamp.sagemaker_client()
|
|
167
207
|
print(sm_client.list_feature_groups()["FeatureGroupSummaries"])
|
|
208
|
+
|
|
209
|
+
print("\n\n*** AWS Tag Permission Check ***")
|
|
210
|
+
if aws_account_clamp.check_tag_permissions():
|
|
211
|
+
print("Tag Permission Check Success...")
|
|
212
|
+
else:
|
|
213
|
+
print("Tag Permission Check Failed...")
|
|
@@ -91,16 +91,27 @@ import logging
|
|
|
91
91
|
import pandas as pd
|
|
92
92
|
import numpy as np
|
|
93
93
|
import re
|
|
94
|
+
import time
|
|
95
|
+
from contextlib import contextmanager
|
|
94
96
|
from rdkit import Chem
|
|
95
97
|
from rdkit.Chem import Descriptors, rdCIPLabeler
|
|
96
98
|
from rdkit.ML.Descriptors import MoleculeDescriptors
|
|
97
99
|
from mordred import Calculator as MordredCalculator
|
|
98
100
|
from mordred import AcidBase, Aromatic, Constitutional, Chi, CarbonTypes
|
|
99
101
|
|
|
102
|
+
|
|
100
103
|
logger = logging.getLogger("workbench")
|
|
101
104
|
logger.setLevel(logging.DEBUG)
|
|
102
105
|
|
|
103
106
|
|
|
107
|
+
# Helper context manager for timing
|
|
108
|
+
@contextmanager
|
|
109
|
+
def timer(name):
|
|
110
|
+
start = time.time()
|
|
111
|
+
yield
|
|
112
|
+
print(f"{name}: {time.time() - start:.2f}s")
|
|
113
|
+
|
|
114
|
+
|
|
104
115
|
def compute_stereochemistry_features(mol):
|
|
105
116
|
"""
|
|
106
117
|
Compute stereochemistry descriptors using modern RDKit methods.
|
|
@@ -280,9 +291,11 @@ def compute_descriptors(df: pd.DataFrame, include_mordred: bool = True, include_
|
|
|
280
291
|
descriptor_values.append([np.nan] * len(all_descriptors))
|
|
281
292
|
|
|
282
293
|
# Create RDKit features DataFrame
|
|
283
|
-
rdkit_features_df = pd.DataFrame(descriptor_values, columns=calc.GetDescriptorNames()
|
|
294
|
+
rdkit_features_df = pd.DataFrame(descriptor_values, columns=calc.GetDescriptorNames())
|
|
284
295
|
|
|
285
296
|
# Add RDKit features to result
|
|
297
|
+
# Remove any columns from result that exist in rdkit_features_df
|
|
298
|
+
result = result.drop(columns=result.columns.intersection(rdkit_features_df.columns))
|
|
286
299
|
result = pd.concat([result, rdkit_features_df], axis=1)
|
|
287
300
|
|
|
288
301
|
# Compute Mordred descriptors
|
|
@@ -299,7 +312,7 @@ def compute_descriptors(df: pd.DataFrame, include_mordred: bool = True, include_
|
|
|
299
312
|
|
|
300
313
|
# Compute Mordred descriptors
|
|
301
314
|
valid_mols = [mol if mol is not None else Chem.MolFromSmiles("C") for mol in molecules]
|
|
302
|
-
mordred_df = calc.pandas(valid_mols, nproc=1) #
|
|
315
|
+
mordred_df = calc.pandas(valid_mols, nproc=1) # Endpoint multiprocessing will fail with nproc>1
|
|
303
316
|
|
|
304
317
|
# Replace values for invalid molecules with NaN
|
|
305
318
|
for i, mol in enumerate(molecules):
|
|
@@ -310,10 +323,9 @@ def compute_descriptors(df: pd.DataFrame, include_mordred: bool = True, include_
|
|
|
310
323
|
for col in mordred_df.columns:
|
|
311
324
|
mordred_df[col] = pd.to_numeric(mordred_df[col], errors="coerce")
|
|
312
325
|
|
|
313
|
-
# Set index to match result DataFrame
|
|
314
|
-
mordred_df.index = result.index
|
|
315
|
-
|
|
316
326
|
# Add Mordred features to result
|
|
327
|
+
# Remove any columns from result that exist in mordred
|
|
328
|
+
result = result.drop(columns=result.columns.intersection(mordred_df.columns))
|
|
317
329
|
result = pd.concat([result, mordred_df], axis=1)
|
|
318
330
|
|
|
319
331
|
# Compute stereochemistry features if requested
|
|
@@ -326,9 +338,10 @@ def compute_descriptors(df: pd.DataFrame, include_mordred: bool = True, include_
|
|
|
326
338
|
stereo_features.append(stereo_dict)
|
|
327
339
|
|
|
328
340
|
# Create stereochemistry DataFrame
|
|
329
|
-
stereo_df = pd.DataFrame(stereo_features
|
|
341
|
+
stereo_df = pd.DataFrame(stereo_features)
|
|
330
342
|
|
|
331
343
|
# Add stereochemistry features to result
|
|
344
|
+
result = result.drop(columns=result.columns.intersection(stereo_df.columns))
|
|
332
345
|
result = pd.concat([result, stereo_df], axis=1)
|
|
333
346
|
|
|
334
347
|
logger.info(f"Added {len(stereo_df.columns)} stereochemistry descriptors")
|
|
@@ -357,7 +370,6 @@ def compute_descriptors(df: pd.DataFrame, include_mordred: bool = True, include_
|
|
|
357
370
|
|
|
358
371
|
|
|
359
372
|
if __name__ == "__main__":
|
|
360
|
-
import time
|
|
361
373
|
from mol_standardize import standardize
|
|
362
374
|
from workbench.api import DataSource
|
|
363
375
|
|
|
@@ -81,6 +81,8 @@ Usage:
|
|
|
81
81
|
import logging
|
|
82
82
|
from typing import Optional, Tuple
|
|
83
83
|
import pandas as pd
|
|
84
|
+
import time
|
|
85
|
+
from contextlib import contextmanager
|
|
84
86
|
from rdkit import Chem
|
|
85
87
|
from rdkit.Chem import Mol
|
|
86
88
|
from rdkit.Chem.MolStandardize import rdMolStandardize
|
|
@@ -90,6 +92,14 @@ log = logging.getLogger("workbench")
|
|
|
90
92
|
RDLogger.DisableLog("rdApp.warning")
|
|
91
93
|
|
|
92
94
|
|
|
95
|
+
# Helper context manager for timing
|
|
96
|
+
@contextmanager
|
|
97
|
+
def timer(name):
|
|
98
|
+
start = time.time()
|
|
99
|
+
yield
|
|
100
|
+
print(f"{name}: {time.time() - start:.2f}s")
|
|
101
|
+
|
|
102
|
+
|
|
93
103
|
class MolStandardizer:
|
|
94
104
|
"""
|
|
95
105
|
Streamlined molecular standardizer for ADMET preprocessing
|
|
@@ -116,6 +126,7 @@ class MolStandardizer:
|
|
|
116
126
|
Pipeline:
|
|
117
127
|
1. Cleanup (remove Hs, disconnect metals, normalize)
|
|
118
128
|
2. Get largest fragment (optional - only if remove_salts=True)
|
|
129
|
+
2a. Extract salt information BEFORE further modifications
|
|
119
130
|
3. Neutralize charges
|
|
120
131
|
4. Canonicalize tautomer (optional)
|
|
121
132
|
|
|
@@ -130,18 +141,24 @@ class MolStandardizer:
|
|
|
130
141
|
|
|
131
142
|
try:
|
|
132
143
|
# Step 1: Cleanup
|
|
133
|
-
|
|
134
|
-
if
|
|
144
|
+
cleaned_mol = rdMolStandardize.Cleanup(mol, self.params)
|
|
145
|
+
if cleaned_mol is None:
|
|
135
146
|
return None, None
|
|
136
147
|
|
|
148
|
+
# If not doing any transformations, return early
|
|
149
|
+
if not self.remove_salts and not self.canonicalize_tautomer:
|
|
150
|
+
return cleaned_mol, None
|
|
151
|
+
|
|
137
152
|
salt_smiles = None
|
|
153
|
+
mol = cleaned_mol
|
|
138
154
|
|
|
139
155
|
# Step 2: Fragment handling (conditional based on remove_salts)
|
|
140
156
|
if self.remove_salts:
|
|
141
|
-
# Get parent molecule
|
|
142
|
-
parent_mol = rdMolStandardize.FragmentParent(
|
|
157
|
+
# Get parent molecule
|
|
158
|
+
parent_mol = rdMolStandardize.FragmentParent(cleaned_mol, self.params)
|
|
143
159
|
if parent_mol:
|
|
144
|
-
|
|
160
|
+
# Extract salt BEFORE any modifications to parent
|
|
161
|
+
salt_smiles = self._extract_salt(cleaned_mol, parent_mol)
|
|
145
162
|
mol = parent_mol
|
|
146
163
|
else:
|
|
147
164
|
return None, None
|
|
@@ -153,7 +170,7 @@ class MolStandardizer:
|
|
|
153
170
|
if mol is None:
|
|
154
171
|
return None, salt_smiles
|
|
155
172
|
|
|
156
|
-
# Step 4: Canonicalize tautomer
|
|
173
|
+
# Step 4: Canonicalize tautomer (LAST STEP)
|
|
157
174
|
if self.canonicalize_tautomer:
|
|
158
175
|
mol = self.tautomer_enumerator.Canonicalize(mol)
|
|
159
176
|
|
|
@@ -172,13 +189,22 @@ class MolStandardizer:
|
|
|
172
189
|
- Mixtures: multiple large neutral organic fragments
|
|
173
190
|
|
|
174
191
|
Args:
|
|
175
|
-
orig_mol: Original molecule (before FragmentParent)
|
|
176
|
-
parent_mol: Parent molecule (after FragmentParent)
|
|
192
|
+
orig_mol: Original molecule (after Cleanup, before FragmentParent)
|
|
193
|
+
parent_mol: Parent molecule (after FragmentParent, before tautomerization)
|
|
177
194
|
|
|
178
195
|
Returns:
|
|
179
196
|
SMILES string of salt components or None if no salts/mixture detected
|
|
180
197
|
"""
|
|
181
198
|
try:
|
|
199
|
+
# Quick atom count check
|
|
200
|
+
if orig_mol.GetNumAtoms() == parent_mol.GetNumAtoms():
|
|
201
|
+
return None
|
|
202
|
+
|
|
203
|
+
# Quick heavy atom difference check
|
|
204
|
+
heavy_diff = orig_mol.GetNumHeavyAtoms() - parent_mol.GetNumHeavyAtoms()
|
|
205
|
+
if heavy_diff <= 0:
|
|
206
|
+
return None
|
|
207
|
+
|
|
182
208
|
# Get all fragments from original molecule
|
|
183
209
|
orig_frags = Chem.GetMolFrags(orig_mol, asMols=True)
|
|
184
210
|
|
|
@@ -268,7 +294,7 @@ def standardize(
|
|
|
268
294
|
if "orig_smiles" not in result.columns:
|
|
269
295
|
result["orig_smiles"] = result[smiles_column]
|
|
270
296
|
|
|
271
|
-
# Initialize standardizer
|
|
297
|
+
# Initialize standardizer
|
|
272
298
|
standardizer = MolStandardizer(canonicalize_tautomer=canonicalize_tautomer, remove_salts=extract_salts)
|
|
273
299
|
|
|
274
300
|
def process_smiles(smiles: str) -> pd.Series:
|
|
@@ -286,6 +312,11 @@ def standardize(
|
|
|
286
312
|
log.error("Encountered missing or empty SMILES string")
|
|
287
313
|
return pd.Series({"smiles": None, "salt": None})
|
|
288
314
|
|
|
315
|
+
# Early check for unreasonably long SMILES
|
|
316
|
+
if len(smiles) > 1000:
|
|
317
|
+
log.error(f"SMILES too long ({len(smiles)} chars): {smiles[:50]}...")
|
|
318
|
+
return pd.Series({"smiles": None, "salt": None})
|
|
319
|
+
|
|
289
320
|
# Parse molecule
|
|
290
321
|
mol = Chem.MolFromSmiles(smiles)
|
|
291
322
|
if mol is None:
|
|
@@ -299,7 +330,9 @@ def standardize(
|
|
|
299
330
|
if std_mol is not None:
|
|
300
331
|
# Check if molecule is reasonable
|
|
301
332
|
if std_mol.GetNumAtoms() == 0 or std_mol.GetNumAtoms() > 200: # Arbitrary limits
|
|
302
|
-
log.error(f"
|
|
333
|
+
log.error(f"Rejecting molecule size: {std_mol.GetNumAtoms()} atoms")
|
|
334
|
+
log.error(f"Original SMILES: {smiles}")
|
|
335
|
+
return pd.Series({"smiles": None, "salt": salt_smiles})
|
|
303
336
|
|
|
304
337
|
if std_mol is None:
|
|
305
338
|
return pd.Series(
|
|
@@ -325,8 +358,11 @@ def standardize(
|
|
|
325
358
|
|
|
326
359
|
|
|
327
360
|
if __name__ == "__main__":
|
|
328
|
-
|
|
329
|
-
|
|
361
|
+
|
|
362
|
+
# Pandas display options for better readability
|
|
363
|
+
pd.set_option("display.max_columns", None)
|
|
364
|
+
pd.set_option("display.width", 1000)
|
|
365
|
+
pd.set_option("display.max_colwidth", 100)
|
|
330
366
|
|
|
331
367
|
# Test with DataFrame including various salt forms
|
|
332
368
|
test_data = pd.DataFrame(
|
|
@@ -362,67 +398,53 @@ if __name__ == "__main__":
|
|
|
362
398
|
)
|
|
363
399
|
|
|
364
400
|
# General test
|
|
401
|
+
print("Testing standardization with full dataset...")
|
|
365
402
|
standardize(test_data)
|
|
366
403
|
|
|
367
404
|
# Remove the last two rows to avoid errors with None and INVALID
|
|
368
405
|
test_data = test_data.iloc[:-2].reset_index(drop=True)
|
|
369
406
|
|
|
370
407
|
# Test WITHOUT salt removal (keeps full molecule)
|
|
371
|
-
print("\nStandardization KEEPING salts (extract_salts=False):")
|
|
372
|
-
print("This preserves the full molecule including counterions")
|
|
408
|
+
print("\nStandardization KEEPING salts (extract_salts=False) Tautomerization: True")
|
|
373
409
|
result_keep = standardize(test_data, extract_salts=False, canonicalize_tautomer=True)
|
|
374
|
-
|
|
375
|
-
print(result_keep[
|
|
410
|
+
display_order = ["compound_id", "orig_smiles", "smiles", "salt"]
|
|
411
|
+
print(result_keep[display_order])
|
|
376
412
|
|
|
377
413
|
# Test WITH salt removal
|
|
378
414
|
print("\n" + "=" * 70)
|
|
379
415
|
print("Standardization REMOVING salts (extract_salts=True):")
|
|
380
|
-
print("This extracts parent molecule and records salt information")
|
|
381
416
|
result_remove = standardize(test_data, extract_salts=True, canonicalize_tautomer=True)
|
|
382
|
-
print(result_remove[
|
|
417
|
+
print(result_remove[display_order])
|
|
383
418
|
|
|
384
|
-
# Test
|
|
419
|
+
# Test with problematic cases specifically
|
|
385
420
|
print("\n" + "=" * 70)
|
|
386
|
-
print("
|
|
387
|
-
|
|
388
|
-
|
|
421
|
+
print("Testing specific problematic cases:")
|
|
422
|
+
problem_cases = pd.DataFrame(
|
|
423
|
+
{
|
|
424
|
+
"smiles": [
|
|
425
|
+
"CC(=O)O.CCN", # Should extract CC(=O)O as salt
|
|
426
|
+
"CCO.CC", # Should return CC as salt
|
|
427
|
+
],
|
|
428
|
+
"compound_id": ["TEST_C002", "TEST_C005"],
|
|
429
|
+
}
|
|
430
|
+
)
|
|
431
|
+
|
|
432
|
+
problem_result = standardize(problem_cases, extract_salts=True, canonicalize_tautomer=True)
|
|
433
|
+
print(problem_result[display_order])
|
|
434
|
+
|
|
435
|
+
# Performance test with larger dataset
|
|
436
|
+
from workbench.api import DataSource
|
|
389
437
|
|
|
390
|
-
# Show the difference for salt-containing molecules
|
|
391
|
-
print("\n" + "=" * 70)
|
|
392
|
-
print("Comparison showing differences:")
|
|
393
|
-
for idx, row in result_keep.iterrows():
|
|
394
|
-
keep_smiles = row["smiles"]
|
|
395
|
-
remove_smiles = result_remove.loc[idx, "smiles"]
|
|
396
|
-
no_taut_smiles = result_no_taut.loc[idx, "smiles"]
|
|
397
|
-
salt = result_remove.loc[idx, "salt"]
|
|
398
|
-
|
|
399
|
-
# Show differences when they exist
|
|
400
|
-
if keep_smiles != remove_smiles or keep_smiles != no_taut_smiles:
|
|
401
|
-
print(f"\n{row['compound_id']} ({row['orig_smiles']}):")
|
|
402
|
-
if keep_smiles != no_taut_smiles:
|
|
403
|
-
print(f" With salt + taut: {keep_smiles}")
|
|
404
|
-
print(f" With salt, no taut: {no_taut_smiles}")
|
|
405
|
-
if keep_smiles != remove_smiles:
|
|
406
|
-
print(f" Parent only + taut: {remove_smiles}")
|
|
407
|
-
if salt:
|
|
408
|
-
print(f" Extracted salt: {salt}")
|
|
409
|
-
|
|
410
|
-
# Summary statistics
|
|
411
438
|
print("\n" + "=" * 70)
|
|
412
|
-
print("Summary:")
|
|
413
|
-
print(f"Total molecules: {len(result_remove)}")
|
|
414
|
-
print(f"Molecules with salts: {result_remove['salt'].notna().sum()}")
|
|
415
|
-
unique_salts = result_remove["salt"].dropna().unique()
|
|
416
|
-
print(f"Unique salts found: {unique_salts[:5].tolist()}")
|
|
417
439
|
|
|
418
|
-
# Get a real dataset from Workbench and time the standardization
|
|
419
440
|
ds = DataSource("aqsol_data")
|
|
420
|
-
df = ds.pull_dataframe()[["id", "smiles"]]
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
441
|
+
df = ds.pull_dataframe()[["id", "smiles"]][:1000]
|
|
442
|
+
|
|
443
|
+
for tautomer in [True, False]:
|
|
444
|
+
for extract in [True, False]:
|
|
445
|
+
print(f"Performance test with AQSol dataset: tautomer={tautomer} extract_salts={extract}:")
|
|
446
|
+
start_time = time.time()
|
|
447
|
+
std_df = standardize(df, canonicalize_tautomer=tautomer, extract_salts=extract)
|
|
448
|
+
elapsed = time.time() - start_time
|
|
449
|
+
mol_per_sec = len(df) / elapsed
|
|
450
|
+
print(f"{elapsed:.2f}s ({mol_per_sec:.0f} mol/s)")
|
|
@@ -472,9 +472,9 @@ def predict_fn(df, models) -> pd.DataFrame:
|
|
|
472
472
|
# Add median (q_50) from XGBoost prediction
|
|
473
473
|
df["q_50"] = df["prediction"]
|
|
474
474
|
|
|
475
|
-
# Calculate uncertainty metrics based on
|
|
476
|
-
interval_width = df["
|
|
477
|
-
df["prediction_std"] = interval_width /
|
|
475
|
+
# Calculate uncertainty metrics based on 50% interval
|
|
476
|
+
interval_width = df["q_75"] - df["q_25"]
|
|
477
|
+
df["prediction_std"] = interval_width / 1.348
|
|
478
478
|
|
|
479
479
|
# Reorder the quantile columns for easier reading
|
|
480
480
|
quantile_cols = ["q_025", "q_05", "q_10", "q_25", "q_75", "q_90", "q_95", "q_975"]
|
|
@@ -28,11 +28,11 @@ from typing import List, Tuple
|
|
|
28
28
|
|
|
29
29
|
# Template Parameters
|
|
30
30
|
TEMPLATE_PARAMS = {
|
|
31
|
-
"model_type": "
|
|
32
|
-
"target": "
|
|
31
|
+
"model_type": "regressor",
|
|
32
|
+
"target": "udm_asy_res_value",
|
|
33
33
|
"features": ['chi2v', 'fr_sulfone', 'chi1v', 'bcut2d_logplow', 'fr_piperzine', 'kappa3', 'smr_vsa1', 'slogp_vsa5', 'fr_ketone_topliss', 'fr_sulfonamd', 'fr_imine', 'fr_benzene', 'fr_ester', 'chi2n', 'labuteasa', 'peoe_vsa2', 'smr_vsa6', 'bcut2d_chglo', 'fr_sh', 'peoe_vsa1', 'fr_allylic_oxid', 'chi4n', 'fr_ar_oh', 'fr_nh0', 'fr_term_acetylene', 'slogp_vsa7', 'slogp_vsa4', 'estate_vsa1', 'vsa_estate4', 'numbridgeheadatoms', 'numheterocycles', 'fr_ketone', 'fr_morpholine', 'fr_guanido', 'estate_vsa2', 'numheteroatoms', 'fr_nitro_arom_nonortho', 'fr_piperdine', 'nocount', 'numspiroatoms', 'fr_aniline', 'fr_thiophene', 'slogp_vsa10', 'fr_amide', 'slogp_vsa2', 'fr_epoxide', 'vsa_estate7', 'fr_ar_coo', 'fr_imidazole', 'fr_nitrile', 'fr_oxazole', 'numsaturatedrings', 'fr_pyridine', 'fr_hoccn', 'fr_ndealkylation1', 'numaliphaticheterocycles', 'fr_phenol', 'maxpartialcharge', 'vsa_estate5', 'peoe_vsa13', 'minpartialcharge', 'qed', 'fr_al_oh', 'slogp_vsa11', 'chi0n', 'fr_bicyclic', 'peoe_vsa12', 'fpdensitymorgan1', 'fr_oxime', 'molwt', 'fr_dihydropyridine', 'smr_vsa5', 'peoe_vsa5', 'fr_nitro', 'hallkieralpha', 'heavyatommolwt', 'fr_alkyl_halide', 'peoe_vsa8', 'fr_nhpyrrole', 'fr_isocyan', 'bcut2d_chghi', 'fr_lactam', 'peoe_vsa11', 'smr_vsa9', 'tpsa', 'chi4v', 'slogp_vsa1', 'phi', 'bcut2d_logphi', 'avgipc', 'estate_vsa11', 'fr_coo', 'bcut2d_mwhi', 'numunspecifiedatomstereocenters', 'vsa_estate10', 'estate_vsa8', 'numvalenceelectrons', 'fr_nh2', 'fr_lactone', 'vsa_estate1', 'estate_vsa4', 'numatomstereocenters', 'vsa_estate8', 'fr_para_hydroxylation', 'peoe_vsa3', 'fr_thiazole', 'peoe_vsa10', 'fr_ndealkylation2', 'slogp_vsa12', 'peoe_vsa9', 'maxestateindex', 'fr_quatn', 'smr_vsa7', 'minestateindex', 'numaromaticheterocycles', 'numrotatablebonds', 'fr_ar_nh', 'fr_ether', 'exactmolwt', 'fr_phenol_noorthohbond', 'slogp_vsa3', 'fr_ar_n', 'sps', 'fr_c_o_nocoo', 'bertzct', 'peoe_vsa7', 'slogp_vsa8', 'numradicalelectrons', 'molmr', 'fr_tetrazole', 'numsaturatedcarbocycles', 'bcut2d_mrhi', 'kappa1', 'numamidebonds', 'fpdensitymorgan2', 'smr_vsa8', 'chi1n', 'estate_vsa6', 'fr_barbitur', 'fr_diazo', 'kappa2', 'chi0', 'bcut2d_mrlow', 'balabanj', 'peoe_vsa4', 'numhacceptors', 'fr_sulfide', 'chi3n', 'smr_vsa2', 'fr_al_oh_notert', 'fr_benzodiazepine', 'fr_phos_ester', 'fr_aldehyde', 'fr_coo2', 'estate_vsa5', 'fr_prisulfonamd', 'numaromaticcarbocycles', 'fr_unbrch_alkane', 'fr_urea', 'fr_nitroso', 'smr_vsa10', 'fr_c_s', 'smr_vsa3', 'fr_methoxy', 'maxabspartialcharge', 'slogp_vsa9', 'heavyatomcount', 'fr_azide', 'chi3v', 'smr_vsa4', 'mollogp', 'chi0v', 'fr_aryl_methyl', 'fr_nh1', 'fpdensitymorgan3', 'fr_furan', 'fr_hdrzine', 'fr_arn', 'numaromaticrings', 'vsa_estate3', 'fr_azo', 'fr_halogen', 'estate_vsa9', 'fr_hdrzone', 'numhdonors', 'fr_alkyl_carbamate', 'fr_isothiocyan', 'minabspartialcharge', 'fr_al_coo', 'ringcount', 'chi1', 'estate_vsa7', 'fr_nitro_arom', 'vsa_estate9', 'minabsestateindex', 'maxabsestateindex', 'vsa_estate6', 'estate_vsa10', 'estate_vsa3', 'fr_n_o', 'fr_amidine', 'fr_thiocyan', 'fr_phos_acid', 'fr_c_o', 'fr_imide', 'numaliphaticrings', 'peoe_vsa6', 'vsa_estate2', 'nhohcount', 'numsaturatedheterocycles', 'slogp_vsa6', 'peoe_vsa14', 'fractioncsp3', 'bcut2d_mwlow', 'numaliphaticcarbocycles', 'fr_priamide', 'nacid', 'nbase', 'naromatom', 'narombond', 'sz', 'sm', 'sv', 'sse', 'spe', 'sare', 'sp', 'si', 'mz', 'mm', 'mv', 'mse', 'mpe', 'mare', 'mp', 'mi', 'xch_3d', 'xch_4d', 'xch_5d', 'xch_6d', 'xch_7d', 'xch_3dv', 'xch_4dv', 'xch_5dv', 'xch_6dv', 'xch_7dv', 'xc_3d', 'xc_4d', 'xc_5d', 'xc_6d', 'xc_3dv', 'xc_4dv', 'xc_5dv', 'xc_6dv', 'xpc_4d', 'xpc_5d', 'xpc_6d', 'xpc_4dv', 'xpc_5dv', 'xpc_6dv', 'xp_0d', 'xp_1d', 'xp_2d', 'xp_3d', 'xp_4d', 'xp_5d', 'xp_6d', 'xp_7d', 'axp_0d', 'axp_1d', 'axp_2d', 'axp_3d', 'axp_4d', 'axp_5d', 'axp_6d', 'axp_7d', 'xp_0dv', 'xp_1dv', 'xp_2dv', 'xp_3dv', 'xp_4dv', 'xp_5dv', 'xp_6dv', 'xp_7dv', 'axp_0dv', 'axp_1dv', 'axp_2dv', 'axp_3dv', 'axp_4dv', 'axp_5dv', 'axp_6dv', 'axp_7dv', 'c1sp1', 'c2sp1', 'c1sp2', 'c2sp2', 'c3sp2', 'c1sp3', 'c2sp3', 'c3sp3', 'c4sp3', 'hybratio', 'fcsp3', 'num_stereocenters', 'num_unspecified_stereocenters', 'num_defined_stereocenters', 'num_r_centers', 'num_s_centers', 'num_stereobonds', 'num_e_bonds', 'num_z_bonds', 'stereo_complexity', 'frac_defined_stereo'],
|
|
34
34
|
"compressed_features": [],
|
|
35
|
-
"model_metrics_s3_path": "s3://ideaya-sageworks-bucket/models/
|
|
35
|
+
"model_metrics_s3_path": "s3://ideaya-sageworks-bucket/models/pka-a1-reg-0-nightly-100-test/training",
|
|
36
36
|
"train_all_data": True
|
|
37
37
|
}
|
|
38
38
|
|
|
@@ -91,16 +91,27 @@ import logging
|
|
|
91
91
|
import pandas as pd
|
|
92
92
|
import numpy as np
|
|
93
93
|
import re
|
|
94
|
+
import time
|
|
95
|
+
from contextlib import contextmanager
|
|
94
96
|
from rdkit import Chem
|
|
95
97
|
from rdkit.Chem import Descriptors, rdCIPLabeler
|
|
96
98
|
from rdkit.ML.Descriptors import MoleculeDescriptors
|
|
97
99
|
from mordred import Calculator as MordredCalculator
|
|
98
100
|
from mordred import AcidBase, Aromatic, Constitutional, Chi, CarbonTypes
|
|
99
101
|
|
|
102
|
+
|
|
100
103
|
logger = logging.getLogger("workbench")
|
|
101
104
|
logger.setLevel(logging.DEBUG)
|
|
102
105
|
|
|
103
106
|
|
|
107
|
+
# Helper context manager for timing
|
|
108
|
+
@contextmanager
|
|
109
|
+
def timer(name):
|
|
110
|
+
start = time.time()
|
|
111
|
+
yield
|
|
112
|
+
print(f"{name}: {time.time() - start:.2f}s")
|
|
113
|
+
|
|
114
|
+
|
|
104
115
|
def compute_stereochemistry_features(mol):
|
|
105
116
|
"""
|
|
106
117
|
Compute stereochemistry descriptors using modern RDKit methods.
|
|
@@ -280,9 +291,11 @@ def compute_descriptors(df: pd.DataFrame, include_mordred: bool = True, include_
|
|
|
280
291
|
descriptor_values.append([np.nan] * len(all_descriptors))
|
|
281
292
|
|
|
282
293
|
# Create RDKit features DataFrame
|
|
283
|
-
rdkit_features_df = pd.DataFrame(descriptor_values, columns=calc.GetDescriptorNames()
|
|
294
|
+
rdkit_features_df = pd.DataFrame(descriptor_values, columns=calc.GetDescriptorNames())
|
|
284
295
|
|
|
285
296
|
# Add RDKit features to result
|
|
297
|
+
# Remove any columns from result that exist in rdkit_features_df
|
|
298
|
+
result = result.drop(columns=result.columns.intersection(rdkit_features_df.columns))
|
|
286
299
|
result = pd.concat([result, rdkit_features_df], axis=1)
|
|
287
300
|
|
|
288
301
|
# Compute Mordred descriptors
|
|
@@ -299,7 +312,7 @@ def compute_descriptors(df: pd.DataFrame, include_mordred: bool = True, include_
|
|
|
299
312
|
|
|
300
313
|
# Compute Mordred descriptors
|
|
301
314
|
valid_mols = [mol if mol is not None else Chem.MolFromSmiles("C") for mol in molecules]
|
|
302
|
-
mordred_df = calc.pandas(valid_mols, nproc=1) #
|
|
315
|
+
mordred_df = calc.pandas(valid_mols, nproc=1) # Endpoint multiprocessing will fail with nproc>1
|
|
303
316
|
|
|
304
317
|
# Replace values for invalid molecules with NaN
|
|
305
318
|
for i, mol in enumerate(molecules):
|
|
@@ -310,10 +323,9 @@ def compute_descriptors(df: pd.DataFrame, include_mordred: bool = True, include_
|
|
|
310
323
|
for col in mordred_df.columns:
|
|
311
324
|
mordred_df[col] = pd.to_numeric(mordred_df[col], errors="coerce")
|
|
312
325
|
|
|
313
|
-
# Set index to match result DataFrame
|
|
314
|
-
mordred_df.index = result.index
|
|
315
|
-
|
|
316
326
|
# Add Mordred features to result
|
|
327
|
+
# Remove any columns from result that exist in mordred
|
|
328
|
+
result = result.drop(columns=result.columns.intersection(mordred_df.columns))
|
|
317
329
|
result = pd.concat([result, mordred_df], axis=1)
|
|
318
330
|
|
|
319
331
|
# Compute stereochemistry features if requested
|
|
@@ -326,9 +338,10 @@ def compute_descriptors(df: pd.DataFrame, include_mordred: bool = True, include_
|
|
|
326
338
|
stereo_features.append(stereo_dict)
|
|
327
339
|
|
|
328
340
|
# Create stereochemistry DataFrame
|
|
329
|
-
stereo_df = pd.DataFrame(stereo_features
|
|
341
|
+
stereo_df = pd.DataFrame(stereo_features)
|
|
330
342
|
|
|
331
343
|
# Add stereochemistry features to result
|
|
344
|
+
result = result.drop(columns=result.columns.intersection(stereo_df.columns))
|
|
332
345
|
result = pd.concat([result, stereo_df], axis=1)
|
|
333
346
|
|
|
334
347
|
logger.info(f"Added {len(stereo_df.columns)} stereochemistry descriptors")
|
|
@@ -357,7 +370,6 @@ def compute_descriptors(df: pd.DataFrame, include_mordred: bool = True, include_
|
|
|
357
370
|
|
|
358
371
|
|
|
359
372
|
if __name__ == "__main__":
|
|
360
|
-
import time
|
|
361
373
|
from mol_standardize import standardize
|
|
362
374
|
from workbench.api import DataSource
|
|
363
375
|
|