workbench 0.8.241__tar.gz → 0.8.246__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.241 → workbench-0.8.246}/PKG-INFO +1 -1
- {workbench-0.8.241 → workbench-0.8.246}/glue_jobs/glue_mixed_case.py +1 -1
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/ml_pipelines/Dockerfile +1 -1
- {workbench-0.8.241 → workbench-0.8.246}/pyproject.toml +3 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/admin/athena_ddl_mixed_case.py +1 -1
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/api/feature_set.py +6 -7
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/artifacts/endpoint_core.py +1 -1
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/artifacts/feature_set_core.py +1 -1
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/features_to_model/features_to_model.py +6 -3
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/model_to_endpoint/model_to_endpoint.py +0 -1
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_script_utils/pytorch_utils.py +5 -11
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/chemprop/chemprop.template +7 -6
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/pytorch_model/pytorch.template +1 -4
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/pytorch_model/pytorch_utils.py +5 -11
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/script_generation.py +43 -25
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench.egg-info/PKG-INFO +1 -1
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench.egg-info/SOURCES.txt +0 -6
- workbench-0.8.241/src/workbench/model_scripts/chemprop/generated_model_script.py +0 -794
- workbench-0.8.241/src/workbench/model_scripts/meta_model/generated_model_script.py +0 -209
- workbench-0.8.241/src/workbench/model_scripts/pytorch_model/generated_model_script.py +0 -552
- workbench-0.8.241/src/workbench/model_scripts/scikit_learn/generated_model_script.py +0 -302
- workbench-0.8.241/src/workbench/model_scripts/uq_models/generated_model_script.py +0 -248
- workbench-0.8.241/src/workbench/model_scripts/xgb_model/generated_model_script.py +0 -458
- {workbench-0.8.241 → workbench-0.8.246}/.flake8 +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/.github/dependabot.yml +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/.github/workflows/deploy-docs.yml +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/.github/workflows/python-lint.yml +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/.gitignore +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/CONTRIBUTING.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/Dockerfile +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/LICENSE +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/Makefile +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/README.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/SECURITY.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/aws_dashboard/Dockerfile +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/aws_dashboard/README.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/aws_dashboard/app.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/aws_dashboard/assets/favicon.ico +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/aws_dashboard/dashboard +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/aws_dashboard/deploy.sh +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/aws_dashboard/open_source_config.json +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/aws_dashboard/pages/data_sources/callbacks.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/aws_dashboard/pages/data_sources/layout.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/aws_dashboard/pages/data_sources/page.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/aws_dashboard/pages/endpoints/callbacks.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/aws_dashboard/pages/endpoints/layout.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/aws_dashboard/pages/endpoints/page.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/aws_dashboard/pages/feature_sets/callbacks.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/aws_dashboard/pages/feature_sets/layout.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/aws_dashboard/pages/feature_sets/page.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/aws_dashboard/pages/license/page.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/aws_dashboard/pages/main/callbacks.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/aws_dashboard/pages/main/layout.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/aws_dashboard/pages/main/page.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/aws_dashboard/pages/models/callbacks.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/aws_dashboard/pages/models/layout.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/aws_dashboard/pages/models/page.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/aws_dashboard/pages/pipelines/callbacks.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/aws_dashboard/pages/pipelines/layout.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/aws_dashboard/pages/pipelines/page.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/aws_dashboard/pages/status/page.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/aws_dashboard/static/dark.css +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/aws_dashboard/static/light.css +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/compound_explorer/Dockerfile +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/compound_explorer/README.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/compound_explorer/app.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/compound_explorer/assets/favicon.ico +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/compound_explorer/callbacks.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/compound_explorer/explorer +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/compound_explorer/layout.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/compound_explorer/nginx.conf +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/compound_explorer/open_source_config.json +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/compound_explorer/requirements.txt +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/compound_explorer/storage/callbacks.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/compound_explorer/storage/callbacks_new.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/compound_explorer/storage/layout_new.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/applications/compound_explorer/supervisord.conf +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/aws_account_setup.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/aws_identity_check.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/build_ml_pipeline.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/compound_explorer/.gitignore +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/compound_explorer/README.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/compound_explorer/app.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/compound_explorer/cdk.json +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/compound_explorer/compound_explorer/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/compound_explorer/compound_explorer/compound_explorer_stack.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/compound_explorer/requirements.txt +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/event_bridge/Readme.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_compute/README.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_compute/app.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_compute/cdk.json +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_compute/requirements.txt +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_compute/workbench_compute/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_compute/workbench_compute/lambdas/batch_failure/handler.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_compute/workbench_compute/lambdas/batch_trigger/handler.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_compute/workbench_compute/workbench_compute_stack.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_core/.gitignore +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_core/README.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_core/app.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_core/cdk.json +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_core/requirements-dev.txt +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_core/requirements.txt +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_core/source.bat +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_core/workbench_core/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_core/workbench_core/workbench_core_stack.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_dashboard_full/.gitignore +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_dashboard_full/README.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_dashboard_full/app.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_dashboard_full/cdk.json +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_dashboard_full/requirements-dev.txt +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_dashboard_full/requirements.txt +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_dashboard_full/source.bat +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/workbench_dashboard_stack.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_dashboard_lite/.gitignore +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_dashboard_lite/README.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_dashboard_lite/app.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_dashboard_lite/cdk.json +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_dashboard_lite/requirements.txt +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/workbench_dashboard_stack.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/data/abalone.csv +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/data/karate_graph.json +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/data/test_data.csv +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/data/test_data.json +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/data/wine_dataset.csv +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/deploy_docker.sh +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/admin/aws_service_limits.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/admin/base_docker_push.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/admin/dashboard_docker_push.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/admin/dashboard_s3_plugins.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/admin/explorer_docker_push.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/admin/images/dashboard_secret_click.png +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/admin/images/serverless_quotas.png +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/admin/images/status_showing_S3_path.png +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/admin/pypi_release.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/admin/workbench_docker_for_lambdas.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/advanced_models/images/confidence.jpg +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/advanced_models/index.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/api_classes/data_source.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/api_classes/df_store.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/api_classes/endpoint.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/api_classes/feature_set.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/api_classes/meta.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/api_classes/model.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/api_classes/monitor.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/api_classes/overview.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/api_classes/parameter_store.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/api_classes/pipelines.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/api_classes/views.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/aws_setup/aws_access_management.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/aws_setup/aws_client_vpn.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/aws_setup/aws_setup.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/aws_setup/aws_tips_and_tricks.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/aws_setup/core_stack.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/aws_setup/dashboard_stack.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/aws_setup/domain_cert_setup.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/aws_setup/full_pipeline.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/aws_setup/iam_assume_role.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/aws_setup/sso_assume_role.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/blogs/aws_credentials_lock.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/blogs/canonicalization_and_tautomerization.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/blogs/compound_etl.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/blogs/compound_explorer.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/blogs/descriptor_drilldown.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/blogs/eda.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/blogs/feature_importances.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/blogs/fun_with_workbench/fun_with_endpoints.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/blogs/htg.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/blogs/index.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/blogs/model_monitoring.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/blogs/residual_analysis.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/cached/cached_data_source.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/cached/cached_endpoint.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/cached/cached_feature_set.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/cached/cached_meta.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/cached/cached_model.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/cached/overview.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/chem_utils/index.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/cloudwatch/index.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/comparisons/workbench_vs_databricks.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/compound_explorer/tox21.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/compound_explorer/toxicity_modeling.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/confidence/index.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/core_classes/artifacts/artifact.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/core_classes/artifacts/athena_source.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/core_classes/artifacts/data_source_abstract.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/core_classes/artifacts/endpoint_core.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/core_classes/artifacts/feature_set_core.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/core_classes/artifacts/model_core.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/core_classes/artifacts/monitor_core.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/core_classes/artifacts/overview.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/core_classes/overview.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/core_classes/transforms/data_loaders_heavy.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/core_classes/transforms/data_loaders_light.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/core_classes/transforms/data_to_features.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/core_classes/transforms/features_to_model.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/core_classes/transforms/model_to_endpoint.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/core_classes/transforms/overview.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/core_classes/transforms/pandas_transforms.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/core_classes/transforms/transform.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/core_classes/views/computation_view.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/core_classes/views/display_view.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/core_classes/views/inference_view.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/core_classes/views/overview.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/core_classes/views/training_view.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/data_algorithms/dataframes/overview.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/data_algorithms/graphs/overview.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/data_algorithms/overview.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/data_algorithms/spark/overview.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/data_algorithms/sql/overview.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/enterprise/index.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/enterprise/private_saas.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/enterprise/project_branding.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/enterprise/themes.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/getting_started/index.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/glue/index.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/images/big_spider.png +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/images/graph_representation.png +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/images/powered_aws_dark_blue.png +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/images/powered_aws_transparent.png +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/images/powered_aws_white.png +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/images/powered_aws_with_tm_grey.png +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/images/scp.png +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/images/scp_labs.png +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/images/small_spider.png +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/images/workbench_concepts.png +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/index.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/lambda_layer/index.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/misc/faq.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/misc/general_info.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/misc/scp_consulting.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/misc/workbench_classes_concepts.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/model_utils/index.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/plugins/index.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/presentations/index.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/release_notes/0_8_106.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/release_notes/0_8_158.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/release_notes/0_8_50.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/release_notes/0_8_55.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/release_notes/0_8_58.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/release_notes/0_8_60.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/release_notes/0_8_71.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/release_notes/0_8_74.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/release_notes/0_8_78.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/release_notes/archived/0_7_8.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/release_notes/archived/0_8_11.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/release_notes/archived/0_8_20.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/release_notes/archived/0_8_22.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/release_notes/archived/0_8_23.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/release_notes/archived/0_8_27.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/release_notes/archived/0_8_29.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/release_notes/archived/0_8_33.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/release_notes/archived/0_8_35.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/release_notes/archived/0_8_36.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/release_notes/archived/0_8_39.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/release_notes/archived/0_8_42.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/release_notes/archived/0_8_46.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/release_notes/archived/0_8_6.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/release_notes/archived/0_8_8.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/repl/index.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/road_maps/0_9_0.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/road_maps/0_9_5.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/themes/details.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/docs/themes/index.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/ag-grid/hello_world.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/chem_utils/tautomerize_smiles.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/datasource/datasource_from_df.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/datasource/datasource_from_s3.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/datasource/datasource_query.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/datasource/datasource_stats.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/datasource/datasource_to_featureset.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/endpoint/endpoint_details.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/endpoint/endpoint_inference.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/endpoint/endpoint_metrics.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/featureset/featureset_eda.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/featureset/featureset_query.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/full_ml_pipeline.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/glue_jobs/glue_example_1.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/glue_jobs/glue_example_2.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/glue_jobs/glue_example_3.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/glue_jobs/glue_launcher_examples/example_1.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/glue_jobs/glue_launcher_examples/example_2.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/meta/meta_list_endpoints.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/meta/meta_list_models.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/meta/meta_model_metrics.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/ml_pipelines/list_models.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/ml_pipelines/wine_classifier.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/model_utils/model_metrics.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/model_utils/model_to_endpoint.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/model_utils/onboard_model.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/models/chemprop.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/models/chemprop_foundation.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/models/custom_model.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/models/dbscan.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/models/knn.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/models/meta_model.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/models/pytorch.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/models/random_forest.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/models/smiles_to_fingerprints.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/models/smiles_to_md_v1.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/models/split_comparison_chemprop.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/models/split_comparison_pytorch.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/models/split_comparison_xgb.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/models/uq/bayesian_ridge.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/models/uq/ensemble_xgb.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/models/uq/gaussian_process.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/models/uq/meta_uq.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/models/uq/ngboost.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/models/uq/quant_xgb.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/models/xgb_model.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/monitor/monitor_setup.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/monitor/monitor_usage.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/plugins/branding/Readme.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/plugins/branding/scp.json +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/plugins/components/custom_plugin.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/plugins/components/endpoint_plugin.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/plugins/components/endpoint_turbo.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/plugins/components/model_markdown.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/plugins/components/model_plugin.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/plugins/packages/my_plugin_utils/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/plugins/packages/my_plugin_utils/assets/foo.json +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/plugins/packages/my_plugin_utils/cool_stuff.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/plugins/pages/plugin_page_1.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/plugins/pages/plugin_page_2.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/plugins/pages/plugin_page_3.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/plugins/templates/Readme.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/plugins/views/model_plugin_view.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/examples/plugins/views/my_view_plugin.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/experiments/chem_info/bulk_sims.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/experiments/chem_info/knn_sims.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/experiments/cleanlab_bug_report.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/experiments/confidence_roc_curve.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/experiments/coverage_probability.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/experiments/db_scan_test.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/experiments/log_testing.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/experiments/networkx_id.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/experiments/prediction_intervals.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/experiments/residual_analysis.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/experiments/rocauc_testing.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/experiments/scatter_zoom_issue.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/experiments/sol_pipeline.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/feature_endpoints/model_scripts/molecular_utils/mol_descriptors.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/feature_endpoints/model_scripts/molecular_utils/mol_standardize.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/feature_endpoints/model_scripts/rdkit_mordred_model_script.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/feature_endpoints/model_scripts/rdkit_mordred_model_script_keep_salts.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/feature_endpoints/model_scripts/requirements.txt +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/feature_endpoints/rdkit_mordred_keep_salts_v1.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/feature_endpoints/rdkit_mordred_v1.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/glue_jobs/create_glue_workflow_with_trigger.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/glue_jobs/example_glue_job.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/glue_jobs/glue_job_pipeline.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/mkdocs.yml +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/ml_pipelines/hyper_uq.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/Readme.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/inference/Dockerfile +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/inference/main.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/inference/requirements.txt +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/inference/serve +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/meta_inference/Dockerfile +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/meta_inference/main.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/meta_inference/requirements.txt +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/meta_inference/serve +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/meta_training/Dockerfile +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/meta_training/requirements.txt +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/meta_training/sagemaker_entrypoint.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/ml_pipelines/ml_pipeline_runner.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/ml_pipelines/requirements.txt +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/pytorch_inference/Dockerfile +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/pytorch_inference/main.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/pytorch_inference/requirements.txt +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/pytorch_inference/serve +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/pytorch_training/Dockerfile +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/pytorch_training/requirements.txt +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/pytorch_training/sagemaker_entrypoint.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/scripts/build_deploy.sh +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/tests/data/abalone_sm.csv +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/tests/example_model_script.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/tests/run_tests.sh +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/tests/test_inference.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/tests/test_training.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/training/Dockerfile +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/training/requirements.txt +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/training/sagemaker_entrypoint.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/workbench_inference/Dockerfile +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/workbench_inference/main.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/workbench_inference/requirements.txt +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/model_docker_images/workbench_inference/serve +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/notebooks/Inference_On_Legacy_Models.ipynb +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/notebooks/ML_Pipeline_with_Workbench.ipynb +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/notebooks/ML_Pipeline_with_Workbench_2.ipynb +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/notebooks/Outliers_in_Workbench.ipynb +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/notebooks/Regression_Confidence_Experiments.ipynb +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/notebooks/Residual_Analysis.ipynb +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/notebooks/images/athena_query_aqsol.png +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/notebooks/images/aws_dashboard_aqsol.png +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/notebooks/images/dashboard_aqsol_features.png +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/notebooks/images/model_screenshot.png +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/notebooks/images/scp_labs.png +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/open_admet/.gitignore +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/open_admet/README.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/open_admet/all_models.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/open_admet/hello_world.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/open_admet/images/confidence.jpg +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/open_admet/images/open_admet_model.jpg +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/open_admet/load_data.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/open_admet/model_metrics.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/open_admet/run_inference.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/open_admet/utils/compute_model_metrics.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/presentations/README.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/active_logs.sh +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/admin/check_all_glue_tables.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/admin/delete_invalid_views.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/admin/delete_redis_keys.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/admin/find_orphan_models.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/admin/list_datacatalog.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/admin/migration/copy_glue_database.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/admin/migration/delete_sageworks_glue_database.sh +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/admin/migration/ds_migrate.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/admin/migration/endpoint_migrate.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/admin/migration/fs_migrate.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/admin/migration/model_migrate.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/admin/pull_image_digest.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/admin/redis_reaper.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/admin/spam_list_tags.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/admin/storage/convert_training_views.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/admin/storage/migrate_data_source_via_df.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/admin/storage/migrate_ds_meta.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/admin/test_batch_job_failure.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/admin/test_no_workbench_config.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/ag_table_row_selection.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/compare_dataframes.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/compare_model_packages.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/delete_data_capture.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/endpoint_timing.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/get_tags.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/instantiation_timings.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/llm_deploys/deepseek_deploy.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/model_cache_refresh.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/model_endpoint_sanity_check.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/monitor_event_bridge.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/onboard_endpoints.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/onboard_models.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/pipeline_model_endpoint.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/pubchem/pubchem_example.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/pubchem/pubchem_query.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/pubchem/pubchem_query_with_cid.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/sagemaker_feature_group_issue.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/seaborn_to_plotly.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/storage/dns_data_to_features.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/storage/generate_jsonl_data.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/test_feature_resolution.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/test_feature_set_creation.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/tox21/test_tox_heuristic.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/scripts/tox21/tox21_to_df_store.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/setup.cfg +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/algorithms/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/algorithms/dataframe/Readme.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/algorithms/dataframe/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/algorithms/dataframe/compound_dataset_overlap.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/algorithms/dataframe/data_source_eda.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/algorithms/dataframe/feature_space_proximity.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/algorithms/dataframe/fingerprint_proximity.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/algorithms/dataframe/projection_2d.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/algorithms/dataframe/proximity.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/algorithms/dataframe/smart_aggregator.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/algorithms/dataframe/storage/aggregation.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/algorithms/dataframe/storage/feature_resolution.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/algorithms/dataframe/storage/feature_spider.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/algorithms/dataframe/storage/residuals_calculator.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/algorithms/dataframe/storage/row_tagger.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/algorithms/dataframe/storage/target_gradients.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/algorithms/graph/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/algorithms/graph/heavy/Readme.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/algorithms/graph/light/Readme.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/algorithms/graph/light/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/algorithms/graph/light/proximity_graph.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/algorithms/models/cleanlab_model.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/algorithms/models/noise_model.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/algorithms/spark/Readme.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/algorithms/sql/Readme.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/algorithms/sql/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/algorithms/sql/column_stats.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/algorithms/sql/correlations.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/algorithms/sql/descriptive_stats.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/algorithms/sql/outliers.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/algorithms/sql/sample_rows.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/algorithms/sql/value_counts.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/api/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/api/compound.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/api/data_source.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/api/df_store.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/api/endpoint.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/api/graph_store.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/api/meta.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/api/meta_model.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/api/model.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/api/monitor.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/api/parameter_store.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/api/pipeline.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/cached/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/cached/cached_data_source.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/cached/cached_endpoint.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/cached/cached_feature_set.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/cached/cached_meta.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/cached/cached_model.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/cached/cached_pipeline.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/artifacts/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/artifacts/artifact.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/artifacts/athena_source.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/artifacts/cached_artifact_mixin.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/artifacts/data_capture_core.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/artifacts/data_source_abstract.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/artifacts/data_source_factory.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/artifacts/df_store_core.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/artifacts/model_core.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/artifacts/monitor_core.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/artifacts/parameter_store_core.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/cloud_platform/aws/README.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/cloud_platform/aws/aws_account_clamp.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/cloud_platform/aws/aws_graph_store.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/cloud_platform/aws/aws_meta.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/cloud_platform/aws/aws_secrets_manager.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/cloud_platform/aws/aws_session.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/cloud_platform/aws/cache_dataframe.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/cloud_platform/azure/README.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/cloud_platform/cloud_meta.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/cloud_platform/gcp/README.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/pipelines/pipeline_executor.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/Readme.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/data_loaders/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/data_loaders/heavy/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/data_loaders/heavy/s3_heavy_to_data_source.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/data_loaders/light/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/data_loaders/light/csv_to_data_source.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/data_loaders/light/json_to_data_source.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/data_loaders/light/s3_to_data_source_light.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/data_to_data/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/data_to_data/heavy/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/data_to_data/heavy/emr/Readme.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/data_to_data/heavy/glue/Readme.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/data_to_data/light/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/data_to_data/light/clean_data.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/data_to_data/light/data_to_data_light.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/data_to_features/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/data_to_features/heavy/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/data_to_features/heavy/chunk/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/data_to_features/heavy/chunk/data_to_features_chunk.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/data_to_features/heavy/emr/Readme.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/data_to_features/heavy/glue/Readme.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/data_to_features/heavy/storage/data_to_features_heavy_old.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/data_to_features/light/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/data_to_features/light/data_to_features_light.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/data_to_features/light/molecular_descriptors.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/features_to_features/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/features_to_features/heavy/emr/Readme.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/features_to_features/heavy/glue/Readme.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/features_to_model/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/model_to_endpoint/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/pandas_transforms/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/pandas_transforms/data_to_pandas.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/pandas_transforms/features_to_pandas.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/pandas_transforms/pandas_to_data.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/pandas_transforms/pandas_to_features.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/pandas_transforms/pandas_to_features_chunked.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/transforms/transform.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/views/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/views/column_subset_view.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/views/computation_view.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/views/create_view.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/views/display_view.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/views/inference_view.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/views/pandas_to_view.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/views/storage/mdq_view.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/views/training_view.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/views/view.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/core/views/view_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_script_utils/model_script_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_script_utils/uq_harness.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/chemprop/model_script_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/chemprop/requirements.txt +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/custom_models/chem_info/Readme.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/custom_models/chem_info/fingerprints.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/custom_models/chem_info/mol_descriptors.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/custom_models/chem_info/mol_standardize.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/custom_models/chem_info/molecular_descriptors.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/custom_models/chem_info/morgan_fingerprints.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/custom_models/chem_info/requirements.txt +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/custom_models/network_security/Readme.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/custom_models/proximity/Readme.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/custom_models/proximity/feature_space_proximity.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/custom_models/proximity/feature_space_proximity.template +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/custom_models/proximity/requirements.txt +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/custom_models/uq_models/Readme.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/custom_models/uq_models/bayesian_ridge.template +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/custom_models/uq_models/ensemble_xgb.template +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/custom_models/uq_models/feature_space_proximity.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/custom_models/uq_models/gaussian_process.template +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/custom_models/uq_models/ngboost.template +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/custom_models/uq_models/requirements.txt +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/custom_script_example/custom_model_script.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/custom_script_example/requirements.txt +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/ensemble_xgb/ensemble_xgb.template +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/ensemble_xgb/requirements.txt +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/meta_model/meta_model.template +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/pytorch_model/model_script_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/pytorch_model/requirements.txt +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/pytorch_model/uq_harness.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/scikit_learn/requirements.txt +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/scikit_learn/scikit_learn.template +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/xgb_model/model_script_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/xgb_model/requirements.txt +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/xgb_model/uq_harness.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/xgb_model/xgb_model.template +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/repl/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/repl/workbench_shell.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/resources/open_source_api.key +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/resources/signature_verify_pub.pem +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/scripts/check_double_bond_stereo.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/scripts/endpoint_test.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/scripts/glue_launcher.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/scripts/lambda_test.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/scripts/meta_model_sim.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/scripts/ml_pipeline_batch.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/scripts/ml_pipeline_launcher.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/scripts/ml_pipeline_sqs.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/scripts/monitor_cloud_watch.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/scripts/redis_expire.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/scripts/redis_report.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/scripts/show_config.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/scripts/training_test.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/themes/dark/base_css.url +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/themes/dark/custom.css +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/themes/dark/plotly.json +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/themes/light/base_css.url +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/themes/light/branding.json +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/themes/light/custom.css +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/themes/light/plotly.json +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/themes/midnight_blue/base_css.url +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/themes/midnight_blue/branding.json +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/themes/midnight_blue/custom.css +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/themes/midnight_blue/plotly.json +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/ai_compound_generator.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/ai_summary.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/ai_synth.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/athena_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/aws_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/bulk_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/cache.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/chem_utils/__init__.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/chem_utils/fingerprints.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/chem_utils/misc.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/chem_utils/mol_descriptors.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/chem_utils/mol_standardize.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/chem_utils/mol_tagging.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/chem_utils/projections.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/chem_utils/salts.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/chem_utils/sdf.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/chem_utils/toxicity.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/chem_utils/vis.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/chemprop_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/clientside_callbacks.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/cloudwatch_handler.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/cloudwatch_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/color_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/config_manager.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/dashboard_metrics.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/datetime_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/deprecated_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/df_to_endpoint.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/ecs_info.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/endpoint_metrics.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/endpoint_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/extract_model_artifact.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/glue_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/graph_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/ipython_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/json_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/lambda_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/license_manager.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/log_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/markdown_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/meta_model_simulator.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/metrics_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/model_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/monitor_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/pandas_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/performance_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/pipeline_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/plot_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/plugin_manager.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/prox_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/pytorch_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/redis_cache.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/repl_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/s3_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/shap_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/shapley_values.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/symbols.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/test_data_generator.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/theme_manager.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/trace_calls.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/type_abbrev.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/workbench_cache.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/workbench_event_bridge.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/workbench_logging.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/workbench_sqs.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/xgboost_local_crossfold.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/utils/xgboost_model_utils.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/components/component_interface.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/components/correlation_matrix.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/components/data_details_markdown.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/components/endpoint_metric_plots.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/components/experiments/dashboard_metric_plots.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/components/experiments/outlier_plot.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/components/plugin_interface.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/components/plugin_unit_test.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/components/plugins/ag_table.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/components/plugins/confusion_matrix.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/components/plugins/dashboard_status.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/components/plugins/data_details.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/components/plugins/endpoint_details.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/components/plugins/generated_compounds.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/components/plugins/graph_plot.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/components/plugins/license_details.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/components/plugins/model_details.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/components/plugins/model_plot.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/components/plugins/molecule_panel.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/components/plugins/molecule_viewer.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/components/plugins/pipeline_details.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/components/plugins/proximity_mini_graph.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/components/plugins/scatter_plot.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/components/plugins/shap_summary_plot.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/components/regression_plot.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/components/settings_menu.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/components/violin_plots.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/page_views/data_sources_page_view.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/page_views/endpoints_page_view.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/page_views/feature_sets_page_view.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/page_views/main_page.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/page_views/models_page_view.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/page_views/page_view.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench/web_interface/page_views/pipelines_page_view.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench.egg-info/dependency_links.txt +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench.egg-info/entry_points.txt +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench.egg-info/requires.txt +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/src/workbench.egg-info/top_level.txt +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/test_artifacts/create_aqsol_artifacts.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/test_artifacts/create_aqsol_artifacts_all.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/test_artifacts/create_aqsol_rt_artifacts.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/test_artifacts/create_basic_test_artifacts.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/test_artifacts/create_copy_artifacts.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/test_artifacts/create_empty_model_group.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/test_artifacts/create_endpoints_for_timing.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/test_artifacts/create_graph_artifacts.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/test_artifacts/create_knn_artifacts.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/test_artifacts/create_meta_endpoints.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/test_artifacts/create_pipeline_model.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/test_artifacts/create_proximity_models.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/test_artifacts/create_quant_regression_artifacts.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/test_artifacts/create_realtime_endpoint.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/test_artifacts/create_training_adjusted_artifacts.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/test_artifacts/create_wine_artifacts.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/test_artifacts/delete_stress_test_artifacts.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/test_artifacts/delete_test_artifacts.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/test_artifacts/hyper_testing.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/test_artifacts/regression_ensemble.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/test_artifacts/stress_test_aws.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/README.md +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/artifacts/data_source_tests.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/artifacts/empty_model_group.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/artifacts/endpoint_tests.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/artifacts/featureset_ingest_boundaries.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/artifacts/featureset_tests.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/artifacts/graph_tests.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/artifacts/model_metrics_tests.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/artifacts/model_tests.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/aws_account/aws_account_clamp_tests.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/cached/cached_artifact_tests.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/chem_info/test_tautomerization.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/corner_cases/end_to_end.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/df_store/df_store_tests.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/lambda/decompress_layers.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/pandas_tests/test_drift.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/parameter_store/param_store_tests.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/plugin_tests/crashing_plugin.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/pytorch/pytorch_hello.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/requirements-dev.txt +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/specific/capital_tests.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/specific/column_changes.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/specific/config_manager.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/specific/deletion_tests.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/specific/shap_tests.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/transforms/data_to_data_tests.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/transforms/data_to_features_tests.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/transforms/features_to_model_tests.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/transforms/model_to_endpoint_tests.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/transforms/pandas_to_data_tests.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/transforms/pandas_to_features_test.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/views/view_tests.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/views/view_tests_complex.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/web_components/confusion_matrix_test.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/web_components/correlation_matrix_test.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/web_components/graph_plot_test.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/web_components/plugin_interface_test.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tests/web_components/scatter_plot_test.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/tox.ini +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/ui_testing/assets/custom.css +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/ui_testing/table_comparison.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/ui_testing/theme_switching.py +0 -0
- {workbench-0.8.241 → workbench-0.8.246}/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.246
|
|
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: MIT License
|
|
@@ -28,7 +28,7 @@ glue_client.create_table(
|
|
|
28
28
|
"Name": table_name,
|
|
29
29
|
"StorageDescriptor": {
|
|
30
30
|
"Columns": [{"Name": name, "Type": dtype} for name, dtype in original_column_dict.items()],
|
|
31
|
-
"Location": "s3://test-bucket/test_table/",
|
|
31
|
+
"Location": "s3://workbench-public-test-bucket/test_table/",
|
|
32
32
|
"InputFormat": "org.apache.hadoop.hive.ql.io.parquet.MapredParquetInputFormat",
|
|
33
33
|
"OutputFormat": "org.apache.hadoop.hive.ql.io.parquet.MapredParquetOutputFormat",
|
|
34
34
|
"SerdeInfo": {"SerializationLibrary": "org.apache.hadoop.hive.ql.io.parquet.serde.ParquetHiveSerDe"},
|
|
@@ -29,7 +29,7 @@ COPY --from=builder /usr/local/lib/python3.12/site-packages /usr/local/lib/pytho
|
|
|
29
29
|
COPY --from=builder /usr/local/bin /usr/local/bin
|
|
30
30
|
|
|
31
31
|
# Install workbench only
|
|
32
|
-
RUN pip install --no-cache-dir workbench==0.8.
|
|
32
|
+
RUN pip install --no-cache-dir workbench==0.8.245
|
|
33
33
|
|
|
34
34
|
# Add the script runner
|
|
35
35
|
COPY ml_pipeline_runner.py /app/ml_pipeline_runner.py
|
|
@@ -78,6 +78,9 @@ packages = { find = { where = ["src"] } }
|
|
|
78
78
|
"themes/**"
|
|
79
79
|
]
|
|
80
80
|
|
|
81
|
+
[tool.setuptools.exclude-package-data]
|
|
82
|
+
"workbench" = ["model_scripts/**/generated_*.py"]
|
|
83
|
+
|
|
81
84
|
[project.scripts]
|
|
82
85
|
workbench = "workbench.repl.workbench_shell:launch_shell"
|
|
83
86
|
cloud_watch = "workbench.scripts.monitor_cloud_watch:main"
|
|
@@ -22,7 +22,7 @@ athena_client = boto3_session.client("athena")
|
|
|
22
22
|
# Define the database, table name, and S3 path
|
|
23
23
|
database_name = "workbench"
|
|
24
24
|
table_name = "test_table"
|
|
25
|
-
s3_path = "s3://test-bucket/test/"
|
|
25
|
+
s3_path = "s3://workbench-public-test-bucket/test/"
|
|
26
26
|
|
|
27
27
|
# Define the original column names with mixed case
|
|
28
28
|
original_column_dict = {"Id": "int", "Name": "string", "Age": "int"}
|
|
@@ -85,9 +85,6 @@ class FeatureSet(FeatureSetCore):
|
|
|
85
85
|
model_import_str: str = None,
|
|
86
86
|
custom_script: Union[str, Path] = None,
|
|
87
87
|
custom_args: dict = None,
|
|
88
|
-
training_image: str = "training",
|
|
89
|
-
inference_image: str = "inference",
|
|
90
|
-
inference_arch: str = "x86_64",
|
|
91
88
|
**kwargs,
|
|
92
89
|
) -> Union[Model, None]:
|
|
93
90
|
"""Create a Model from the FeatureSet
|
|
@@ -104,9 +101,6 @@ class FeatureSet(FeatureSetCore):
|
|
|
104
101
|
model_class (str, optional): Model class to use (e.g. "KMeans", default: None)
|
|
105
102
|
model_import_str (str, optional): The import for the model (e.g. "from sklearn.cluster import KMeans")
|
|
106
103
|
custom_script (str, optional): The custom script to use for the model (default: None)
|
|
107
|
-
training_image (str, optional): The training image to use (default: "training")
|
|
108
|
-
inference_image (str, optional): The inference image to use (default: "inference")
|
|
109
|
-
inference_arch (str, optional): The architecture to use for inference (default: "x86_64")
|
|
110
104
|
kwargs (dict, optional): Additional keyword arguments to pass to the model
|
|
111
105
|
|
|
112
106
|
Returns:
|
|
@@ -127,10 +121,15 @@ class FeatureSet(FeatureSetCore):
|
|
|
127
121
|
# Create the Model Tags
|
|
128
122
|
tags = [name] if tags is None else tags
|
|
129
123
|
|
|
130
|
-
#
|
|
124
|
+
# Set training/inference images based on model framework
|
|
131
125
|
if model_framework in (ModelFramework.PYTORCH, ModelFramework.CHEMPROP):
|
|
132
126
|
training_image = "pytorch_training"
|
|
133
127
|
inference_image = "pytorch_inference"
|
|
128
|
+
inference_arch = "x86_64"
|
|
129
|
+
else:
|
|
130
|
+
training_image = "training"
|
|
131
|
+
inference_image = "inference"
|
|
132
|
+
inference_arch = "x86_64"
|
|
134
133
|
|
|
135
134
|
# Transform the FeatureSet into a Model
|
|
136
135
|
features_to_model = FeaturesToModel(
|
|
@@ -1138,7 +1138,7 @@ class EndpointCore(Artifact):
|
|
|
1138
1138
|
cls.log.error("Error deleting endpoint.")
|
|
1139
1139
|
raise e
|
|
1140
1140
|
|
|
1141
|
-
time.sleep(
|
|
1141
|
+
time.sleep(10) # Final sleep for AWS to fully register deletions
|
|
1142
1142
|
|
|
1143
1143
|
@classmethod
|
|
1144
1144
|
def delete_endpoint_models(cls, endpoint_name: str):
|
|
@@ -320,7 +320,7 @@ class FeatureSetCore(Artifact):
|
|
|
320
320
|
"""
|
|
321
321
|
|
|
322
322
|
# Set up the S3 Query results path
|
|
323
|
-
date_time = datetime.now(timezone.utc).strftime("%Y-%m-%d_%H
|
|
323
|
+
date_time = datetime.now(timezone.utc).strftime("%Y-%m-%d_%H-%M-%S")
|
|
324
324
|
s3_output_path = self.feature_sets_s3_path + f"/{self.name}/datasets/all_{date_time}"
|
|
325
325
|
|
|
326
326
|
# Make the query
|
|
@@ -247,9 +247,12 @@ class FeaturesToModel(Transform):
|
|
|
247
247
|
# Create a Sagemaker Model with our script
|
|
248
248
|
image = ModelImages.get_image_uri(self.sm_session.boto_region_name, self.training_image)
|
|
249
249
|
|
|
250
|
-
# Use
|
|
251
|
-
|
|
252
|
-
|
|
250
|
+
# Use user-specified instance or default based on framework
|
|
251
|
+
train_instance_type = kwargs.get("training_instance")
|
|
252
|
+
if train_instance_type:
|
|
253
|
+
self.log.important(f"Using user-specified instance {train_instance_type}")
|
|
254
|
+
elif self.model_framework in [ModelFramework.CHEMPROP, ModelFramework.PYTORCH]:
|
|
255
|
+
train_instance_type = "ml.g6.2xlarge" # NVIDIA L4 GPU + 8 vCPUs for data loading
|
|
253
256
|
self.log.important(f"Using GPU instance {train_instance_type} for {self.model_framework.value}")
|
|
254
257
|
else:
|
|
255
258
|
train_instance_type = "ml.m5.xlarge"
|
|
@@ -108,7 +108,6 @@ class ModelToEndpoint(Transform):
|
|
|
108
108
|
|
|
109
109
|
# Is this a serverless deployment?
|
|
110
110
|
serverless_config = None
|
|
111
|
-
instance_type = None
|
|
112
111
|
if self.serverless:
|
|
113
112
|
# For PyTorch or ChemProp we need at least 4GB of memory
|
|
114
113
|
if needs_more_resources and mem_size < 4096:
|
|
@@ -80,7 +80,6 @@ class TabularMLP(nn.Module):
|
|
|
80
80
|
n_outputs: Number of output units
|
|
81
81
|
task: "regression" or "classification"
|
|
82
82
|
dropout: Dropout rate
|
|
83
|
-
use_batch_norm: Whether to use batch normalization
|
|
84
83
|
"""
|
|
85
84
|
|
|
86
85
|
def __init__(
|
|
@@ -92,7 +91,6 @@ class TabularMLP(nn.Module):
|
|
|
92
91
|
n_outputs: int,
|
|
93
92
|
task: str = "regression",
|
|
94
93
|
dropout: float = 0.1,
|
|
95
|
-
use_batch_norm: bool = True,
|
|
96
94
|
):
|
|
97
95
|
super().__init__()
|
|
98
96
|
self.task = task
|
|
@@ -112,8 +110,7 @@ class TabularMLP(nn.Module):
|
|
|
112
110
|
layers = []
|
|
113
111
|
for hidden_dim in hidden_layers:
|
|
114
112
|
layers.append(nn.Linear(input_dim, hidden_dim))
|
|
115
|
-
|
|
116
|
-
layers.append(nn.BatchNorm1d(hidden_dim))
|
|
113
|
+
layers.append(nn.LayerNorm(hidden_dim))
|
|
117
114
|
layers.append(nn.LeakyReLU())
|
|
118
115
|
layers.append(nn.Dropout(dropout))
|
|
119
116
|
input_dim = hidden_dim
|
|
@@ -216,7 +213,6 @@ def create_model(
|
|
|
216
213
|
n_outputs: int,
|
|
217
214
|
task: str = "regression",
|
|
218
215
|
dropout: float = 0.1,
|
|
219
|
-
use_batch_norm: bool = True,
|
|
220
216
|
) -> TabularMLP:
|
|
221
217
|
"""Create a TabularMLP model with appropriate embedding dimensions."""
|
|
222
218
|
embedding_dims = compute_embedding_dims(categorical_cardinalities)
|
|
@@ -228,7 +224,6 @@ def create_model(
|
|
|
228
224
|
n_outputs=n_outputs,
|
|
229
225
|
task=task,
|
|
230
226
|
dropout=dropout,
|
|
231
|
-
use_batch_norm=use_batch_norm,
|
|
232
227
|
)
|
|
233
228
|
|
|
234
229
|
|
|
@@ -266,8 +261,8 @@ def train_model(
|
|
|
266
261
|
train_dataset = TensorDataset(train_x_cont, dummy_cat, train_y)
|
|
267
262
|
val_dataset = TensorDataset(val_x_cont, dummy_val_cat, val_y)
|
|
268
263
|
|
|
269
|
-
train_loader = DataLoader(train_dataset, batch_size=batch_size, shuffle=True)
|
|
270
|
-
val_loader = DataLoader(val_dataset, batch_size=batch_size, shuffle=False)
|
|
264
|
+
train_loader = DataLoader(train_dataset, batch_size=batch_size, shuffle=True, pin_memory=True)
|
|
265
|
+
val_loader = DataLoader(val_dataset, batch_size=batch_size, shuffle=False, pin_memory=True)
|
|
271
266
|
|
|
272
267
|
# Loss and optimizer
|
|
273
268
|
if task == "classification":
|
|
@@ -304,7 +299,7 @@ def train_model(
|
|
|
304
299
|
out = model(x_cont, x_cat)
|
|
305
300
|
|
|
306
301
|
if task == "classification":
|
|
307
|
-
loss = criterion(out, y.
|
|
302
|
+
loss = criterion(out, y.view(-1).long())
|
|
308
303
|
else:
|
|
309
304
|
loss = criterion(out, y)
|
|
310
305
|
|
|
@@ -323,7 +318,7 @@ def train_model(
|
|
|
323
318
|
out = model(x_cont, x_cat)
|
|
324
319
|
|
|
325
320
|
if task == "classification":
|
|
326
|
-
loss = criterion(out, y.
|
|
321
|
+
loss = criterion(out, y.view(-1).long())
|
|
327
322
|
else:
|
|
328
323
|
loss = criterion(out, y)
|
|
329
324
|
val_losses.append(loss.item())
|
|
@@ -395,7 +390,6 @@ def load_model(path: str, device: str = "cpu") -> TabularMLP:
|
|
|
395
390
|
n_outputs=config["n_outputs"],
|
|
396
391
|
task=config["task"],
|
|
397
392
|
dropout=config.get("dropout", 0.1),
|
|
398
|
-
use_batch_norm=config.get("use_batch_norm", True),
|
|
399
393
|
)
|
|
400
394
|
|
|
401
395
|
state_dict = torch.load(os.path.join(path, "model.pt"), map_location=device, weights_only=True)
|
{workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/chemprop/chemprop.template
RENAMED
|
@@ -34,7 +34,7 @@ DEFAULT_HYPERPARAMETERS = {
|
|
|
34
34
|
"n_folds": 5,
|
|
35
35
|
"max_epochs": 400,
|
|
36
36
|
"patience": 50,
|
|
37
|
-
"batch_size":
|
|
37
|
+
"batch_size": 64,
|
|
38
38
|
# Message Passing (ignored when using foundation model)
|
|
39
39
|
"hidden_dim": 700,
|
|
40
40
|
"depth": 6,
|
|
@@ -590,8 +590,9 @@ if __name__ == "__main__":
|
|
|
590
590
|
val_dataset.normalize_targets(target_scaler)
|
|
591
591
|
output_transform = nn.UnscaleTransform.from_standard_scaler(target_scaler)
|
|
592
592
|
|
|
593
|
-
|
|
594
|
-
|
|
593
|
+
num_workers = min(os.cpu_count() or 4, 8) # Scale with CPUs, cap at 8
|
|
594
|
+
train_loader = data.build_dataloader(train_dataset, batch_size=batch_size, shuffle=True, num_workers=num_workers, persistent_workers=num_workers > 0, pin_memory=True, prefetch_factor=2)
|
|
595
|
+
val_loader = data.build_dataloader(val_dataset, batch_size=batch_size, shuffle=False, num_workers=num_workers, persistent_workers=num_workers > 0, pin_memory=True, prefetch_factor=2)
|
|
595
596
|
|
|
596
597
|
# Build model
|
|
597
598
|
pl.seed_everything(hyperparameters["seed"] + fold_idx)
|
|
@@ -617,7 +618,7 @@ if __name__ == "__main__":
|
|
|
617
618
|
callbacks.append(pl.callbacks.ModelCheckpoint(
|
|
618
619
|
dirpath=args.model_dir, filename=f"best_{fold_idx}", monitor="val_loss", mode="min", save_top_k=1
|
|
619
620
|
))
|
|
620
|
-
return pl.Trainer(accelerator="auto", max_epochs=max_epochs, logger=False, enable_progress_bar=True, callbacks=callbacks)
|
|
621
|
+
return pl.Trainer(accelerator="auto", max_epochs=max_epochs, precision="16-mixed", logger=False, enable_progress_bar=True, callbacks=callbacks)
|
|
621
622
|
|
|
622
623
|
if use_two_phase:
|
|
623
624
|
# Phase 1: Freeze MPNN, train FFN only
|
|
@@ -645,7 +646,7 @@ if __name__ == "__main__":
|
|
|
645
646
|
|
|
646
647
|
# Out-of-fold predictions (using unscaled features - model's x_d_transform handles scaling)
|
|
647
648
|
val_dps_raw, _ = _create_molecule_datapoints(df_val[smiles_column].tolist(), val_targets, val_extra_raw)
|
|
648
|
-
val_loader_pred = data.build_dataloader(data.MoleculeDataset(val_dps_raw), batch_size=batch_size, shuffle=False)
|
|
649
|
+
val_loader_pred = data.build_dataloader(data.MoleculeDataset(val_dps_raw), batch_size=batch_size, shuffle=False, num_workers=num_workers, pin_memory=True)
|
|
649
650
|
|
|
650
651
|
with torch.inference_mode():
|
|
651
652
|
fold_preds = np.concatenate([p.numpy() for p in trainer.predict(mpnn, val_loader_pred)], axis=0)
|
|
@@ -706,7 +707,7 @@ if __name__ == "__main__":
|
|
|
706
707
|
if len(ensemble_models) > 1:
|
|
707
708
|
print("Computing prediction_std from ensemble...")
|
|
708
709
|
val_dps, _ = _create_molecule_datapoints(df_val[smiles_column].tolist(), y_validate, val_extra_features)
|
|
709
|
-
val_loader = data.build_dataloader(data.MoleculeDataset(val_dps), batch_size=batch_size, shuffle=False)
|
|
710
|
+
val_loader = data.build_dataloader(data.MoleculeDataset(val_dps), batch_size=batch_size, shuffle=False, num_workers=num_workers, pin_memory=True)
|
|
710
711
|
trainer_pred = pl.Trainer(accelerator="auto", logger=False, enable_progress_bar=False)
|
|
711
712
|
|
|
712
713
|
all_ens_preds = []
|
{workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/pytorch_model/pytorch.template
RENAMED
|
@@ -45,12 +45,11 @@ DEFAULT_HYPERPARAMETERS = {
|
|
|
45
45
|
"n_folds": 5,
|
|
46
46
|
"max_epochs": 200,
|
|
47
47
|
"early_stopping_patience": 30,
|
|
48
|
-
"batch_size":
|
|
48
|
+
"batch_size": 64,
|
|
49
49
|
# Model architecture (larger capacity - ensemble provides regularization)
|
|
50
50
|
"layers": "512-256-128",
|
|
51
51
|
"learning_rate": 1e-3,
|
|
52
52
|
"dropout": 0.05,
|
|
53
|
-
"use_batch_norm": True,
|
|
54
53
|
# Loss function for regression (L1Loss=MAE, MSELoss=MSE, HuberLoss, SmoothL1Loss)
|
|
55
54
|
"loss": "L1Loss",
|
|
56
55
|
# Split strategy: "random", "scaffold", or "butina"
|
|
@@ -410,7 +409,6 @@ if __name__ == "__main__":
|
|
|
410
409
|
n_outputs=n_outputs,
|
|
411
410
|
task=task,
|
|
412
411
|
dropout=hyperparameters["dropout"],
|
|
413
|
-
use_batch_norm=hyperparameters["use_batch_norm"],
|
|
414
412
|
)
|
|
415
413
|
|
|
416
414
|
# Train
|
|
@@ -517,7 +515,6 @@ if __name__ == "__main__":
|
|
|
517
515
|
"n_outputs": n_outputs,
|
|
518
516
|
"task": task,
|
|
519
517
|
"dropout": hyperparameters["dropout"],
|
|
520
|
-
"use_batch_norm": hyperparameters["use_batch_norm"],
|
|
521
518
|
}
|
|
522
519
|
|
|
523
520
|
for idx, m in enumerate(ensemble_models):
|
{workbench-0.8.241 → workbench-0.8.246}/src/workbench/model_scripts/pytorch_model/pytorch_utils.py
RENAMED
|
@@ -80,7 +80,6 @@ class TabularMLP(nn.Module):
|
|
|
80
80
|
n_outputs: Number of output units
|
|
81
81
|
task: "regression" or "classification"
|
|
82
82
|
dropout: Dropout rate
|
|
83
|
-
use_batch_norm: Whether to use batch normalization
|
|
84
83
|
"""
|
|
85
84
|
|
|
86
85
|
def __init__(
|
|
@@ -92,7 +91,6 @@ class TabularMLP(nn.Module):
|
|
|
92
91
|
n_outputs: int,
|
|
93
92
|
task: str = "regression",
|
|
94
93
|
dropout: float = 0.1,
|
|
95
|
-
use_batch_norm: bool = True,
|
|
96
94
|
):
|
|
97
95
|
super().__init__()
|
|
98
96
|
self.task = task
|
|
@@ -112,8 +110,7 @@ class TabularMLP(nn.Module):
|
|
|
112
110
|
layers = []
|
|
113
111
|
for hidden_dim in hidden_layers:
|
|
114
112
|
layers.append(nn.Linear(input_dim, hidden_dim))
|
|
115
|
-
|
|
116
|
-
layers.append(nn.BatchNorm1d(hidden_dim))
|
|
113
|
+
layers.append(nn.LayerNorm(hidden_dim))
|
|
117
114
|
layers.append(nn.LeakyReLU())
|
|
118
115
|
layers.append(nn.Dropout(dropout))
|
|
119
116
|
input_dim = hidden_dim
|
|
@@ -216,7 +213,6 @@ def create_model(
|
|
|
216
213
|
n_outputs: int,
|
|
217
214
|
task: str = "regression",
|
|
218
215
|
dropout: float = 0.1,
|
|
219
|
-
use_batch_norm: bool = True,
|
|
220
216
|
) -> TabularMLP:
|
|
221
217
|
"""Create a TabularMLP model with appropriate embedding dimensions."""
|
|
222
218
|
embedding_dims = compute_embedding_dims(categorical_cardinalities)
|
|
@@ -228,7 +224,6 @@ def create_model(
|
|
|
228
224
|
n_outputs=n_outputs,
|
|
229
225
|
task=task,
|
|
230
226
|
dropout=dropout,
|
|
231
|
-
use_batch_norm=use_batch_norm,
|
|
232
227
|
)
|
|
233
228
|
|
|
234
229
|
|
|
@@ -266,8 +261,8 @@ def train_model(
|
|
|
266
261
|
train_dataset = TensorDataset(train_x_cont, dummy_cat, train_y)
|
|
267
262
|
val_dataset = TensorDataset(val_x_cont, dummy_val_cat, val_y)
|
|
268
263
|
|
|
269
|
-
train_loader = DataLoader(train_dataset, batch_size=batch_size, shuffle=True)
|
|
270
|
-
val_loader = DataLoader(val_dataset, batch_size=batch_size, shuffle=False)
|
|
264
|
+
train_loader = DataLoader(train_dataset, batch_size=batch_size, shuffle=True, pin_memory=True)
|
|
265
|
+
val_loader = DataLoader(val_dataset, batch_size=batch_size, shuffle=False, pin_memory=True)
|
|
271
266
|
|
|
272
267
|
# Loss and optimizer
|
|
273
268
|
if task == "classification":
|
|
@@ -304,7 +299,7 @@ def train_model(
|
|
|
304
299
|
out = model(x_cont, x_cat)
|
|
305
300
|
|
|
306
301
|
if task == "classification":
|
|
307
|
-
loss = criterion(out, y.
|
|
302
|
+
loss = criterion(out, y.view(-1).long())
|
|
308
303
|
else:
|
|
309
304
|
loss = criterion(out, y)
|
|
310
305
|
|
|
@@ -323,7 +318,7 @@ def train_model(
|
|
|
323
318
|
out = model(x_cont, x_cat)
|
|
324
319
|
|
|
325
320
|
if task == "classification":
|
|
326
|
-
loss = criterion(out, y.
|
|
321
|
+
loss = criterion(out, y.view(-1).long())
|
|
327
322
|
else:
|
|
328
323
|
loss = criterion(out, y)
|
|
329
324
|
val_losses.append(loss.item())
|
|
@@ -395,7 +390,6 @@ def load_model(path: str, device: str = "cpu") -> TabularMLP:
|
|
|
395
390
|
n_outputs=config["n_outputs"],
|
|
396
391
|
task=config["task"],
|
|
397
392
|
dropout=config.get("dropout", 0.1),
|
|
398
|
-
use_batch_norm=config.get("use_batch_norm", True),
|
|
399
393
|
)
|
|
400
394
|
|
|
401
395
|
state_dict = torch.load(os.path.join(path, "model.pt"), map_location=device, weights_only=True)
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
import os
|
|
4
4
|
import shutil
|
|
5
5
|
import logging
|
|
6
|
+
import tempfile
|
|
6
7
|
from pathlib import Path
|
|
7
8
|
import importlib.util
|
|
8
9
|
|
|
@@ -41,7 +42,7 @@ def copy_imports_to_script_dir(script_path: str, imports: list[str]) -> None:
|
|
|
41
42
|
print(f"Copied {source_path} to {destination_path}")
|
|
42
43
|
|
|
43
44
|
|
|
44
|
-
def fill_template(template_path: str, params: dict, output_script: str) -> str:
|
|
45
|
+
def fill_template(template_path: str, params: dict, output_script: str, output_dir: str = None) -> str:
|
|
45
46
|
"""
|
|
46
47
|
Fill in the placeholders in the template with the values provided in params,
|
|
47
48
|
ensuring that the correct Python data types are used.
|
|
@@ -49,6 +50,7 @@ def fill_template(template_path: str, params: dict, output_script: str) -> str:
|
|
|
49
50
|
template_path (str): The path to the template file.
|
|
50
51
|
params (dict): A dictionary with placeholder keys and their corresponding values.
|
|
51
52
|
output_script (str): The name of the generated model script.
|
|
53
|
+
output_dir (str): The directory to write the output script to (default: same as template).
|
|
52
54
|
Returns:
|
|
53
55
|
str: The path to the generated model script.
|
|
54
56
|
"""
|
|
@@ -77,8 +79,10 @@ def fill_template(template_path: str, params: dict, output_script: str) -> str:
|
|
|
77
79
|
log.critical(msg)
|
|
78
80
|
raise ValueError(msg)
|
|
79
81
|
|
|
80
|
-
# Write out the generated model script
|
|
81
|
-
|
|
82
|
+
# Write out the generated model script to output_dir (or template dir if not specified)
|
|
83
|
+
if output_dir is None:
|
|
84
|
+
output_dir = os.path.dirname(template_path)
|
|
85
|
+
output_path = os.path.join(output_dir, output_script)
|
|
82
86
|
with open(output_path, "w") as fp:
|
|
83
87
|
fp.write(template)
|
|
84
88
|
return output_path
|
|
@@ -102,29 +106,29 @@ def generate_model_script(template_params: dict) -> str:
|
|
|
102
106
|
- child_endpoints (list[str], optional): For META models, list of child endpoint names
|
|
103
107
|
|
|
104
108
|
Returns:
|
|
105
|
-
str: The
|
|
109
|
+
str: The path to the generated model script
|
|
106
110
|
"""
|
|
107
111
|
from workbench.api import ModelType, ModelFramework # Avoid circular import
|
|
108
112
|
|
|
109
113
|
# Determine which template to use based on model type
|
|
110
114
|
if template_params.get("model_class"):
|
|
111
115
|
template_name = "scikit_learn.template"
|
|
112
|
-
|
|
116
|
+
model_script_dir_name = "scikit_learn"
|
|
113
117
|
elif template_params["model_framework"] == ModelFramework.PYTORCH:
|
|
114
118
|
template_name = "pytorch.template"
|
|
115
|
-
|
|
119
|
+
model_script_dir_name = "pytorch_model"
|
|
116
120
|
elif template_params["model_framework"] == ModelFramework.CHEMPROP:
|
|
117
121
|
template_name = "chemprop.template"
|
|
118
|
-
|
|
122
|
+
model_script_dir_name = "chemprop"
|
|
119
123
|
elif template_params["model_framework"] == ModelFramework.META:
|
|
120
124
|
template_name = "meta_model.template"
|
|
121
|
-
|
|
125
|
+
model_script_dir_name = "meta_model"
|
|
122
126
|
elif template_params["model_type"] in [ModelType.REGRESSOR, ModelType.UQ_REGRESSOR, ModelType.CLASSIFIER]:
|
|
123
127
|
template_name = "xgb_model.template"
|
|
124
|
-
|
|
128
|
+
model_script_dir_name = "xgb_model"
|
|
125
129
|
elif template_params["model_type"] == ModelType.ENSEMBLE_REGRESSOR:
|
|
126
130
|
template_name = "ensemble_xgb.template"
|
|
127
|
-
|
|
131
|
+
model_script_dir_name = "ensemble_xgb"
|
|
128
132
|
else:
|
|
129
133
|
msg = f"ModelType: {template_params['model_type']} needs to set custom_script argument"
|
|
130
134
|
log.critical(msg)
|
|
@@ -133,31 +137,42 @@ def generate_model_script(template_params: dict) -> str:
|
|
|
133
137
|
# Model Type is an enumerated type, so we need to convert it to a string
|
|
134
138
|
template_params["model_type"] = template_params["model_type"].value
|
|
135
139
|
|
|
136
|
-
# Load the template
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
template_path = os.path.join(
|
|
140
|
+
# Load the template from the package directory
|
|
141
|
+
package_dir = Path(__file__).parent.absolute()
|
|
142
|
+
source_script_dir = os.path.join(package_dir, model_script_dir_name)
|
|
143
|
+
template_path = os.path.join(source_script_dir, template_name)
|
|
140
144
|
|
|
141
|
-
#
|
|
142
|
-
|
|
145
|
+
# Create a temp directory for the generated script and supporting files
|
|
146
|
+
# Note: This directory will be cleaned up by SageMaker after the training job
|
|
147
|
+
output_dir = tempfile.mkdtemp(prefix=f"workbench_{model_script_dir_name}_")
|
|
148
|
+
log.info(f"Generating model script in temp directory: {output_dir}")
|
|
143
149
|
|
|
144
|
-
#
|
|
145
|
-
for file in os.listdir(
|
|
146
|
-
if file
|
|
147
|
-
|
|
150
|
+
# Copy all supporting files (except templates and generated scripts) to the temp directory
|
|
151
|
+
for file in os.listdir(source_script_dir):
|
|
152
|
+
if file.endswith(".template") or file.startswith("generated_"):
|
|
153
|
+
continue
|
|
154
|
+
source_file = os.path.join(source_script_dir, file)
|
|
155
|
+
if os.path.isfile(source_file):
|
|
156
|
+
shutil.copy(source_file, output_dir)
|
|
157
|
+
log.info(f"Copied supporting file: {file}")
|
|
158
|
+
|
|
159
|
+
# Fill in the template and write the generated script to the temp directory
|
|
160
|
+
output_path = fill_template(template_path, template_params, "generated_model_script.py", output_dir)
|
|
148
161
|
|
|
149
162
|
return output_path
|
|
150
163
|
|
|
151
164
|
|
|
152
165
|
if __name__ == "__main__":
|
|
153
166
|
"""Exercise the Model Script Utilities"""
|
|
154
|
-
from workbench.api import ModelType
|
|
167
|
+
from workbench.api import ModelType, ModelFramework
|
|
155
168
|
|
|
156
169
|
copy_imports_to_script_dir("/tmp/model.py", ["workbench.utils.chem_utils"])
|
|
157
170
|
|
|
158
171
|
# Define the parameters for the model script (Classifier)
|
|
159
172
|
my_params = {
|
|
160
173
|
"model_type": ModelType.CLASSIFIER,
|
|
174
|
+
"model_framework": ModelFramework.XGBOOST,
|
|
175
|
+
"id_column": "id",
|
|
161
176
|
"target_column": "wine_class",
|
|
162
177
|
"feature_list": [
|
|
163
178
|
"alcohol",
|
|
@@ -174,15 +189,18 @@ if __name__ == "__main__":
|
|
|
174
189
|
"od280_od315_of_diluted_wines",
|
|
175
190
|
"proline",
|
|
176
191
|
],
|
|
177
|
-
"model_metrics_s3_path": "s3://
|
|
192
|
+
"model_metrics_s3_path": "s3://workbench-public-test-bucket/models/training/wine-classifier",
|
|
178
193
|
"train_all_data": True,
|
|
194
|
+
"compressed_features": [],
|
|
195
|
+
"hyperparameters": {},
|
|
179
196
|
}
|
|
180
197
|
my_model_script = generate_model_script(my_params)
|
|
181
|
-
print(my_model_script)
|
|
198
|
+
print(f"Generated script: {my_model_script}")
|
|
182
199
|
|
|
183
200
|
# Define the parameters for the model script (KMeans Clustering)
|
|
184
201
|
my_params = {
|
|
185
202
|
"model_type": ModelType.CLUSTERER,
|
|
203
|
+
"model_framework": ModelFramework.SKLEARN,
|
|
186
204
|
"model_class": "KMeans",
|
|
187
205
|
"model_imports": "from sklearn.cluster import KMeans",
|
|
188
206
|
"target_column": None,
|
|
@@ -201,8 +219,8 @@ if __name__ == "__main__":
|
|
|
201
219
|
"od280_od315_of_diluted_wines",
|
|
202
220
|
"proline",
|
|
203
221
|
],
|
|
204
|
-
"model_metrics_s3_path": "s3://
|
|
222
|
+
"model_metrics_s3_path": "s3://workbench-public-test-bucket/models/training/wine-clusters",
|
|
205
223
|
"train_all_data": True,
|
|
206
224
|
}
|
|
207
225
|
my_model_script = generate_model_script(my_params)
|
|
208
|
-
print(my_model_script)
|
|
226
|
+
print(f"Generated script: {my_model_script}")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: workbench
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.246
|
|
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: MIT License
|
|
@@ -576,7 +576,6 @@ src/workbench/model_script_utils/pytorch_utils.py
|
|
|
576
576
|
src/workbench/model_script_utils/uq_harness.py
|
|
577
577
|
src/workbench/model_scripts/script_generation.py
|
|
578
578
|
src/workbench/model_scripts/chemprop/chemprop.template
|
|
579
|
-
src/workbench/model_scripts/chemprop/generated_model_script.py
|
|
580
579
|
src/workbench/model_scripts/chemprop/model_script_utils.py
|
|
581
580
|
src/workbench/model_scripts/chemprop/requirements.txt
|
|
582
581
|
src/workbench/model_scripts/custom_models/chem_info/Readme.md
|
|
@@ -602,19 +601,14 @@ src/workbench/model_scripts/custom_script_example/custom_model_script.py
|
|
|
602
601
|
src/workbench/model_scripts/custom_script_example/requirements.txt
|
|
603
602
|
src/workbench/model_scripts/ensemble_xgb/ensemble_xgb.template
|
|
604
603
|
src/workbench/model_scripts/ensemble_xgb/requirements.txt
|
|
605
|
-
src/workbench/model_scripts/meta_model/generated_model_script.py
|
|
606
604
|
src/workbench/model_scripts/meta_model/meta_model.template
|
|
607
|
-
src/workbench/model_scripts/pytorch_model/generated_model_script.py
|
|
608
605
|
src/workbench/model_scripts/pytorch_model/model_script_utils.py
|
|
609
606
|
src/workbench/model_scripts/pytorch_model/pytorch.template
|
|
610
607
|
src/workbench/model_scripts/pytorch_model/pytorch_utils.py
|
|
611
608
|
src/workbench/model_scripts/pytorch_model/requirements.txt
|
|
612
609
|
src/workbench/model_scripts/pytorch_model/uq_harness.py
|
|
613
|
-
src/workbench/model_scripts/scikit_learn/generated_model_script.py
|
|
614
610
|
src/workbench/model_scripts/scikit_learn/requirements.txt
|
|
615
611
|
src/workbench/model_scripts/scikit_learn/scikit_learn.template
|
|
616
|
-
src/workbench/model_scripts/uq_models/generated_model_script.py
|
|
617
|
-
src/workbench/model_scripts/xgb_model/generated_model_script.py
|
|
618
612
|
src/workbench/model_scripts/xgb_model/model_script_utils.py
|
|
619
613
|
src/workbench/model_scripts/xgb_model/requirements.txt
|
|
620
614
|
src/workbench/model_scripts/xgb_model/uq_harness.py
|