workbench 0.8.172__tar.gz → 0.8.174__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {workbench-0.8.172 → workbench-0.8.174}/PKG-INFO +1 -1
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_core/workbench_core/workbench_core_stack.py +13 -61
- {workbench-0.8.172 → workbench-0.8.174}/docs/api_classes/monitor.md +2 -2
- {workbench-0.8.172 → workbench-0.8.174}/examples/chem_utils/tautomerize_smiles.py +10 -4
- workbench-0.8.174/examples/models/smiles_to_md_v1.py +27 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/monitor/monitor_usage.py +1 -6
- {workbench-0.8.172 → workbench-0.8.174}/experiments/chem_info/bulk_sims.py +1 -1
- {workbench-0.8.172 → workbench-0.8.174}/experiments/chem_info/knn_sims.py +1 -1
- {workbench-0.8.172 → workbench-0.8.174}/scripts/tox21/test_tox_heuristic.py +1 -1
- workbench-0.8.174/scripts/tox21/tox21_to_df_store.py +186 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/algorithms/graph/light/proximity_graph.py +2 -1
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/api/compound.py +1 -1
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/api/monitor.py +1 -16
- workbench-0.8.174/src/workbench/core/artifacts/data_capture_core.py +348 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/artifacts/endpoint_core.py +9 -3
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/artifacts/monitor_core.py +33 -249
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/data_to_features/light/molecular_descriptors.py +4 -4
- workbench-0.8.174/src/workbench/model_scripts/custom_models/chem_info/mol_descriptors.py +471 -0
- workbench-0.8.174/src/workbench/model_scripts/custom_models/chem_info/mol_standardize.py +428 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/custom_models/chem_info/molecular_descriptors.py +7 -9
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/custom_models/uq_models/generated_model_script.py +95 -204
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/xgb_model/generated_model_script.py +5 -5
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/repl/workbench_shell.py +3 -3
- workbench-0.8.174/src/workbench/utils/chem_utils/__init__.py +0 -0
- workbench-0.8.174/src/workbench/utils/chem_utils/fingerprints.py +134 -0
- workbench-0.8.174/src/workbench/utils/chem_utils/misc.py +194 -0
- workbench-0.8.174/src/workbench/utils/chem_utils/mol_descriptors.py +471 -0
- workbench-0.8.174/src/workbench/utils/chem_utils/mol_standardize.py +428 -0
- workbench-0.8.174/src/workbench/utils/chem_utils/mol_tagging.py +348 -0
- workbench-0.8.174/src/workbench/utils/chem_utils/projections.py +209 -0
- workbench-0.8.174/src/workbench/utils/chem_utils/salts.py +256 -0
- workbench-0.8.174/src/workbench/utils/chem_utils/sdf.py +292 -0
- workbench-0.8.174/src/workbench/utils/chem_utils/toxicity.py +250 -0
- workbench-0.8.174/src/workbench/utils/chem_utils/vis.py +253 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/monitor_utils.py +44 -62
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/pandas_utils.py +3 -3
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/components/plugins/generated_compounds.py +1 -1
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench.egg-info/PKG-INFO +1 -1
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench.egg-info/SOURCES.txt +15 -5
- {workbench-0.8.172 → workbench-0.8.174}/tests/chem_info/test_tautomerization.py +24 -6
- workbench-0.8.172/examples/chem_utils/canonicalize_smiles.py +0 -22
- workbench-0.8.172/scripts/tox21/tox21_to_df_store.py +0 -114
- workbench-0.8.172/src/workbench/model_scripts/custom_models/chem_info/local_utils.py +0 -769
- workbench-0.8.172/src/workbench/model_scripts/custom_models/chem_info/tautomerize.py +0 -83
- workbench-0.8.172/src/workbench/utils/chem_utils.py +0 -1556
- workbench-0.8.172/tests/chem_info/test_canonicalize.py +0 -37
- {workbench-0.8.172 → workbench-0.8.174}/.flake8 +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/.github/dependabot.yml +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/.github/workflows/deploy-docs.yml +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/.github/workflows/python-lint.yml +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/.gitignore +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/CONTRIBUTING.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/Dockerfile +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/LICENSE +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/Makefile +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/README.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/SECURITY.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/aws_dashboard/Dockerfile +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/aws_dashboard/README.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/aws_dashboard/app.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/aws_dashboard/assets/favicon.ico +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/aws_dashboard/dashboard +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/aws_dashboard/deploy.sh +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/aws_dashboard/nginx.conf +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/aws_dashboard/open_source_config.json +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/aws_dashboard/pages/data_sources/callbacks.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/aws_dashboard/pages/data_sources/layout.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/aws_dashboard/pages/data_sources/page.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/aws_dashboard/pages/endpoints/callbacks.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/aws_dashboard/pages/endpoints/layout.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/aws_dashboard/pages/endpoints/page.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/aws_dashboard/pages/feature_sets/callbacks.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/aws_dashboard/pages/feature_sets/layout.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/aws_dashboard/pages/feature_sets/page.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/aws_dashboard/pages/license/page.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/aws_dashboard/pages/main/callbacks.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/aws_dashboard/pages/main/layout.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/aws_dashboard/pages/main/page.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/aws_dashboard/pages/models/callbacks.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/aws_dashboard/pages/models/layout.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/aws_dashboard/pages/models/page.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/aws_dashboard/pages/pipelines/callbacks.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/aws_dashboard/pages/pipelines/layout.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/aws_dashboard/pages/pipelines/page.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/aws_dashboard/pages/status/page.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/aws_dashboard/static/dark.css +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/aws_dashboard/static/light.css +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/aws_dashboard/supervisord.conf +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/compound_explorer/Dockerfile +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/compound_explorer/README.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/compound_explorer/app.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/compound_explorer/assets/favicon.ico +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/compound_explorer/callbacks.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/compound_explorer/explorer +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/compound_explorer/layout.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/compound_explorer/nginx.conf +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/compound_explorer/open_source_config.json +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/compound_explorer/requirements.txt +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/compound_explorer/storage/callbacks.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/compound_explorer/storage/callbacks_new.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/compound_explorer/storage/layout_new.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/applications/compound_explorer/supervisord.conf +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/aws_account_setup.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/aws_identity_check.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/build_ml_pipeline.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/compound_explorer/.gitignore +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/compound_explorer/README.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/compound_explorer/app.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/compound_explorer/cdk.json +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/compound_explorer/compound_explorer/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/compound_explorer/compound_explorer/compound_explorer_stack.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/compound_explorer/requirements.txt +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/event_bridge/Readme.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_compute/README.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_compute/app.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_compute/cdk.json +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_compute/requirements.txt +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_compute/tests/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_compute/tests/unit/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_compute/tests/unit/test_workbench_compute_stack.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_compute/workbench_compute/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_compute/workbench_compute/workbench_compute_stack.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_core/.gitignore +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_core/README.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_core/app.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_core/cdk.json +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_core/requirements-dev.txt +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_core/requirements.txt +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_core/source.bat +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_core/workbench_core/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_dashboard_full/.gitignore +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_dashboard_full/README.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_dashboard_full/app.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_dashboard_full/cdk.json +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_dashboard_full/requirements-dev.txt +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_dashboard_full/requirements.txt +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_dashboard_full/source.bat +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/workbench_dashboard_stack.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_dashboard_lite/.gitignore +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_dashboard_lite/README.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_dashboard_lite/app.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_dashboard_lite/cdk.json +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_dashboard_lite/requirements.txt +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/workbench_dashboard_stack.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/data/abalone.csv +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/data/karate_graph.json +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/data/test_data.csv +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/data/test_data.json +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/data/wine_dataset.csv +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/deploy_docker.sh +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/admin/aws_service_limits.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/admin/base_docker_push.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/admin/dashboard_docker_push.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/admin/dashboard_s3_plugins.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/admin/explorer_docker_push.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/admin/images/dashboard_secret_click.png +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/admin/images/serverless_quotas.png +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/admin/images/status_showing_S3_path.png +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/admin/pypi_release.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/admin/workbench_docker_for_lambdas.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/api_classes/data_source.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/api_classes/df_store.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/api_classes/endpoint.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/api_classes/feature_set.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/api_classes/meta.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/api_classes/model.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/api_classes/overview.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/api_classes/parameter_store.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/api_classes/pipelines.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/api_classes/views.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/aws_setup/aws_access_management.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/aws_setup/aws_client_vpn.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/aws_setup/aws_setup.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/aws_setup/aws_tips_and_tricks.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/aws_setup/core_stack.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/aws_setup/dashboard_stack.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/aws_setup/domain_cert_setup.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/aws_setup/full_pipeline.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/aws_setup/iam_assume_role.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/aws_setup/sso_assume_role.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/blogs/aws_credentials_lock.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/blogs/canonicalization_and_tautomerization.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/blogs/compound_etl.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/blogs/compound_explorer.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/blogs/descriptor_drilldown.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/blogs/eda.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/blogs/feature_importances.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/blogs/fun_with_workbench/fun_with_endpoints.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/blogs/htg.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/blogs/index.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/blogs/model_monitoring.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/blogs/residual_analysis.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/cached/cached_data_source.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/cached/cached_endpoint.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/cached/cached_feature_set.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/cached/cached_meta.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/cached/cached_model.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/cached/overview.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/chem_utils/index.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/cloudwatch/index.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/comparisons/workbench_vs_databricks.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/compound_explorer/tox21.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/compound_explorer/toxicity_modeling.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/core_classes/artifacts/artifact.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/core_classes/artifacts/athena_source.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/core_classes/artifacts/data_source_abstract.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/core_classes/artifacts/endpoint_core.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/core_classes/artifacts/feature_set_core.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/core_classes/artifacts/model_core.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/core_classes/artifacts/monitor_core.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/core_classes/artifacts/overview.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/core_classes/overview.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/core_classes/transforms/data_loaders_heavy.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/core_classes/transforms/data_loaders_light.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/core_classes/transforms/data_to_features.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/core_classes/transforms/features_to_model.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/core_classes/transforms/model_to_endpoint.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/core_classes/transforms/overview.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/core_classes/transforms/pandas_transforms.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/core_classes/transforms/transform.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/core_classes/views/computation_view.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/core_classes/views/display_view.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/core_classes/views/inference_view.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/core_classes/views/overview.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/core_classes/views/training_view.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/data_algorithms/dataframes/overview.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/data_algorithms/graphs/overview.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/data_algorithms/overview.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/data_algorithms/spark/overview.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/data_algorithms/sql/overview.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/enterprise/index.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/enterprise/private_saas.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/enterprise/project_branding.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/enterprise/themes.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/getting_started/index.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/glue/index.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/images/big_spider.png +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/images/graph_representation.png +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/images/powered_aws_dark_blue.png +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/images/powered_aws_transparent.png +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/images/powered_aws_white.png +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/images/powered_aws_with_tm_grey.png +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/images/scp.png +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/images/scp_labs.png +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/images/small_spider.png +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/images/workbench_concepts.png +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/index.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/lambda_layer/index.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/misc/faq.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/misc/general_info.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/misc/scp_consulting.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/misc/workbench_classes_concepts.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/model_utils/index.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/plugins/index.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/presentations/index.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/release_notes/0_8_106.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/release_notes/0_8_158.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/release_notes/0_8_50.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/release_notes/0_8_55.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/release_notes/0_8_58.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/release_notes/0_8_60.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/release_notes/0_8_71.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/release_notes/0_8_74.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/release_notes/0_8_78.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/release_notes/archived/0_7_8.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/release_notes/archived/0_8_11.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/release_notes/archived/0_8_20.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/release_notes/archived/0_8_22.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/release_notes/archived/0_8_23.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/release_notes/archived/0_8_27.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/release_notes/archived/0_8_29.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/release_notes/archived/0_8_33.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/release_notes/archived/0_8_35.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/release_notes/archived/0_8_36.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/release_notes/archived/0_8_39.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/release_notes/archived/0_8_42.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/release_notes/archived/0_8_46.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/release_notes/archived/0_8_6.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/release_notes/archived/0_8_8.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/repl/index.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/road_maps/0_9_0.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/road_maps/0_9_5.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/themes/details.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/docs/themes/index.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/ag-grid/hello_world.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/datasource/datasource_from_df.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/datasource/datasource_from_s3.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/datasource/datasource_query.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/datasource/datasource_stats.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/datasource/datasource_to_featureset.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/endpoint/endpoint_details.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/endpoint/endpoint_inference.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/endpoint/endpoint_metrics.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/featureset/featureset_eda.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/featureset/featureset_query.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/full_ml_pipeline.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/glue_jobs/glue_example_1.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/glue_jobs/glue_example_2.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/glue_jobs/glue_example_3.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/glue_jobs/glue_launcher_examples/example_1.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/glue_jobs/glue_launcher_examples/example_2.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/meta/meta_list_endpoints.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/meta/meta_list_models.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/meta/meta_model_metrics.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/ml_pipelines/list_models.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/ml_pipelines/wine_classifier.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/model_utils/model_metrics.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/model_utils/model_to_endpoint.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/model_utils/onboard_model.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/models/custom_model.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/models/dbscan.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/models/knn.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/models/pytorch.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/models/random_forest.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/models/uq/bayesian_ridge.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/models/uq/ensemble_xgb.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/models/uq/gaussian_process.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/models/uq/mapie.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/models/uq/meta_uq.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/models/uq/ngboost.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/models/uq/quant_xgb.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/monitor/monitor_setup.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/plugins/branding/Readme.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/plugins/branding/scp.json +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/plugins/components/custom_plugin.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/plugins/components/endpoint_plugin.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/plugins/components/endpoint_turbo.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/plugins/components/model_markdown.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/plugins/components/model_plugin.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/plugins/packages/my_plugin_utils/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/plugins/packages/my_plugin_utils/assets/foo.json +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/plugins/packages/my_plugin_utils/cool_stuff.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/plugins/pages/plugin_page_1.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/plugins/pages/plugin_page_2.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/plugins/pages/plugin_page_3.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/plugins/templates/Readme.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/plugins/views/model_plugin_view.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/plugins/views/my_view_plugin.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/storage/data_to_data.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/storage/data_to_features.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/storage/endpoint_inference.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/storage/hello_world_pipeline.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/examples/storage/plugin_page_example.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/experiments/chemprop_model.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/experiments/confidence_roc_curve.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/experiments/coverage_probability.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/experiments/log_testing.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/experiments/mapie_model.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/experiments/neighbor_outliers.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/experiments/networkx_id.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/experiments/prediction_intervals.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/experiments/pytorch_model.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/experiments/quantile_regression.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/experiments/quantile_regression_2.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/experiments/regression_confidence.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/experiments/residual_analysis.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/experiments/rocauc_testing.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/experiments/scatter_zoom_issue.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/experiments/sol_pipeline.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/glue_jobs/create_glue_workflow_with_trigger.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/glue_jobs/example_glue_job.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/glue_jobs/glue_job_pipeline.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/glue_jobs/glue_mixed_case.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/mkdocs.yml +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/model_docker_images/Readme.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/model_docker_images/inference/Dockerfile +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/model_docker_images/inference/main.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/model_docker_images/inference/requirements.txt +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/model_docker_images/inference/serve +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/model_docker_images/meta_endpoint/Dockerfile +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/model_docker_images/meta_endpoint/main.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/model_docker_images/meta_endpoint/requirements.txt +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/model_docker_images/meta_endpoint/serve +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/model_docker_images/ml_pipelines/Dockerfile +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/model_docker_images/ml_pipelines/ml_pipeline_runner.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/model_docker_images/ml_pipelines/requirements.txt +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/model_docker_images/pytorch_inference/Dockerfile +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/model_docker_images/pytorch_inference/main.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/model_docker_images/pytorch_inference/requirements.txt +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/model_docker_images/pytorch_inference/serve +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/model_docker_images/pytorch_training/Dockerfile +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/model_docker_images/pytorch_training/requirements.txt +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/model_docker_images/pytorch_training/sagemaker_entrypoint.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/model_docker_images/scripts/build_deploy.sh +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/model_docker_images/tests/data/abalone_sm.csv +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/model_docker_images/tests/example_model_script.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/model_docker_images/tests/run_tests.sh +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/model_docker_images/tests/test_inference.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/model_docker_images/tests/test_training.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/model_docker_images/training/Dockerfile +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/model_docker_images/training/requirements.txt +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/model_docker_images/training/sagemaker_entrypoint.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/model_docker_images/workbench_inference/Dockerfile +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/model_docker_images/workbench_inference/main.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/model_docker_images/workbench_inference/requirements.txt +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/model_docker_images/workbench_inference/serve +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/notebooks/Inference_On_Legacy_Models.ipynb +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/notebooks/ML_Pipeline_with_Workbench.ipynb +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/notebooks/ML_Pipeline_with_Workbench_2.ipynb +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/notebooks/Outliers_in_Workbench.ipynb +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/notebooks/Regression_Confidence_Experiments.ipynb +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/notebooks/Residual_Analysis.ipynb +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/notebooks/images/athena_query_aqsol.png +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/notebooks/images/aws_dashboard_aqsol.png +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/notebooks/images/dashboard_aqsol_features.png +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/notebooks/images/model_screenshot.png +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/notebooks/images/scp_labs.png +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/presentations/README.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/pyproject.toml +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/active_logs.sh +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/admin/athena_ddl_mixed_case.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/admin/check_all_glue_tables.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/admin/db_scan_test.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/admin/delete_invalid_views.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/admin/delete_redis_keys.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/admin/list_datacatalog.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/admin/migration/copy_glue_database.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/admin/migration/delete_sageworks_glue_database.sh +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/admin/migration/ds_migrate.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/admin/migration/endpoint_migrate.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/admin/migration/fs_migrate.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/admin/migration/model_migrate.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/admin/pull_image_digest.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/admin/redis_reaper.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/admin/spam_list_tags.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/admin/storage/convert_training_views.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/admin/storage/migrate_data_source_via_df.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/admin/storage/migrate_ds_meta.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/ag_table_row_selection.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/compare_dataframes.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/compare_model_packages.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/endpoint_timing.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/find_smiles_issues.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/get_tags.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/instantiation_timings.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/llm_deploys/deepseek_deploy.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/model_cache_refresh.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/model_endpoint_sanity_check.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/monitor_event_bridge.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/onboard_endpoints.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/onboard_models.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/pipeline_model_endpoint.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/pubchem/pubchem_example.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/pubchem/pubchem_query.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/pubchem/pubchem_query_with_cid.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/seaborn_to_plotly.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/storage/dns_data_to_features.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/storage/generate_jsonl_data.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/test_feature_resolution.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/scripts/test_no_workbench_config.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/setup.cfg +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/algorithms/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/algorithms/dataframe/Readme.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/algorithms/dataframe/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/algorithms/dataframe/data_source_eda.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/algorithms/dataframe/feature_space_proximity.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/algorithms/dataframe/fingerprint_proximity.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/algorithms/dataframe/projection_2d.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/algorithms/dataframe/proximity.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/algorithms/dataframe/storage/aggregation.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/algorithms/dataframe/storage/feature_resolution.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/algorithms/dataframe/storage/feature_spider.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/algorithms/dataframe/storage/residuals_calculator.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/algorithms/dataframe/storage/row_tagger.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/algorithms/dataframe/storage/target_gradients.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/algorithms/graph/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/algorithms/graph/heavy/Readme.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/algorithms/graph/light/Readme.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/algorithms/graph/light/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/algorithms/spark/Readme.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/algorithms/sql/Readme.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/algorithms/sql/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/algorithms/sql/column_stats.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/algorithms/sql/correlations.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/algorithms/sql/descriptive_stats.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/algorithms/sql/outliers.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/algorithms/sql/sample_rows.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/algorithms/sql/value_counts.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/api/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/api/data_source.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/api/df_store.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/api/endpoint.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/api/feature_set.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/api/graph_store.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/api/meta.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/api/model.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/api/parameter_store.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/api/pipeline.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/cached/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/cached/cached_data_source.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/cached/cached_endpoint.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/cached/cached_feature_set.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/cached/cached_meta.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/cached/cached_model.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/cached/cached_pipeline.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/artifacts/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/artifacts/artifact.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/artifacts/athena_source.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/artifacts/cached_artifact_mixin.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/artifacts/data_source_abstract.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/artifacts/data_source_factory.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/artifacts/feature_set_core.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/artifacts/model_core.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/cloud_platform/aws/README.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/cloud_platform/aws/aws_account_clamp.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/cloud_platform/aws/aws_df_store.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/cloud_platform/aws/aws_graph_store.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/cloud_platform/aws/aws_meta.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/cloud_platform/aws/aws_parameter_store.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/cloud_platform/aws/aws_secrets_manager.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/cloud_platform/aws/aws_session.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/cloud_platform/aws/cache_dataframe.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/cloud_platform/azure/README.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/cloud_platform/cloud_meta.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/cloud_platform/gcp/README.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/pipelines/pipeline_executor.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/Readme.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/data_loaders/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/data_loaders/heavy/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/data_loaders/heavy/s3_heavy_to_data_source.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/data_loaders/light/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/data_loaders/light/csv_to_data_source.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/data_loaders/light/json_to_data_source.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/data_loaders/light/s3_to_data_source_light.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/data_to_data/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/data_to_data/heavy/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/data_to_data/heavy/emr/Readme.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/data_to_data/heavy/glue/Readme.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/data_to_data/light/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/data_to_data/light/clean_data.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/data_to_data/light/data_to_data_light.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/data_to_features/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/data_to_features/heavy/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/data_to_features/heavy/chunk/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/data_to_features/heavy/chunk/data_to_features_chunk.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/data_to_features/heavy/emr/Readme.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/data_to_features/heavy/glue/Readme.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/data_to_features/heavy/storage/data_to_features_heavy_old.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/data_to_features/light/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/data_to_features/light/data_to_features_light.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/features_to_features/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/features_to_features/heavy/emr/Readme.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/features_to_features/heavy/glue/Readme.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/features_to_model/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/features_to_model/features_to_model.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/model_to_endpoint/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/model_to_endpoint/model_to_endpoint.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/pandas_transforms/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/pandas_transforms/data_to_pandas.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/pandas_transforms/features_to_pandas.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/pandas_transforms/pandas_to_data.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/pandas_transforms/pandas_to_features.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/pandas_transforms/pandas_to_features_chunked.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/transforms/transform.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/views/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/views/column_subset_view.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/views/computation_view.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/views/create_view.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/views/display_view.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/views/inference_view.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/views/pandas_to_view.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/views/storage/mdq_view.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/views/training_view.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/views/view.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/core/views/view_utils.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/custom_models/chem_info/Readme.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/custom_models/chem_info/morgan_fingerprints.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/custom_models/chem_info/requirements.txt +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/custom_models/meta_endpoints/example.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/custom_models/network_security/Readme.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/custom_models/proximity/Readme.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/custom_models/proximity/feature_space_proximity.template +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/custom_models/proximity/generated_model_script.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/custom_models/proximity/proximity.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/custom_models/proximity/requirements.txt +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/custom_models/uq_models/Readme.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/custom_models/uq_models/bayesian_ridge.template +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/custom_models/uq_models/ensemble_xgb.template +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/custom_models/uq_models/gaussian_process.template +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/custom_models/uq_models/mapie.template +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/custom_models/uq_models/meta_uq.template +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/custom_models/uq_models/ngboost.template +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/custom_models/uq_models/proximity.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/custom_models/uq_models/requirements.txt +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/custom_script_example/custom_model_script.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/custom_script_example/requirements.txt +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/ensemble_xgb/ensemble_xgb.template +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/ensemble_xgb/generated_model_script.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/ensemble_xgb/requirements.txt +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/pytorch_model/generated_model_script.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/pytorch_model/pytorch.template +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/pytorch_model/requirements.txt +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/quant_regression/quant_regression.template +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/quant_regression/requirements.txt +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/scikit_learn/generated_model_script.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/scikit_learn/requirements.txt +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/scikit_learn/scikit_learn.template +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/script_generation.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/xgb_model/requirements.txt +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/model_scripts/xgb_model/xgb_model.template +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/repl/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/resources/open_source_api.key +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/resources/signature_verify_pub.pem +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/scripts/check_double_bond_stereo.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/scripts/glue_launcher.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/scripts/ml_pipeline_batch.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/scripts/ml_pipeline_sqs.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/scripts/monitor_cloud_watch.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/scripts/redis_expire.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/scripts/redis_report.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/scripts/show_config.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/themes/dark/base_css.url +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/themes/dark/custom.css +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/themes/dark/plotly.json +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/themes/light/base_css.url +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/themes/light/branding.json +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/themes/light/custom.css +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/themes/light/plotly.json +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/themes/midnight_blue/base_css.url +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/themes/midnight_blue/branding.json +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/themes/midnight_blue/custom.css +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/themes/midnight_blue/plotly.json +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/themes/quartz/base_css.url +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/themes/quartz/custom.css +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/themes/quartz/plotly.json +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/themes/quartz_dark/base_css.url +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/themes/quartz_dark/custom.css +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/themes/quartz_dark/plotly.json +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/__init__.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/ai_compound_generator.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/ai_summary.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/ai_synth.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/athena_utils.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/aws_utils.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/bulk_utils.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/cache.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/cloudwatch_handler.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/cloudwatch_utils.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/color_utils.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/config_manager.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/dashboard_metrics.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/datetime_utils.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/deprecated_utils.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/df_to_endpoint.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/ecs_info.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/endpoint_metrics.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/endpoint_utils.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/extract_model_artifact.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/fast_inference.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/glue_utils.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/graph_utils.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/ipython_utils.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/json_utils.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/lambda_utils.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/license_manager.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/log_utils.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/markdown_utils.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/model_utils.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/performance_utils.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/pipeline_utils.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/plot_utils.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/plugin_manager.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/prox_utils.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/redis_cache.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/repl_utils.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/resource_utils.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/s3_utils.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/shap_utils.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/shapley_values.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/symbols.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/test_data_generator.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/theme_manager.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/trace_calls.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/type_abbrev.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/workbench_cache.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/workbench_event_bridge.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/workbench_logging.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/workbench_sqs.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/utils/xgboost_model_utils.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/components/component_interface.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/components/correlation_matrix.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/components/data_details_markdown.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/components/endpoint_metric_plots.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/components/experiments/dashboard_metric_plots.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/components/experiments/outlier_plot.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/components/model_plot.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/components/plugin_interface.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/components/plugin_unit_test.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/components/plugins/ag_table.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/components/plugins/confusion_matrix.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/components/plugins/dashboard_status.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/components/plugins/data_details.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/components/plugins/endpoint_details.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/components/plugins/graph_plot.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/components/plugins/license_details.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/components/plugins/model_details.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/components/plugins/molecule_panel.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/components/plugins/molecule_viewer.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/components/plugins/pipeline_details.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/components/plugins/proximity_mini_graph.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/components/plugins/scatter_plot.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/components/plugins/shap_summary_plot.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/components/regression_plot.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/components/violin_plots.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/page_views/data_sources_page_view.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/page_views/endpoints_page_view.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/page_views/feature_sets_page_view.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/page_views/main_page.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/page_views/models_page_view.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/page_views/page_view.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench/web_interface/page_views/pipelines_page_view.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench.egg-info/dependency_links.txt +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench.egg-info/entry_points.txt +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench.egg-info/requires.txt +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/src/workbench.egg-info/top_level.txt +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/README.md +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/artifacts/data_source_tests.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/artifacts/empty_model_group.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/artifacts/endpoint_tests.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/artifacts/featureset_ingest_boundaries.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/artifacts/featureset_tests.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/artifacts/graph_tests.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/artifacts/model_metrics_tests.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/artifacts/model_tests.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/aws_account/aws_account_clamp_tests.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/cached/cached_artifact_tests.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/corner_cases/end_to_end.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/create_test_artifacts/100_percent_models.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/create_test_artifacts/create_aqsol_artifacts.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/create_test_artifacts/create_aqsol_rt_artifacts.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/create_test_artifacts/create_aqsol_uq_artifacts.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/create_test_artifacts/create_basic_test_artifacts.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/create_test_artifacts/create_copy_artifacts.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/create_test_artifacts/create_empty_model_group.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/create_test_artifacts/create_endpoints_for_timing.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/create_test_artifacts/create_graph_artifacts.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/create_test_artifacts/create_knn_artifacts.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/create_test_artifacts/create_meta_endpoints.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/create_test_artifacts/create_pipeline_model.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/create_test_artifacts/create_proximity_models.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/create_test_artifacts/create_quant_regression_artifacts.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/create_test_artifacts/create_realtime_endpoint.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/create_test_artifacts/create_training_adjusted_artifacts.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/create_test_artifacts/create_wine_artifacts.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/create_test_artifacts/delete_stress_test_artifacts.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/create_test_artifacts/delete_test_artifacts.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/create_test_artifacts/regression_ensemble.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/create_test_artifacts/stress_test_aws.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/df_store/df_store_tests.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/lambda/decompress_layers.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/pandas_tests/test_drift.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/parameter_store/param_store_tests.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/plugin_tests/crashing_plugin.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/pytorch/pytorch_hello.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/requirements-dev.txt +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/specific/capital_tests.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/specific/column_changes.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/specific/config_manager.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/specific/deletion_tests.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/specific/shap_tests.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/transforms/data_to_data_tests.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/transforms/data_to_features_tests.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/transforms/features_to_model_tests.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/transforms/model_to_endpoint_tests.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/transforms/pandas_to_data_tests.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/transforms/pandas_to_features_test.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/views/view_tests.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/views/view_tests_complex.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/web_components/confusion_matrix_test.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/web_components/correlation_matrix_test.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/web_components/graph_plot_test.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/web_components/plugin_interface_test.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tests/web_components/scatter_plot_test.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/tox.ini +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/ui_testing/assets/custom.css +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/ui_testing/table_comparison.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/ui_testing/theme_switching.py +0 -0
- {workbench-0.8.172 → workbench-0.8.174}/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.174
|
|
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
|
|
@@ -820,6 +820,17 @@ class WorkbenchCoreStack(Stack):
|
|
|
820
820
|
resources=[f"arn:aws:sagemaker:{self.region}:{self.account}:monitoring-schedule/*"],
|
|
821
821
|
)
|
|
822
822
|
|
|
823
|
+
def endpoint_monitoring_processing(self) -> iam.PolicyStatement:
|
|
824
|
+
"""Processing jobs for Model Monitor baselines and executions."""
|
|
825
|
+
return iam.PolicyStatement(
|
|
826
|
+
actions=[
|
|
827
|
+
"sagemaker:CreateProcessingJob",
|
|
828
|
+
"sagemaker:DescribeProcessingJob",
|
|
829
|
+
"sagemaker:StopProcessingJob",
|
|
830
|
+
],
|
|
831
|
+
resources=[f"arn:aws:sagemaker:{self.region}:{self.account}:processing-job/*"],
|
|
832
|
+
)
|
|
833
|
+
|
|
823
834
|
def endpoint_data_quality(self) -> iam.PolicyStatement:
|
|
824
835
|
"""Create a policy statement for managing SageMaker endpoint data quality jobs.
|
|
825
836
|
|
|
@@ -881,54 +892,6 @@ class WorkbenchCoreStack(Stack):
|
|
|
881
892
|
resources=[sns_resources],
|
|
882
893
|
)
|
|
883
894
|
|
|
884
|
-
@staticmethod
|
|
885
|
-
def pipeline_list() -> iam.PolicyStatement:
|
|
886
|
-
"""Create a policy statement for listing SageMaker pipelines.
|
|
887
|
-
|
|
888
|
-
Returns:
|
|
889
|
-
iam.PolicyStatement: The policy statement for listing SageMaker pipelines.
|
|
890
|
-
"""
|
|
891
|
-
return iam.PolicyStatement(
|
|
892
|
-
actions=[
|
|
893
|
-
"sagemaker:ListPipelines",
|
|
894
|
-
],
|
|
895
|
-
resources=["*"], # Broad permission necessary for listing operations
|
|
896
|
-
)
|
|
897
|
-
|
|
898
|
-
def pipeline_full(self) -> iam.PolicyStatement:
|
|
899
|
-
"""Create a policy statement for inspecting and running SageMaker Pipelines.
|
|
900
|
-
|
|
901
|
-
Returns:
|
|
902
|
-
iam.PolicyStatement: The policy statement for inspecting and running SageMaker Pipelines.
|
|
903
|
-
"""
|
|
904
|
-
pipeline_resources = f"arn:aws:sagemaker:{self.region}:{self.account}:pipeline/*"
|
|
905
|
-
execution_resources = f"arn:aws:sagemaker:{self.region}:{self.account}:pipeline-execution/*"
|
|
906
|
-
processing_resources = f"arn:aws:sagemaker:{self.region}:{self.account}:processing-job/*"
|
|
907
|
-
|
|
908
|
-
return iam.PolicyStatement(
|
|
909
|
-
actions=[
|
|
910
|
-
"sagemaker:DescribePipeline",
|
|
911
|
-
"sagemaker:ListPipelineExecutions",
|
|
912
|
-
"sagemaker:DescribePipelineExecution",
|
|
913
|
-
"sagemaker:ListPipelineExecutionSteps",
|
|
914
|
-
"sagemaker:StartPipelineExecution",
|
|
915
|
-
# Actions for jobs
|
|
916
|
-
"sagemaker:CreateProcessingJob",
|
|
917
|
-
"sagemaker:DescribeProcessingJob",
|
|
918
|
-
"sagemaker:ListProcessingJobs",
|
|
919
|
-
"sagemaker:StopProcessingJob",
|
|
920
|
-
# Tagging
|
|
921
|
-
"sagemaker:ListTags",
|
|
922
|
-
"sagemaker:AddTags",
|
|
923
|
-
"sagemaker:DeleteTags",
|
|
924
|
-
],
|
|
925
|
-
resources=[
|
|
926
|
-
pipeline_resources,
|
|
927
|
-
execution_resources,
|
|
928
|
-
processing_resources,
|
|
929
|
-
],
|
|
930
|
-
)
|
|
931
|
-
|
|
932
895
|
@staticmethod
|
|
933
896
|
def ecr_policy_statement() -> iam.PolicyStatement:
|
|
934
897
|
"""Create a policy statement for pulling ECR Images.
|
|
@@ -1284,6 +1247,7 @@ class WorkbenchCoreStack(Stack):
|
|
|
1284
1247
|
self.endpoint_read(),
|
|
1285
1248
|
self.endpoint_monitoring_discovery(),
|
|
1286
1249
|
self.endpoint_monitoring_schedules(),
|
|
1250
|
+
self.endpoint_monitoring_processing(),
|
|
1287
1251
|
self.cloudwatch_logs(),
|
|
1288
1252
|
self.cloudwatch_metrics(),
|
|
1289
1253
|
self.parameter_store_discover(),
|
|
@@ -1306,6 +1270,7 @@ class WorkbenchCoreStack(Stack):
|
|
|
1306
1270
|
self.endpoint_data_quality(),
|
|
1307
1271
|
self.endpoint_monitoring_discovery(),
|
|
1308
1272
|
self.endpoint_monitoring_schedules(),
|
|
1273
|
+
self.endpoint_monitoring_processing(),
|
|
1309
1274
|
self.cloudwatch_logs(),
|
|
1310
1275
|
self.cloudwatch_metrics(),
|
|
1311
1276
|
self.parameter_store_discover(),
|
|
@@ -1318,19 +1283,6 @@ class WorkbenchCoreStack(Stack):
|
|
|
1318
1283
|
managed_policy_name="WorkbenchEndpointPolicy",
|
|
1319
1284
|
)
|
|
1320
1285
|
|
|
1321
|
-
def sagemaker_full_policy_not_used(self) -> iam.ManagedPolicy:
|
|
1322
|
-
"""Create a managed policy for the Workbench Pipelines (FULL)"""
|
|
1323
|
-
policy_statements = [
|
|
1324
|
-
self.pipeline_list(),
|
|
1325
|
-
self.pipeline_full(),
|
|
1326
|
-
]
|
|
1327
|
-
return iam.ManagedPolicy(
|
|
1328
|
-
self,
|
|
1329
|
-
id="WorkbenchSagemakerPipelineFullPolicy",
|
|
1330
|
-
statements=policy_statements,
|
|
1331
|
-
managed_policy_name="WorkbenchSagemakerPipelineFullPolicy",
|
|
1332
|
-
)
|
|
1333
|
-
|
|
1334
1286
|
def workbench_dataframe_store_read_policy(self) -> iam.ManagedPolicy:
|
|
1335
1287
|
"""Create a managed policy for the Workbench DataFrame Store (READ-ONLY)"""
|
|
1336
1288
|
policy_statements = [
|
|
@@ -18,7 +18,7 @@ endpoint_name = "abalone-regression-end-rt"
|
|
|
18
18
|
mon = Monitor(endpoint_name)
|
|
19
19
|
|
|
20
20
|
# Add data capture to the endpoint
|
|
21
|
-
mon.
|
|
21
|
+
mon.enable_data_capture(capture_percentage=100)
|
|
22
22
|
|
|
23
23
|
# Create a baseline for monitoring
|
|
24
24
|
mon.create_baseline()
|
|
@@ -34,7 +34,7 @@ from workbench.api.monitor import Monitor
|
|
|
34
34
|
from workbench.api.endpoint import Endpoint
|
|
35
35
|
|
|
36
36
|
# Construct a Monitor Class in one of Two Ways
|
|
37
|
-
mon = Endpoint("abalone-regression-end-rt").
|
|
37
|
+
mon = Endpoint("abalone-regression-end-rt").monitor()
|
|
38
38
|
mon = Monitor("abalone-regression-end-rt")
|
|
39
39
|
|
|
40
40
|
# Check the summary and details of the monitoring class
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""Example for Tautomerizing SMILES strings"""
|
|
2
2
|
|
|
3
3
|
import pandas as pd
|
|
4
|
-
from workbench.utils.chem_utils import
|
|
4
|
+
from workbench.utils.chem_utils.mol_standardize import standardize
|
|
5
5
|
|
|
6
6
|
pd.options.display.max_columns = None
|
|
7
7
|
pd.options.display.width = 1200
|
|
@@ -32,6 +32,12 @@ test_data = [
|
|
|
32
32
|
# Convert test data to a DataFrame
|
|
33
33
|
df = pd.DataFrame(test_data)
|
|
34
34
|
|
|
35
|
-
# Perform tautomerization
|
|
36
|
-
result_df =
|
|
37
|
-
|
|
35
|
+
# Perform tautomerization using standardize with tautomer canonicalization
|
|
36
|
+
result_df = standardize(df)
|
|
37
|
+
|
|
38
|
+
# Add comparison column
|
|
39
|
+
result_df["matches_expected"] = result_df["smiles"] == result_df["expected"]
|
|
40
|
+
|
|
41
|
+
# Display results
|
|
42
|
+
print("Tautomerization Results:")
|
|
43
|
+
print(result_df[["id", "orig_smiles", "smiles", "expected", "matches_expected"]])
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"""Create the SMILES to Standardize + Tautomer + Molecular Descriptors + Stereo Model and Endpoint"""
|
|
2
|
+
|
|
3
|
+
# Workbench Imports
|
|
4
|
+
from workbench.api import FeatureSet, ModelType, Model
|
|
5
|
+
from workbench.utils.model_utils import get_custom_script_path
|
|
6
|
+
|
|
7
|
+
# fs_name = "aqsol_features"
|
|
8
|
+
fs_name = "solubility_featurized_class_0_fs"
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
script_path = get_custom_script_path("chem_info", "molecular_descriptors.py")
|
|
12
|
+
feature_set = FeatureSet(fs_name)
|
|
13
|
+
tags = ["smiles", "molecular descriptors", "tautomerized", "stereo"]
|
|
14
|
+
model = feature_set.to_model(
|
|
15
|
+
name="smiles-to-taut-md-stereo-v1",
|
|
16
|
+
model_type=ModelType.TRANSFORMER,
|
|
17
|
+
feature_list=["smiles"],
|
|
18
|
+
description="Smiles to Molecular Descriptors",
|
|
19
|
+
tags=tags,
|
|
20
|
+
custom_script=script_path,
|
|
21
|
+
)
|
|
22
|
+
|
|
23
|
+
# Create the endpoint for the model
|
|
24
|
+
end = model.to_endpoint(tags=tags, mem_size=4096, max_concurrency=10)
|
|
25
|
+
|
|
26
|
+
# Run inference on the endpoint
|
|
27
|
+
end.auto_inference(capture=True)
|
|
@@ -3,7 +3,7 @@ from workbench.api.monitor import Monitor
|
|
|
3
3
|
from workbench.api.endpoint import Endpoint
|
|
4
4
|
|
|
5
5
|
# Construct a Monitor Class in one of Two Ways
|
|
6
|
-
mon = Endpoint("abalone-regression-end-rt").
|
|
6
|
+
mon = Endpoint("abalone-regression-end-rt").monitor()
|
|
7
7
|
mon = Monitor("abalone-regression-end-rt")
|
|
8
8
|
|
|
9
9
|
# Check the summary and details of the monitoring class
|
|
@@ -19,8 +19,3 @@ print(constraints_df.head())
|
|
|
19
19
|
|
|
20
20
|
statistics_df = mon.get_statistics()
|
|
21
21
|
print(statistics_df.head())
|
|
22
|
-
|
|
23
|
-
# Get the latest data capture (inputs and outputs)
|
|
24
|
-
input_df, output_df = mon.get_captured_data()
|
|
25
|
-
print(input_df.head())
|
|
26
|
-
print(output_df.head())
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Workbench Imports
|
|
2
2
|
from workbench.api.df_store import DFStore
|
|
3
|
-
from workbench.utils.chem_utils import compute_morgan_fingerprints
|
|
3
|
+
from workbench.utils.chem_utils.fingerprints import compute_morgan_fingerprints
|
|
4
4
|
from rdkit.Chem import DataStructs
|
|
5
5
|
from rdkit.DataStructs.cDataStructs import CreateFromBitString
|
|
6
6
|
import pandas as pd
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Workbench Imports
|
|
2
2
|
from workbench.api.df_store import DFStore
|
|
3
|
-
from workbench.utils.chem_utils import compute_morgan_fingerprints
|
|
3
|
+
from workbench.utils.chem_utils.fingerprints import compute_morgan_fingerprints
|
|
4
4
|
from workbench.algorithms.dataframe.fingerprint_proximity import FingerprintProximity
|
|
5
5
|
|
|
6
6
|
# Grab tox21 dataset (only 10)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
from rdkit import Chem
|
|
2
2
|
from workbench.api.df_store import DFStore
|
|
3
|
-
from workbench.utils.chem_utils import toxic_elements, toxic_groups
|
|
3
|
+
from workbench.utils.chem_utils.toxicity import toxic_elements, toxic_groups
|
|
4
4
|
|
|
5
5
|
# Grab the tox21 data
|
|
6
6
|
tox21 = DFStore().get("/datasets/chem_info/tox21")
|
|
@@ -0,0 +1,186 @@
|
|
|
1
|
+
import pandas as pd
|
|
2
|
+
from rdkit import Chem
|
|
3
|
+
from rdkit.Chem import PandasTools
|
|
4
|
+
|
|
5
|
+
# Workbench Imports
|
|
6
|
+
from workbench.api.df_store import DFStore
|
|
7
|
+
|
|
8
|
+
# Import the new mol_tagging module
|
|
9
|
+
from workbench.utils.chem_utils.mol_tagging import tag_molecules, filter_by_tags, get_tag_summary
|
|
10
|
+
from workbench.utils.chem_utils.fingerprints import compute_morgan_fingerprints
|
|
11
|
+
from workbench.utils.chem_utils.projections import project_fingerprints
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
def prep_sdf_file(filepath: str) -> pd.DataFrame:
|
|
15
|
+
"""
|
|
16
|
+
Prepare SDF file for analysis using the new tagging system.
|
|
17
|
+
"""
|
|
18
|
+
|
|
19
|
+
# Load SDF file directly into a DataFrame
|
|
20
|
+
df = PandasTools.LoadSDF(filepath, smilesName="smiles", molColName="molecule", includeFingerprints=False)
|
|
21
|
+
print(f"Loaded {len(df)} compounds from {filepath}")
|
|
22
|
+
print(f"Columns: {df.columns.tolist()}")
|
|
23
|
+
|
|
24
|
+
# Standardize column names
|
|
25
|
+
df.rename(columns={"ID": "id"}, inplace=True)
|
|
26
|
+
|
|
27
|
+
# Convert Formula weight to numeric
|
|
28
|
+
df["FW"] = pd.to_numeric(df["FW"], errors="coerce")
|
|
29
|
+
|
|
30
|
+
# Full list of assay columns for toxicity detection
|
|
31
|
+
assay_cols = [
|
|
32
|
+
"NR-AR", # Nuclear Receptor - Androgen Receptor
|
|
33
|
+
"SR-HSE", # Stress Response - Heat Shock Element
|
|
34
|
+
"SR-ARE", # Stress Response - Antioxidant Response Element
|
|
35
|
+
"NR-Aromatase", # Nuclear Receptor - Aromatase
|
|
36
|
+
"NR-ER-LBD", # Nuclear Receptor - Estrogen Receptor (Ligand Binding Domain)
|
|
37
|
+
"NR-AhR", # Nuclear Receptor - Aryl Hydrocarbon Receptor
|
|
38
|
+
"SR-MMP", # Stress Response - Mitochondrial Membrane Potential
|
|
39
|
+
"NR-ER", # Nuclear Receptor - Estrogen Receptor
|
|
40
|
+
"NR-PPAR-gamma", # Nuclear Receptor - Peroxisome Proliferator-Activated Receptor Gamma
|
|
41
|
+
"SR-p53", # Stress Response - p53 Tumor Suppressor Protein
|
|
42
|
+
"SR-ATAD5", # Stress Response - ATPase Family AAA Domain-Containing Protein 5
|
|
43
|
+
"NR-AR-LBD", # Nuclear Receptor - Androgen Receptor (Ligand Binding Domain)
|
|
44
|
+
]
|
|
45
|
+
|
|
46
|
+
# Convert assay columns to numeric
|
|
47
|
+
df[assay_cols] = df[assay_cols].apply(pd.to_numeric, errors="coerce")
|
|
48
|
+
|
|
49
|
+
# Create toxic_any column (1 if any assay is positive)
|
|
50
|
+
df["toxic_any"] = (df[assay_cols] == 1).any(axis=1).astype(int)
|
|
51
|
+
print(f"Toxicity distribution:\n{df['toxic_any'].value_counts(dropna=False)}")
|
|
52
|
+
|
|
53
|
+
# Ensure we have SMILES column (might already be there from LoadSDF)
|
|
54
|
+
if "smiles" not in df.columns and "molecule" in df.columns:
|
|
55
|
+
df["smiles"] = df["molecule"].apply(lambda mol: Chem.MolToSmiles(mol) if mol else None)
|
|
56
|
+
|
|
57
|
+
# Apply the new tagging system
|
|
58
|
+
# Use all tag categories by default
|
|
59
|
+
df = tag_molecules(
|
|
60
|
+
df,
|
|
61
|
+
smiles_column="smiles",
|
|
62
|
+
tag_column="tags",
|
|
63
|
+
tag_categories=None, # This will include all: metals, halogens, druglike, structure
|
|
64
|
+
)
|
|
65
|
+
|
|
66
|
+
# Add toxicity-specific tags
|
|
67
|
+
# Add "tox21" tag for toxic compounds
|
|
68
|
+
df["tags"] = df.apply(lambda row: row["tags"] + ["tox21_toxic"] if row["toxic_any"] == 1 else row["tags"], axis=1)
|
|
69
|
+
|
|
70
|
+
# Add "tox21_clean" tag for non-toxic compounds with data
|
|
71
|
+
df["tags"] = df.apply(
|
|
72
|
+
lambda row: (
|
|
73
|
+
row["tags"] + ["tox21_clean"]
|
|
74
|
+
if row["toxic_any"] == 0 and not df.loc[row.name, assay_cols].isna().all()
|
|
75
|
+
else row["tags"]
|
|
76
|
+
),
|
|
77
|
+
axis=1,
|
|
78
|
+
)
|
|
79
|
+
|
|
80
|
+
# Add specific assay tags for positive results
|
|
81
|
+
for assay in assay_cols:
|
|
82
|
+
assay_tag = f"positive_{assay.lower().replace('-', '_')}"
|
|
83
|
+
df["tags"] = df.apply(lambda row: row["tags"] + [assay_tag] if row[assay] == 1 else row["tags"], axis=1)
|
|
84
|
+
|
|
85
|
+
# Print tag summary
|
|
86
|
+
print("\nTag Summary:")
|
|
87
|
+
tag_summary = get_tag_summary(df)
|
|
88
|
+
print(tag_summary.head(15))
|
|
89
|
+
|
|
90
|
+
# Compute Fingerprints (assuming these functions exist somewhere)
|
|
91
|
+
df = compute_morgan_fingerprints(df, radius=2)
|
|
92
|
+
df = project_fingerprints(df, projection="UMAP")
|
|
93
|
+
|
|
94
|
+
# Drop the molecule column to save space
|
|
95
|
+
if "molecule" in df.columns:
|
|
96
|
+
df.drop(columns=["molecule"], inplace=True)
|
|
97
|
+
|
|
98
|
+
# Print final summary
|
|
99
|
+
print(f"\nFinal DataFrame shape: {df.shape}")
|
|
100
|
+
print(f"Columns: {df.columns.tolist()}")
|
|
101
|
+
|
|
102
|
+
# Show examples of different molecule types
|
|
103
|
+
print("\n=== Example molecules by category ===")
|
|
104
|
+
|
|
105
|
+
# Drug-like molecules
|
|
106
|
+
druglike = filter_by_tags(df, require=["ro5_pass"])
|
|
107
|
+
print(f"Drug-like molecules (Ro5 pass): {len(druglike)}")
|
|
108
|
+
|
|
109
|
+
# Clean, drug-like, non-toxic molecules
|
|
110
|
+
ideal = filter_by_tags(df, require=["ro5_pass", "tox21_clean"], exclude=["heavy_metal", "highly_halogenated"])
|
|
111
|
+
print(f"Ideal molecules (drug-like, non-toxic, no metals/heavy halogenation): {len(ideal)}")
|
|
112
|
+
|
|
113
|
+
# Problematic molecules
|
|
114
|
+
problematic = filter_by_tags(df, require=["tox21_toxic"])
|
|
115
|
+
print(f"Toxic molecules: {len(problematic)}")
|
|
116
|
+
|
|
117
|
+
return df
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
def analyze_toxicity_patterns(df: pd.DataFrame) -> None:
|
|
121
|
+
"""
|
|
122
|
+
Analyze patterns in toxicity data using the tag system.
|
|
123
|
+
"""
|
|
124
|
+
print("\n=== Toxicity Pattern Analysis ===")
|
|
125
|
+
|
|
126
|
+
# Check correlation between structural features and toxicity
|
|
127
|
+
toxic_df = filter_by_tags(df, require=["tox21_toxic"])
|
|
128
|
+
clean_df = filter_by_tags(df, require=["tox21_clean"])
|
|
129
|
+
|
|
130
|
+
print(f"\nTotal toxic compounds: {len(toxic_df)}")
|
|
131
|
+
print(f"Total clean compounds: {len(clean_df)}")
|
|
132
|
+
|
|
133
|
+
# Analyze tag distribution in toxic vs clean
|
|
134
|
+
if len(toxic_df) > 0:
|
|
135
|
+
print("\nTop tags in toxic compounds:")
|
|
136
|
+
toxic_tags = get_tag_summary(toxic_df)
|
|
137
|
+
# Remove the tox21 tags themselves from analysis
|
|
138
|
+
toxic_tags = toxic_tags[~toxic_tags.index.str.startswith("tox21_")]
|
|
139
|
+
toxic_tags = toxic_tags[~toxic_tags.index.str.startswith("positive_")]
|
|
140
|
+
print(toxic_tags.head(10))
|
|
141
|
+
|
|
142
|
+
if len(clean_df) > 0:
|
|
143
|
+
print("\nTop tags in clean compounds:")
|
|
144
|
+
clean_tags = get_tag_summary(clean_df)
|
|
145
|
+
clean_tags = clean_tags[~clean_tags.index.str.startswith("tox21_")]
|
|
146
|
+
clean_tags = clean_tags[~clean_tags.index.str.startswith("positive_")]
|
|
147
|
+
print(clean_tags.head(10))
|
|
148
|
+
|
|
149
|
+
# Check specific patterns
|
|
150
|
+
print("\n=== Specific Pattern Analysis ===")
|
|
151
|
+
|
|
152
|
+
# Heavy metals and toxicity
|
|
153
|
+
metal_toxic = filter_by_tags(toxic_df, require=["heavy_metal"])
|
|
154
|
+
print(f"Toxic compounds with heavy metals: {len(metal_toxic)} ({len(metal_toxic) / len(toxic_df) * 100:.1f}%)")
|
|
155
|
+
|
|
156
|
+
# Halogenation and toxicity
|
|
157
|
+
halogen_toxic = filter_by_tags(toxic_df, require=["highly_halogenated"])
|
|
158
|
+
print(f"Toxic compounds highly halogenated: {len(halogen_toxic)} ({len(halogen_toxic) / len(toxic_df) * 100:.1f}%)")
|
|
159
|
+
|
|
160
|
+
# Drug-likeness in toxic compounds
|
|
161
|
+
druglike_toxic = filter_by_tags(toxic_df, require=["ro5_pass"])
|
|
162
|
+
print(f"Toxic compounds passing Ro5: {len(druglike_toxic)} ({len(druglike_toxic) / len(toxic_df) * 100:.1f}%)")
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
if __name__ == "__main__":
|
|
166
|
+
# Load the training and test sets
|
|
167
|
+
training = "/Users/briford/data/workbench/tox21/training/tox21_10k_data_all.sdf"
|
|
168
|
+
test = "/Users/briford/data/workbench/tox21/testing/tox21_10k_challenge_test.sdf"
|
|
169
|
+
final_test = "/Users/briford/data/workbench/tox21/testing/tox21_10k_challenge_score.sdf"
|
|
170
|
+
|
|
171
|
+
# Process the training data
|
|
172
|
+
print("Processing training data...")
|
|
173
|
+
df = prep_sdf_file(training)
|
|
174
|
+
|
|
175
|
+
# Analyze toxicity patterns
|
|
176
|
+
analyze_toxicity_patterns(df)
|
|
177
|
+
|
|
178
|
+
# Store in DFStore
|
|
179
|
+
df_store = DFStore()
|
|
180
|
+
df_store.upsert("/datasets/chem_info/tox21_training", df)
|
|
181
|
+
print(f"\nStored training data to /datasets/chem_info/tox21_training")
|
|
182
|
+
|
|
183
|
+
# Optionally process test data
|
|
184
|
+
# print("\nProcessing test data...")
|
|
185
|
+
# test_df = prep_sdf_file(test)
|
|
186
|
+
# df_store.upsert("/datasets/chem_info/tox21_test", test_df)
|
{workbench-0.8.172 → workbench-0.8.174}/src/workbench/algorithms/graph/light/proximity_graph.py
RENAMED
|
@@ -135,7 +135,8 @@ if __name__ == "__main__":
|
|
|
135
135
|
from workbench.algorithms.dataframe.fingerprint_proximity import FingerprintProximity
|
|
136
136
|
from workbench.web_interface.components.plugins.graph_plot import GraphPlot
|
|
137
137
|
from workbench.api import DFStore
|
|
138
|
-
from workbench.utils.chem_utils import compute_morgan_fingerprints
|
|
138
|
+
from workbench.utils.chem_utils.fingerprints import compute_morgan_fingerprints
|
|
139
|
+
from workbench.utils.chem_utils.projections import project_fingerprints
|
|
139
140
|
from workbench.utils.graph_utils import connected_sample, graph_layout
|
|
140
141
|
|
|
141
142
|
def show_graph(graph, id_column):
|
|
@@ -15,7 +15,7 @@ class Monitor(MonitorCore):
|
|
|
15
15
|
|
|
16
16
|
Common Usage:
|
|
17
17
|
```
|
|
18
|
-
mon = Endpoint(name).
|
|
18
|
+
mon = Endpoint(name).monitor() # Pull from endpoint OR
|
|
19
19
|
mon = Monitor(name) # Create using Endpoint Name
|
|
20
20
|
mon.summary()
|
|
21
21
|
mon.details()
|
|
@@ -29,7 +29,6 @@ class Monitor(MonitorCore):
|
|
|
29
29
|
baseline_df = mon.get_baseline()
|
|
30
30
|
constraints_df = mon.get_constraints()
|
|
31
31
|
stats_df = mon.get_statistics()
|
|
32
|
-
input_df, output_df = mon.get_captured_data()
|
|
33
32
|
```
|
|
34
33
|
"""
|
|
35
34
|
|
|
@@ -81,15 +80,6 @@ class Monitor(MonitorCore):
|
|
|
81
80
|
"""
|
|
82
81
|
super().create_monitoring_schedule(schedule)
|
|
83
82
|
|
|
84
|
-
def get_captured_data(self) -> (pd.DataFrame, pd.DataFrame):
|
|
85
|
-
"""
|
|
86
|
-
Get the latest data capture input and output from S3.
|
|
87
|
-
|
|
88
|
-
Returns:
|
|
89
|
-
DataFrame (input), DataFrame(output): Flattened and processed DataFrames for input and output data.
|
|
90
|
-
"""
|
|
91
|
-
return super().get_captured_data()
|
|
92
|
-
|
|
93
83
|
def get_baseline(self) -> Union[pd.DataFrame, None]:
|
|
94
84
|
"""Code to get the baseline CSV from the S3 baseline directory
|
|
95
85
|
|
|
@@ -155,8 +145,3 @@ if __name__ == "__main__":
|
|
|
155
145
|
|
|
156
146
|
print("\nStatistics...")
|
|
157
147
|
print(mm.get_statistics())
|
|
158
|
-
|
|
159
|
-
# Get the latest data capture
|
|
160
|
-
input_df, output_df = mm.get_captured_data()
|
|
161
|
-
print(input_df.head())
|
|
162
|
-
print(output_df.head())
|