workbench 0.8.160__tar.gz → 0.8.162__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.160 → workbench-0.8.162}/PKG-INFO +1 -1
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/workbench_core/workbench_core/workbench_core_stack.py +9 -1
- {workbench-0.8.160 → workbench-0.8.162}/examples/models/pytorch.py +3 -1
- {workbench-0.8.160 → workbench-0.8.162}/experiments/pytorch_model.py +49 -27
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/api/feature_set.py +1 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/api/parameter_store.py +5 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/artifacts/model_core.py +3 -3
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/features_to_model/features_to_model.py +3 -1
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/pytorch_model/generated_model_script.py +57 -38
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/pytorch_model/pytorch.template +54 -26
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/script_generation.py +2 -1
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench.egg-info/PKG-INFO +1 -1
- {workbench-0.8.160 → workbench-0.8.162}/tests/artifacts/featureset_ingest_boundaries.py +6 -0
- {workbench-0.8.160 → workbench-0.8.162}/.flake8 +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/.github/dependabot.yml +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/.github/workflows/deploy-docs.yml +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/.github/workflows/python-lint.yml +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/.gitignore +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/CONTRIBUTING.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/Dockerfile +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/LICENSE +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/Makefile +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/README.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/SECURITY.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/Dockerfile +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/README.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/app.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/assets/favicon.ico +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/dashboard +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/deploy.sh +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/nginx.conf +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/open_source_config.json +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/pages/data_sources/callbacks.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/pages/data_sources/layout.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/pages/data_sources/page.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/pages/endpoints/callbacks.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/pages/endpoints/layout.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/pages/endpoints/page.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/pages/feature_sets/callbacks.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/pages/feature_sets/layout.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/pages/feature_sets/page.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/pages/license/page.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/pages/main/callbacks.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/pages/main/layout.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/pages/main/page.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/pages/models/callbacks.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/pages/models/layout.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/pages/models/page.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/pages/pipelines/callbacks.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/pages/pipelines/layout.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/pages/pipelines/page.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/pages/status/page.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/static/dark.css +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/static/light.css +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/supervisord.conf +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/compound_explorer/Dockerfile +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/compound_explorer/README.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/compound_explorer/app.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/compound_explorer/assets/favicon.ico +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/compound_explorer/callbacks.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/compound_explorer/explorer +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/compound_explorer/layout.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/compound_explorer/nginx.conf +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/compound_explorer/open_source_config.json +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/compound_explorer/requirements.txt +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/compound_explorer/storage/callbacks.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/compound_explorer/storage/callbacks_new.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/compound_explorer/storage/layout_new.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/applications/compound_explorer/supervisord.conf +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/aws_account_check.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/aws_identity_check.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/build_ml_pipeline.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/compound_explorer/.gitignore +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/compound_explorer/README.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/compound_explorer/app.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/compound_explorer/cdk.json +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/compound_explorer/compound_explorer/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/compound_explorer/compound_explorer/compound_explorer_stack.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/compound_explorer/requirements.txt +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/event_bridge/Readme.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/event_bridge/dynamic_docker/Readme.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/event_bridge/dynamic_docker/app.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/event_bridge/dynamic_docker/cdk.json +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/event_bridge/dynamic_docker/lambda/lambda_replace_task.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/event_bridge/dynamic_docker/workbench_image_update_stack.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/workbench_core/.gitignore +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/workbench_core/README.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/workbench_core/app.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/workbench_core/cdk.json +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/workbench_core/requirements-dev.txt +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/workbench_core/requirements.txt +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/workbench_core/source.bat +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/workbench_core/workbench_core/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/workbench_dashboard_full/.gitignore +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/workbench_dashboard_full/README.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/workbench_dashboard_full/app.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/workbench_dashboard_full/cdk.json +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/workbench_dashboard_full/requirements-dev.txt +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/workbench_dashboard_full/requirements.txt +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/workbench_dashboard_full/source.bat +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/workbench_dashboard_stack.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/workbench_dashboard_lite/.gitignore +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/workbench_dashboard_lite/README.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/workbench_dashboard_lite/app.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/workbench_dashboard_lite/cdk.json +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/workbench_dashboard_lite/requirements.txt +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/workbench_dashboard_stack.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/data/abalone.csv +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/data/karate_graph.json +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/data/test_data.csv +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/data/test_data.json +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/data/wine_dataset.csv +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/deploy_docker.sh +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/admin/aws_service_limits.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/admin/base_docker_push.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/admin/dashboard_docker_push.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/admin/dashboard_s3_plugins.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/admin/explorer_docker_push.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/admin/images/dashboard_secret_click.png +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/admin/images/serverless_quotas.png +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/admin/images/status_showing_S3_path.png +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/admin/pypi_release.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/admin/workbench_docker_for_lambdas.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/api_classes/data_source.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/api_classes/df_store.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/api_classes/endpoint.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/api_classes/feature_set.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/api_classes/meta.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/api_classes/model.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/api_classes/monitor.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/api_classes/overview.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/api_classes/parameter_store.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/api_classes/pipelines.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/api_classes/views.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/aws_setup/aws_access_management.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/aws_setup/aws_client_vpn.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/aws_setup/aws_setup.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/aws_setup/aws_tips_and_tricks.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/aws_setup/core_stack.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/aws_setup/dashboard_stack.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/aws_setup/domain_cert_setup.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/aws_setup/full_pipeline.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/aws_setup/iam_assume_role.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/aws_setup/sso_assume_role.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/blogs/aws_credentials_lock.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/blogs/canonicalization_and_tautomerization.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/blogs/compound_etl.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/blogs/compound_explorer.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/blogs/descriptor_drilldown.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/blogs/eda.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/blogs/feature_importances.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/blogs/fun_with_workbench/fun_with_endpoints.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/blogs/htg.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/blogs/index.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/blogs/model_monitoring.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/blogs/residual_analysis.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/cached/cached_data_source.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/cached/cached_endpoint.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/cached/cached_feature_set.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/cached/cached_meta.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/cached/cached_model.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/cached/overview.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/chem_utils/index.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/cloudwatch/index.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/comparisons/workbench_vs_databricks.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/compound_explorer/tox21.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/compound_explorer/toxicity_modeling.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/core_classes/artifacts/artifact.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/core_classes/artifacts/athena_source.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/core_classes/artifacts/data_source_abstract.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/core_classes/artifacts/endpoint_core.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/core_classes/artifacts/feature_set_core.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/core_classes/artifacts/model_core.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/core_classes/artifacts/monitor_core.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/core_classes/artifacts/overview.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/core_classes/overview.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/core_classes/transforms/data_loaders_heavy.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/core_classes/transforms/data_loaders_light.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/core_classes/transforms/data_to_features.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/core_classes/transforms/features_to_model.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/core_classes/transforms/model_to_endpoint.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/core_classes/transforms/overview.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/core_classes/transforms/pandas_transforms.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/core_classes/transforms/transform.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/core_classes/views/computation_view.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/core_classes/views/display_view.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/core_classes/views/inference_view.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/core_classes/views/overview.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/core_classes/views/training_view.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/data_algorithms/dataframes/overview.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/data_algorithms/graphs/overview.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/data_algorithms/overview.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/data_algorithms/spark/overview.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/data_algorithms/sql/overview.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/enterprise/index.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/enterprise/private_saas.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/enterprise/project_branding.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/enterprise/themes.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/getting_started/index.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/glue/index.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/images/big_spider.png +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/images/graph_representation.png +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/images/powered_aws_dark_blue.png +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/images/powered_aws_transparent.png +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/images/powered_aws_white.png +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/images/powered_aws_with_tm_grey.png +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/images/scp.png +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/images/scp_labs.png +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/images/small_spider.png +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/images/workbench_concepts.png +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/index.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/lambda_layer/index.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/misc/faq.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/misc/general_info.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/misc/scp_consulting.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/misc/workbench_classes_concepts.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/model_utils/index.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/plugins/index.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/presentations/index.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/release_notes/0_8_106.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/release_notes/0_8_158.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/release_notes/0_8_50.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/release_notes/0_8_55.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/release_notes/0_8_58.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/release_notes/0_8_60.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/release_notes/0_8_71.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/release_notes/0_8_74.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/release_notes/0_8_78.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/release_notes/archived/0_7_8.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/release_notes/archived/0_8_11.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/release_notes/archived/0_8_20.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/release_notes/archived/0_8_22.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/release_notes/archived/0_8_23.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/release_notes/archived/0_8_27.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/release_notes/archived/0_8_29.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/release_notes/archived/0_8_33.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/release_notes/archived/0_8_35.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/release_notes/archived/0_8_36.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/release_notes/archived/0_8_39.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/release_notes/archived/0_8_42.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/release_notes/archived/0_8_46.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/release_notes/archived/0_8_6.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/release_notes/archived/0_8_8.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/repl/index.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/road_maps/0_9_0.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/road_maps/0_9_5.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/themes/details.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/docs/themes/index.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/ag-grid/hello_world.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/chem_utils/canonicalize_smiles.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/chem_utils/tautomerize_smiles.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/datasource/datasource_from_df.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/datasource/datasource_from_s3.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/datasource/datasource_query.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/datasource/datasource_stats.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/datasource/datasource_to_featureset.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/endpoint/endpoint_details.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/endpoint/endpoint_inference.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/endpoint/endpoint_metrics.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/featureset/featureset_eda.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/featureset/featureset_query.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/full_ml_pipeline.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/glue_jobs/glue_example_1.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/glue_jobs/glue_example_2.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/glue_jobs/glue_example_3.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/glue_jobs/glue_launcher_examples/example_1.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/glue_jobs/glue_launcher_examples/example_2.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/meta/meta_list_endpoints.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/meta/meta_list_models.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/meta/meta_model_metrics.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/model_utils/model_metrics.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/model_utils/model_to_endpoint.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/model_utils/onboard_model.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/models/custom_model.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/models/dbscan.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/models/knn.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/models/random_forest.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/models/uq/bayesian_ridge.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/models/uq/ensemble_xgb.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/models/uq/gaussian_process.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/models/uq/mapie_xgb.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/models/uq/meta_uq.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/models/uq/ngboost.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/models/uq/quant_xgb.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/monitor/monitor_setup.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/monitor/monitor_usage.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/pipelines/abalone_pipeline_v1.json +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/pipelines/abalone_pipeline_v2.json +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/pipelines/aqsol_pipeline_v1.json +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/pipelines/pipeline_details.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/pipelines/pipeline_execute.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/pipelines/pipeline_manager.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/plugins/branding/Readme.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/plugins/branding/scp.json +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/plugins/components/custom_plugin.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/plugins/components/endpoint_plugin.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/plugins/components/endpoint_turbo.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/plugins/components/model_markdown.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/plugins/components/model_plugin.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/plugins/packages/my_plugin_utils/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/plugins/packages/my_plugin_utils/assets/foo.json +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/plugins/packages/my_plugin_utils/cool_stuff.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/plugins/pages/plugin_page_1.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/plugins/pages/plugin_page_2.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/plugins/pages/plugin_page_3.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/plugins/templates/Readme.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/plugins/views/model_plugin_view.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/plugins/views/my_view_plugin.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/storage/data_to_data.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/storage/data_to_features.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/storage/endpoint_inference.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/storage/hello_world_pipeline.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/storage/plugin_page_example.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/storage/sagemaker_pipelines/all_steps.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/storage/sagemaker_pipelines/hello.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/storage/sagemaker_pipelines/ml_pipeline.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/storage/sagemaker_pipelines/storage/full_pipeline_experiment/data_source.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/storage/sagemaker_pipelines/storage/full_pipeline_experiment/endpoint.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/storage/sagemaker_pipelines/storage/full_pipeline_experiment/feature_set.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/storage/sagemaker_pipelines/storage/full_pipeline_experiment/ml_pipeline.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/examples/storage/sagemaker_pipelines/storage/full_pipeline_experiment/model.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/experiments/chem_info/bulk_sims.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/experiments/chem_info/knn_sims.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/experiments/confidence_roc_curve.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/experiments/coverage_probability.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/experiments/log_testing.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/experiments/neighbor_outliers.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/experiments/networkx_id.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/experiments/prediction_intervals.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/experiments/quantile_regression.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/experiments/quantile_regression_2.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/experiments/regression_confidence.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/experiments/residual_analysis.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/experiments/rocauc_testing.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/experiments/scatter_zoom_issue.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/experiments/sol_pipeline.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/glue_jobs/create_glue_workflow_with_trigger.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/glue_jobs/example_glue_job.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/glue_jobs/glue_job_pipeline.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/glue_jobs/glue_mixed_case.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/mkdocs.yml +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/model_docker_images/Readme.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/model_docker_images/inference/Dockerfile +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/model_docker_images/inference/main.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/model_docker_images/inference/requirements.txt +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/model_docker_images/inference/serve +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/model_docker_images/meta_endpoint/Dockerfile +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/model_docker_images/meta_endpoint/main.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/model_docker_images/meta_endpoint/requirements.txt +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/model_docker_images/meta_endpoint/serve +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/model_docker_images/pytorch_inference/Dockerfile +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/model_docker_images/pytorch_inference/main.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/model_docker_images/pytorch_inference/requirements.txt +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/model_docker_images/pytorch_inference/serve +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/model_docker_images/pytorch_training/Dockerfile +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/model_docker_images/pytorch_training/requirements.txt +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/model_docker_images/pytorch_training/sagemaker_entrypoint.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/model_docker_images/scripts/build_deploy.sh +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/model_docker_images/tests/data/abalone_sm.csv +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/model_docker_images/tests/example_model_script.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/model_docker_images/tests/run_tests.sh +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/model_docker_images/tests/test_inference.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/model_docker_images/tests/test_training.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/model_docker_images/training/Dockerfile +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/model_docker_images/training/requirements.txt +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/model_docker_images/training/sagemaker_entrypoint.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/model_docker_images/workbench_inference/Dockerfile +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/model_docker_images/workbench_inference/main.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/model_docker_images/workbench_inference/requirements.txt +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/model_docker_images/workbench_inference/serve +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/notebooks/Inference_On_Legacy_Models.ipynb +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/notebooks/ML_Pipeline_with_Workbench.ipynb +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/notebooks/ML_Pipeline_with_Workbench_2.ipynb +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/notebooks/Outliers_in_Workbench.ipynb +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/notebooks/Regression_Confidence_Experiments.ipynb +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/notebooks/Residual_Analysis.ipynb +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/notebooks/images/athena_query_aqsol.png +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/notebooks/images/aws_dashboard_aqsol.png +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/notebooks/images/dashboard_aqsol_features.png +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/notebooks/images/model_screenshot.png +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/notebooks/images/scp_labs.png +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/presentations/README.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/pyproject.toml +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/active_logs.sh +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/admin/athena_ddl_mixed_case.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/admin/check_all_glue_tables.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/admin/db_scan_test.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/admin/delete_invalid_views.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/admin/delete_redis_keys.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/admin/list_datacatalog.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/admin/migration/copy_glue_database.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/admin/migration/delete_sageworks_glue_database.sh +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/admin/migration/ds_migrate.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/admin/migration/endpoint_migrate.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/admin/migration/fs_migrate.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/admin/migration/model_migrate.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/admin/pull_image_digest.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/admin/redis_reaper.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/admin/spam_list_tags.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/admin/storage/convert_training_views.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/admin/storage/migrate_data_source_via_df.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/admin/storage/migrate_ds_meta.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/ag_table_row_selection.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/compare_dataframes.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/compare_model_packages.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/endpoint_inference_launch.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/endpoint_timing/endpoint_timing.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/endpoint_timing/endpoint_timing_old.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/endpoint_timing/timing_plot.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/find_smiles_issues.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/get_tags.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/instantiation_timings.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/llm_deploys/deepseek_deploy.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/model_cache_refresh.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/model_endpoint_sanity_check.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/model_to_endpoint_debugging.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/monitor_event_bridge.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/onboard_endpoints.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/onboard_models.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/pipeline_model_endpoint.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/pubchem/pubchem_example.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/pubchem/pubchem_query.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/pubchem/pubchem_query_with_cid.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/seaborn_to_plotly.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/storage/dns_data_to_features.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/storage/generate_jsonl_data.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/test_feature_resolution.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/test_no_workbench_config.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/tox21/test_tox_heuristic.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/scripts/tox21/tox21_to_df_store.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/setup.cfg +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/algorithms/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/algorithms/dataframe/Readme.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/algorithms/dataframe/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/algorithms/dataframe/data_source_eda.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/algorithms/dataframe/feature_space_proximity.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/algorithms/dataframe/fingerprint_proximity.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/algorithms/dataframe/projection_2d.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/algorithms/dataframe/proximity.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/algorithms/dataframe/storage/aggregation.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/algorithms/dataframe/storage/feature_resolution.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/algorithms/dataframe/storage/feature_spider.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/algorithms/dataframe/storage/residuals_calculator.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/algorithms/dataframe/storage/row_tagger.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/algorithms/dataframe/storage/target_gradients.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/algorithms/graph/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/algorithms/graph/heavy/Readme.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/algorithms/graph/light/Readme.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/algorithms/graph/light/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/algorithms/graph/light/proximity_graph.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/algorithms/spark/Readme.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/algorithms/sql/Readme.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/algorithms/sql/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/algorithms/sql/column_stats.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/algorithms/sql/correlations.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/algorithms/sql/descriptive_stats.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/algorithms/sql/outliers.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/algorithms/sql/sample_rows.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/algorithms/sql/value_counts.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/api/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/api/compound.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/api/data_source.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/api/df_store.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/api/endpoint.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/api/graph_store.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/api/meta.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/api/model.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/api/monitor.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/api/pipeline.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/cached/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/cached/cached_data_source.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/cached/cached_endpoint.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/cached/cached_feature_set.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/cached/cached_meta.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/cached/cached_model.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/cached/cached_pipeline.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/artifacts/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/artifacts/artifact.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/artifacts/athena_source.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/artifacts/cached_artifact_mixin.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/artifacts/data_source_abstract.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/artifacts/data_source_factory.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/artifacts/endpoint_core.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/artifacts/feature_set_core.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/artifacts/monitor_core.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/cloud_platform/aws/README.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/cloud_platform/aws/aws_account_clamp.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/cloud_platform/aws/aws_df_store.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/cloud_platform/aws/aws_graph_store.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/cloud_platform/aws/aws_meta.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/cloud_platform/aws/aws_parameter_store.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/cloud_platform/aws/aws_secrets_manager.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/cloud_platform/aws/aws_session.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/cloud_platform/aws/cache_dataframe.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/cloud_platform/azure/README.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/cloud_platform/cloud_meta.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/cloud_platform/gcp/README.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/pipelines/pipeline_executor.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/Readme.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/data_loaders/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/data_loaders/heavy/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/data_loaders/heavy/s3_heavy_to_data_source.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/data_loaders/light/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/data_loaders/light/csv_to_data_source.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/data_loaders/light/json_to_data_source.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/data_loaders/light/s3_to_data_source_light.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/data_to_data/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/data_to_data/heavy/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/data_to_data/heavy/emr/Readme.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/data_to_data/heavy/glue/Readme.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/data_to_data/light/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/data_to_data/light/clean_data.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/data_to_data/light/data_to_data_light.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/data_to_features/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/data_to_features/heavy/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/data_to_features/heavy/chunk/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/data_to_features/heavy/chunk/data_to_features_chunk.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/data_to_features/heavy/emr/Readme.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/data_to_features/heavy/glue/Readme.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/data_to_features/heavy/storage/data_to_features_heavy_old.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/data_to_features/light/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/data_to_features/light/data_to_features_light.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/data_to_features/light/molecular_descriptors.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/features_to_features/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/features_to_features/heavy/emr/Readme.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/features_to_features/heavy/glue/Readme.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/features_to_model/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/model_to_endpoint/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/model_to_endpoint/model_to_endpoint.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/pandas_transforms/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/pandas_transforms/data_to_pandas.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/pandas_transforms/features_to_pandas.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/pandas_transforms/pandas_to_data.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/pandas_transforms/pandas_to_features.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/pandas_transforms/pandas_to_features_chunked.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/transforms/transform.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/views/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/views/column_subset_view.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/views/computation_view.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/views/create_view.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/views/display_view.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/views/inference_view.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/views/pandas_to_view.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/views/storage/mdq_view.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/views/training_view.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/views/view.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/core/views/view_utils.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/custom_models/chem_info/Readme.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/custom_models/chem_info/local_utils.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/custom_models/chem_info/molecular_descriptors.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/custom_models/chem_info/morgan_fingerprints.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/custom_models/chem_info/requirements.txt +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/custom_models/chem_info/tautomerize.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/custom_models/meta_endpoints/example.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/custom_models/network_security/Readme.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/custom_models/proximity/Readme.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/custom_models/proximity/feature_space_proximity.template +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/custom_models/proximity/generated_model_script.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/custom_models/proximity/proximity.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/custom_models/proximity/requirements.txt +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/custom_models/uq_models/Readme.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/custom_models/uq_models/bayesian_ridge.template +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/custom_models/uq_models/ensemble_xgb.template +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/custom_models/uq_models/gaussian_process.template +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/custom_models/uq_models/generated_model_script.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/custom_models/uq_models/mapie_xgb.template +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/custom_models/uq_models/meta_uq.template +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/custom_models/uq_models/ngboost.template +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/custom_models/uq_models/proximity.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/custom_models/uq_models/requirements.txt +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/custom_script_example/custom_model_script.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/custom_script_example/requirements.txt +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/ensemble_xgb/ensemble_xgb.template +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/ensemble_xgb/generated_model_script.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/ensemble_xgb/requirements.txt +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/pytorch_model/requirements.txt +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/quant_regression/quant_regression.template +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/quant_regression/requirements.txt +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/scikit_learn/generated_model_script.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/scikit_learn/requirements.txt +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/scikit_learn/scikit_learn.template +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/xgb_model/generated_model_script.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/xgb_model/requirements.txt +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/xgb_model/xgb_model.template +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/repl/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/repl/workbench_shell.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/resources/open_source_api.key +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/resources/signature_verify_pub.pem +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/scripts/check_double_bond_stereo.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/scripts/glue_launcher.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/scripts/monitor_cloud_watch.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/scripts/redis_expire.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/scripts/redis_report.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/scripts/show_config.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/themes/dark/base_css.url +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/themes/dark/custom.css +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/themes/dark/plotly.json +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/themes/light/base_css.url +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/themes/light/branding.json +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/themes/light/custom.css +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/themes/light/plotly.json +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/themes/midnight_blue/base_css.url +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/themes/midnight_blue/branding.json +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/themes/midnight_blue/custom.css +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/themes/midnight_blue/plotly.json +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/themes/quartz/base_css.url +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/themes/quartz/custom.css +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/themes/quartz/plotly.json +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/themes/quartz_dark/base_css.url +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/themes/quartz_dark/custom.css +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/themes/quartz_dark/plotly.json +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/__init__.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/ai_compound_generator.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/ai_summary.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/ai_synth.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/athena_utils.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/aws_utils.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/bulk_utils.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/cache.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/chem_utils.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/cloudwatch_handler.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/color_utils.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/config_manager.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/dashboard_metrics.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/datetime_utils.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/deprecated_utils.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/df_to_endpoint.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/ecs_info.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/endpoint_metrics.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/endpoint_utils.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/execution_environment.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/extract_model_artifact.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/fast_inference.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/glue_utils.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/graph_utils.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/ipython_utils.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/json_utils.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/lambda_utils.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/license_manager.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/log_utils.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/markdown_utils.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/model_utils.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/monitor_utils.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/pandas_utils.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/performance_utils.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/pipeline_utils.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/plot_utils.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/plugin_manager.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/prox_utils.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/redis_cache.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/repl_utils.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/resource_utils.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/s3_utils.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/shap_utils.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/shapley_values.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/symbols.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/test_data_generator.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/theme_manager.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/trace_calls.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/type_abbrev.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/workbench_cache.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/workbench_event_bridge.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/workbench_logging.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/workbench_sqs.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/utils/xgboost_model_utils.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/components/component_interface.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/components/correlation_matrix.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/components/data_details_markdown.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/components/endpoint_metric_plots.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/components/experiments/dashboard_metric_plots.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/components/experiments/outlier_plot.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/components/model_plot.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/components/plugin_interface.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/components/plugin_unit_test.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/components/plugins/ag_table.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/components/plugins/confusion_matrix.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/components/plugins/dashboard_status.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/components/plugins/data_details.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/components/plugins/endpoint_details.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/components/plugins/generated_compounds.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/components/plugins/graph_plot.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/components/plugins/license_details.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/components/plugins/model_details.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/components/plugins/molecule_panel.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/components/plugins/molecule_viewer.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/components/plugins/pipeline_details.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/components/plugins/proximity_mini_graph.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/components/plugins/scatter_plot.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/components/plugins/shap_summary_plot.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/components/regression_plot.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/components/violin_plots.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/page_views/data_sources_page_view.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/page_views/endpoints_page_view.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/page_views/feature_sets_page_view.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/page_views/main_page.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/page_views/models_page_view.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/page_views/page_view.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench/web_interface/page_views/pipelines_page_view.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench.egg-info/SOURCES.txt +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench.egg-info/dependency_links.txt +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench.egg-info/entry_points.txt +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench.egg-info/requires.txt +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/src/workbench.egg-info/top_level.txt +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/README.md +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/artifacts/data_source_tests.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/artifacts/empty_model_group.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/artifacts/endpoint_tests.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/artifacts/featureset_tests.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/artifacts/graph_tests.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/artifacts/model_metrics_tests.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/artifacts/model_tests.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/aws_account/aws_account_clamp_tests.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/cached/cached_artifact_tests.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/chem_info/test_canonicalize.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/chem_info/test_tautomerization.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/corner_cases/end_to_end.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/create_test_artifacts/100_percent_models.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/create_test_artifacts/create_aqsol_artifacts.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/create_test_artifacts/create_aqsol_rt_artifacts.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/create_test_artifacts/create_aqsol_uq_artifacts.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/create_test_artifacts/create_basic_test_artifacts.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/create_test_artifacts/create_copy_artifacts.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/create_test_artifacts/create_empty_model_group.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/create_test_artifacts/create_endpoints_for_timing.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/create_test_artifacts/create_graph_artifacts.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/create_test_artifacts/create_knn_artifacts.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/create_test_artifacts/create_meta_endpoints.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/create_test_artifacts/create_pipeline_model.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/create_test_artifacts/create_proximity_models.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/create_test_artifacts/create_quant_regression_artifacts.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/create_test_artifacts/create_realtime_endpoint.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/create_test_artifacts/create_training_adjusted_artifacts.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/create_test_artifacts/create_wine_artifacts.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/create_test_artifacts/delete_stress_test_artifacts.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/create_test_artifacts/delete_test_artifacts.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/create_test_artifacts/regression_ensemble.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/create_test_artifacts/stress_test_aws.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/df_store/df_store_tests.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/lambda/decompress_layers.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/pandas_tests/test_drift.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/parameter_store/param_store_tests.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/plugin_tests/crashing_plugin.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/pytorch/pytorch_hello.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/requirements-dev.txt +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/specific/capital_tests.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/specific/column_changes.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/specific/config_manager.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/specific/deletion_tests.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/specific/shap_tests.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/transforms/data_to_data_tests.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/transforms/data_to_features_tests.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/transforms/features_to_model_tests.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/transforms/model_to_endpoint_tests.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/transforms/pandas_to_data_tests.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/transforms/pandas_to_features_test.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/views/view_tests.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/views/view_tests_complex.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/web_components/confusion_matrix_test.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/web_components/correlation_matrix_test.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/web_components/graph_plot_test.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/web_components/plugin_interface_test.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tests/web_components/scatter_plot_test.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/tox.ini +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/ui_testing/assets/custom.css +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/ui_testing/table_comparison.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/ui_testing/theme_switching.py +0 -0
- {workbench-0.8.160 → workbench-0.8.162}/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.162
|
|
4
4
|
Summary: Workbench: A Dashboard and Python API for creating and deploying AWS SageMaker Model Pipelines
|
|
5
5
|
Author-email: SuperCowPowers LLC <support@supercowpowers.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -727,6 +727,7 @@ class WorkbenchCoreStack(Stack):
|
|
|
727
727
|
self.glue_databases_read(),
|
|
728
728
|
self.athena_read(),
|
|
729
729
|
self.cloudwatch_logs(),
|
|
730
|
+
self.parameter_store_discover(),
|
|
730
731
|
self.parameter_store_read(),
|
|
731
732
|
]
|
|
732
733
|
|
|
@@ -746,6 +747,7 @@ class WorkbenchCoreStack(Stack):
|
|
|
746
747
|
self.glue_databases_full(),
|
|
747
748
|
self.athena_read(),
|
|
748
749
|
self.cloudwatch_logs(),
|
|
750
|
+
self.parameter_store_discover(),
|
|
749
751
|
self.parameter_store_full(),
|
|
750
752
|
]
|
|
751
753
|
|
|
@@ -766,7 +768,8 @@ class WorkbenchCoreStack(Stack):
|
|
|
766
768
|
self.featurestore_discovery(),
|
|
767
769
|
self.featurestore_full(),
|
|
768
770
|
self.cloudwatch_logs(),
|
|
769
|
-
self.
|
|
771
|
+
self.parameter_store_discover(),
|
|
772
|
+
self.parameter_store_read(),
|
|
770
773
|
]
|
|
771
774
|
return iam.ManagedPolicy(
|
|
772
775
|
self,
|
|
@@ -785,6 +788,7 @@ class WorkbenchCoreStack(Stack):
|
|
|
785
788
|
self.featurestore_discovery(),
|
|
786
789
|
self.featurestore_full(),
|
|
787
790
|
self.cloudwatch_logs(),
|
|
791
|
+
self.parameter_store_discover(),
|
|
788
792
|
self.parameter_store_full(),
|
|
789
793
|
]
|
|
790
794
|
return iam.ManagedPolicy(
|
|
@@ -823,6 +827,7 @@ class WorkbenchCoreStack(Stack):
|
|
|
823
827
|
self.models_discovery(),
|
|
824
828
|
self.models_read(),
|
|
825
829
|
self.cloudwatch_logs(),
|
|
830
|
+
self.parameter_store_discover(),
|
|
826
831
|
self.parameter_store_read(),
|
|
827
832
|
]
|
|
828
833
|
return iam.ManagedPolicy(
|
|
@@ -843,6 +848,7 @@ class WorkbenchCoreStack(Stack):
|
|
|
843
848
|
self.cloudwatch_metrics(),
|
|
844
849
|
self.cloudwatch_logs(),
|
|
845
850
|
self.sagemaker_pass_role_policy(),
|
|
851
|
+
self.parameter_store_discover(),
|
|
846
852
|
self.parameter_store_full(),
|
|
847
853
|
]
|
|
848
854
|
return iam.ManagedPolicy(
|
|
@@ -859,6 +865,7 @@ class WorkbenchCoreStack(Stack):
|
|
|
859
865
|
self.endpoint_read(),
|
|
860
866
|
self.endpoint_monitoring_discovery(),
|
|
861
867
|
self.cloudwatch_logs(),
|
|
868
|
+
self.parameter_store_discover(),
|
|
862
869
|
self.parameter_store_read(),
|
|
863
870
|
]
|
|
864
871
|
return iam.ManagedPolicy(
|
|
@@ -878,6 +885,7 @@ class WorkbenchCoreStack(Stack):
|
|
|
878
885
|
self.endpoint_monitoring_schedules(),
|
|
879
886
|
self.cloudwatch_metrics(),
|
|
880
887
|
self.cloudwatch_logs(),
|
|
888
|
+
self.parameter_store_discover(),
|
|
881
889
|
self.parameter_store_full(),
|
|
882
890
|
]
|
|
883
891
|
return iam.ManagedPolicy(
|
|
@@ -7,7 +7,7 @@ feature_list = model.features()
|
|
|
7
7
|
target = model.target()
|
|
8
8
|
|
|
9
9
|
# Recreate Flag in case you want to recreate the artifacts
|
|
10
|
-
recreate =
|
|
10
|
+
recreate = True
|
|
11
11
|
|
|
12
12
|
# PyTorch Regression Model
|
|
13
13
|
if recreate or not Model("aqsol-pytorch-reg").exists():
|
|
@@ -20,6 +20,7 @@ if recreate or not Model("aqsol-pytorch-reg").exists():
|
|
|
20
20
|
target_column=target,
|
|
21
21
|
description="PyTorch Regression Model for AQSol",
|
|
22
22
|
tags=["pytorch", "molecular descriptors"],
|
|
23
|
+
hyperparameters={"training_config": {"max_epochs": 150}, "model_config": {"layers": "128-64-32"}},
|
|
23
24
|
)
|
|
24
25
|
m.set_owner("BW")
|
|
25
26
|
|
|
@@ -43,6 +44,7 @@ if recreate or not Model("aqsol-pytorch-class").exists():
|
|
|
43
44
|
target_column="solubility_class",
|
|
44
45
|
description="PyTorch Classification Model for AQSol",
|
|
45
46
|
tags=["pytorch", "molecular descriptors"],
|
|
47
|
+
hyperparameters={"training_config": {"max_epochs": 150}, "model_config": {"layers": "256-128-64"}},
|
|
46
48
|
)
|
|
47
49
|
m.set_owner("BW")
|
|
48
50
|
m.set_class_labels(["low", "medium", "high"])
|
|
@@ -61,6 +61,17 @@ TEMPLATE_PARAMS = {
|
|
|
61
61
|
"compressed_features": [],
|
|
62
62
|
"model_metrics_s3_path": "s3://sandbox-sageworks-artifacts/models/aqsol-pytorch-reg/training",
|
|
63
63
|
"train_all_data": False,
|
|
64
|
+
"hyperparameters": {
|
|
65
|
+
"learning_rate": 0.001,
|
|
66
|
+
"batch_size": 64,
|
|
67
|
+
"max_epochs": 100,
|
|
68
|
+
"early_stopping_patience": 10,
|
|
69
|
+
"layers": "512-256",
|
|
70
|
+
"activation": "ReLU",
|
|
71
|
+
"dropout": 0.1,
|
|
72
|
+
"use_batch_norm": True,
|
|
73
|
+
"initialization": "kaiming",
|
|
74
|
+
},
|
|
64
75
|
}
|
|
65
76
|
|
|
66
77
|
|
|
@@ -342,6 +353,7 @@ if __name__ == "__main__":
|
|
|
342
353
|
model_type = TEMPLATE_PARAMS["model_type"]
|
|
343
354
|
model_metrics_s3_path = TEMPLATE_PARAMS["model_metrics_s3_path"]
|
|
344
355
|
train_all_data = TEMPLATE_PARAMS["train_all_data"]
|
|
356
|
+
hyperparameters = TEMPLATE_PARAMS["hyperparameters"]
|
|
345
357
|
validation_split = 0.2
|
|
346
358
|
|
|
347
359
|
# Script arguments for input/output directories
|
|
@@ -402,21 +414,7 @@ if __name__ == "__main__":
|
|
|
402
414
|
categorical_cols=categorical_cols,
|
|
403
415
|
)
|
|
404
416
|
|
|
405
|
-
|
|
406
|
-
auto_lr_find=True,
|
|
407
|
-
batch_size=min(1024, len(df_train) // 4),
|
|
408
|
-
max_epochs=100,
|
|
409
|
-
early_stopping="valid_loss",
|
|
410
|
-
early_stopping_patience=15,
|
|
411
|
-
checkpoints="valid_loss",
|
|
412
|
-
accelerator="auto",
|
|
413
|
-
progress_bar="none",
|
|
414
|
-
gradient_clip_val=1.0,
|
|
415
|
-
)
|
|
416
|
-
|
|
417
|
-
optimizer_config = OptimizerConfig()
|
|
418
|
-
|
|
419
|
-
# Choose model configuration based on model type
|
|
417
|
+
# Choose the 'task' based on model type also set up the label encoder if needed
|
|
420
418
|
if model_type == "classifier":
|
|
421
419
|
task = "classification"
|
|
422
420
|
# Encode the target column
|
|
@@ -427,26 +425,50 @@ if __name__ == "__main__":
|
|
|
427
425
|
task = "regression"
|
|
428
426
|
label_encoder = None
|
|
429
427
|
|
|
428
|
+
# Use any hyperparameters to set up both the trainer and model configurations
|
|
429
|
+
print(f"Hyperparameters: {hyperparameters}")
|
|
430
|
+
|
|
431
|
+
# Set up PyTorch Tabular configuration with defaults
|
|
432
|
+
trainer_defaults = {
|
|
433
|
+
"auto_lr_find": True,
|
|
434
|
+
"batch_size": min(1024, max(32, len(df_train) // 4)),
|
|
435
|
+
"max_epochs": 100,
|
|
436
|
+
"early_stopping": "valid_loss",
|
|
437
|
+
"early_stopping_patience": 15,
|
|
438
|
+
"checkpoints": "valid_loss",
|
|
439
|
+
"accelerator": "auto",
|
|
440
|
+
"progress_bar": "none",
|
|
441
|
+
"gradient_clip_val": 1.0,
|
|
442
|
+
}
|
|
443
|
+
|
|
444
|
+
# Override defaults with any provided hyperparameters for trainer
|
|
445
|
+
trainer_params = {**trainer_defaults, **{k: v for k, v in hyperparameters.items() if k in trainer_defaults}}
|
|
446
|
+
trainer_config = TrainerConfig(**trainer_params)
|
|
447
|
+
|
|
448
|
+
# Model config defaults
|
|
449
|
+
model_defaults = {
|
|
450
|
+
"layers": "1024-512-512",
|
|
451
|
+
"activation": "ReLU",
|
|
452
|
+
"learning_rate": 1e-3,
|
|
453
|
+
"dropout": 0.1,
|
|
454
|
+
"use_batch_norm": True,
|
|
455
|
+
"initialization": "kaiming",
|
|
456
|
+
}
|
|
457
|
+
# Override defaults with any provided hyperparameters for model
|
|
458
|
+
model_params = {**model_defaults, **{k: v for k, v in hyperparameters.items() if k in model_defaults}}
|
|
430
459
|
# Use CategoryEmbedding for both regression and classification tasks
|
|
431
|
-
model_config = CategoryEmbeddingModelConfig(
|
|
432
|
-
|
|
433
|
-
layers="1024-512-512",
|
|
434
|
-
activation="ReLU",
|
|
435
|
-
learning_rate=1e-3,
|
|
436
|
-
dropout=0.1,
|
|
437
|
-
use_batch_norm=True,
|
|
438
|
-
initialization="kaiming",
|
|
439
|
-
)
|
|
460
|
+
model_config = CategoryEmbeddingModelConfig(task=task, **model_params)
|
|
461
|
+
optimizer_config = OptimizerConfig()
|
|
440
462
|
|
|
441
|
-
|
|
463
|
+
#####################################
|
|
464
|
+
# Create and train the TabularModel #
|
|
465
|
+
#####################################
|
|
442
466
|
tabular_model = TabularModel(
|
|
443
467
|
data_config=data_config,
|
|
444
468
|
model_config=model_config,
|
|
445
469
|
optimizer_config=optimizer_config,
|
|
446
470
|
trainer_config=trainer_config,
|
|
447
471
|
)
|
|
448
|
-
|
|
449
|
-
# Train the model
|
|
450
472
|
tabular_model.fit(train=df_train, validation=df_val)
|
|
451
473
|
|
|
452
474
|
# Make Predictions on the Validation Set
|
|
@@ -108,6 +108,7 @@ class FeatureSet(FeatureSetCore):
|
|
|
108
108
|
training_image (str, optional): The training image to use (default: "xgb_training")
|
|
109
109
|
inference_image (str, optional): The inference image to use (default: "xgb_inference")
|
|
110
110
|
inference_arch (str, optional): The architecture to use for inference (default: "x86_64")
|
|
111
|
+
kwargs (dict, optional): Additional keyword arguments to pass to the model
|
|
111
112
|
|
|
112
113
|
Returns:
|
|
113
114
|
Model: The Model created from the FeatureSet (or None if the Model could not be created)
|
|
@@ -133,3 +133,8 @@ if __name__ == "__main__":
|
|
|
133
133
|
# Out of scope tests
|
|
134
134
|
param_store.upsert("test", "value")
|
|
135
135
|
param_store.delete("test")
|
|
136
|
+
|
|
137
|
+
# Recursive delete test
|
|
138
|
+
param_store.upsert("/workbench/test/test1", "value1")
|
|
139
|
+
param_store.upsert("/workbench/test/test2", "value2")
|
|
140
|
+
param_store.delete_recursive("workbench/test/")
|
|
@@ -926,15 +926,15 @@ class ModelCore(Artifact):
|
|
|
926
926
|
wr.s3.delete_objects(s3_delete_path, boto3_session=cls.boto3_session)
|
|
927
927
|
|
|
928
928
|
# Delete any dataframes that were stored in the Dataframe Cache
|
|
929
|
-
cls.log.info("Deleting Dataframe Cache...")
|
|
929
|
+
cls.log.info("Deleting Dataframe Cache Entries...")
|
|
930
930
|
cls.df_cache.delete_recursive(model_group_name)
|
|
931
931
|
|
|
932
932
|
# Delete any dataframes that were stored in the Dataframe Store
|
|
933
|
-
cls.log.info("Deleting Dataframe Store...")
|
|
933
|
+
cls.log.info("Deleting Dataframe Store Entries...")
|
|
934
934
|
cls.df_store.delete_recursive(f"workbench/models/{model_group_name}")
|
|
935
935
|
|
|
936
936
|
# Delete anything we might have stored in the Parameter Store
|
|
937
|
-
cls.log.info("Deleting Parameter Store...")
|
|
937
|
+
cls.log.info("Deleting Parameter Store Entries...")
|
|
938
938
|
cls.param_store.delete_recursive(f"workbench/models/{model_group_name}")
|
|
939
939
|
|
|
940
940
|
def _set_model_type(self, model_type: ModelType):
|
|
@@ -164,6 +164,7 @@ class FeaturesToModel(Transform):
|
|
|
164
164
|
"model_metrics_s3_path": self.model_training_root,
|
|
165
165
|
"train_all_data": train_all_data,
|
|
166
166
|
"id_column": feature_set.id_column,
|
|
167
|
+
"hyperparameters": kwargs.get("hyperparameters", {}),
|
|
167
168
|
}
|
|
168
169
|
|
|
169
170
|
# Custom Script
|
|
@@ -280,11 +281,12 @@ class FeaturesToModel(Transform):
|
|
|
280
281
|
# Call the Model onboard method
|
|
281
282
|
output_model.onboard_with_args(self.model_type, self.target_column, self.model_feature_list)
|
|
282
283
|
|
|
283
|
-
def create_and_register_model(self, aws_region=None):
|
|
284
|
+
def create_and_register_model(self, aws_region=None, **kwargs):
|
|
284
285
|
"""Create and Register the Model
|
|
285
286
|
|
|
286
287
|
Args:
|
|
287
288
|
aws_region (str, optional): AWS Region to use (default None)
|
|
289
|
+
**kwargs: Additional keyword arguments to pass to the model registration
|
|
288
290
|
"""
|
|
289
291
|
|
|
290
292
|
# Get the metadata/tags to push into AWS
|
|
@@ -8,7 +8,7 @@ import numpy as np
|
|
|
8
8
|
os.environ["TORCH_FORCE_NO_WEIGHTS_ONLY_LOAD"] = "1"
|
|
9
9
|
from pytorch_tabular import TabularModel
|
|
10
10
|
from pytorch_tabular.config import DataConfig, OptimizerConfig, TrainerConfig
|
|
11
|
-
from pytorch_tabular.models import CategoryEmbeddingModelConfig
|
|
11
|
+
from pytorch_tabular.models import CategoryEmbeddingModelConfig
|
|
12
12
|
|
|
13
13
|
# Model Performance Scores
|
|
14
14
|
from sklearn.metrics import (
|
|
@@ -40,7 +40,8 @@ TEMPLATE_PARAMS = {
|
|
|
40
40
|
"features": ['molwt', 'mollogp', 'molmr', 'heavyatomcount', 'numhacceptors', 'numhdonors', 'numheteroatoms', 'numrotatablebonds', 'numvalenceelectrons', 'numaromaticrings', 'numsaturatedrings', 'numaliphaticrings', 'ringcount', 'tpsa', 'labuteasa', 'balabanj', 'bertzct'],
|
|
41
41
|
"compressed_features": [],
|
|
42
42
|
"model_metrics_s3_path": "s3://sandbox-sageworks-artifacts/models/aqsol-pytorch-class/training",
|
|
43
|
-
"train_all_data": False
|
|
43
|
+
"train_all_data": False,
|
|
44
|
+
"hyperparameters": {'training_config': {'max_epochs': 150}, 'model_config': {'layers': '256-128-64'}}
|
|
44
45
|
}
|
|
45
46
|
|
|
46
47
|
|
|
@@ -203,15 +204,6 @@ def decompress_features(
|
|
|
203
204
|
return df, decompressed_features
|
|
204
205
|
|
|
205
206
|
|
|
206
|
-
def model_fn(model_dir):
|
|
207
|
-
"""Deserialize and return fitted PyTorch Tabular model"""
|
|
208
|
-
#
|
|
209
|
-
os.environ['TEMP'] = '/tmp'
|
|
210
|
-
model_path = os.path.join(model_dir, "tabular_model")
|
|
211
|
-
model = TabularModel.load_model(model_path)
|
|
212
|
-
return model
|
|
213
|
-
|
|
214
|
-
|
|
215
207
|
def model_fn(model_dir):
|
|
216
208
|
|
|
217
209
|
# Save current working directory
|
|
@@ -343,6 +335,7 @@ if __name__ == "__main__":
|
|
|
343
335
|
model_type = TEMPLATE_PARAMS["model_type"]
|
|
344
336
|
model_metrics_s3_path = TEMPLATE_PARAMS["model_metrics_s3_path"]
|
|
345
337
|
train_all_data = TEMPLATE_PARAMS["train_all_data"]
|
|
338
|
+
hyperparameters = TEMPLATE_PARAMS["hyperparameters"]
|
|
346
339
|
validation_split = 0.2
|
|
347
340
|
|
|
348
341
|
# Script arguments for input/output directories
|
|
@@ -412,21 +405,7 @@ if __name__ == "__main__":
|
|
|
412
405
|
categorical_cols=categorical_cols,
|
|
413
406
|
)
|
|
414
407
|
|
|
415
|
-
|
|
416
|
-
auto_lr_find=True,
|
|
417
|
-
batch_size=min(1024, len(df_train) // 4),
|
|
418
|
-
max_epochs=100,
|
|
419
|
-
early_stopping="valid_loss",
|
|
420
|
-
early_stopping_patience=15,
|
|
421
|
-
checkpoints="valid_loss",
|
|
422
|
-
accelerator="auto",
|
|
423
|
-
progress_bar="none",
|
|
424
|
-
gradient_clip_val=1.0,
|
|
425
|
-
)
|
|
426
|
-
|
|
427
|
-
optimizer_config = OptimizerConfig()
|
|
428
|
-
|
|
429
|
-
# Choose model configuration based on model type
|
|
408
|
+
# Choose the 'task' based on model type also set up the label encoder if needed
|
|
430
409
|
if model_type == "classifier":
|
|
431
410
|
task = "classification"
|
|
432
411
|
# Encode the target column
|
|
@@ -437,30 +416,70 @@ if __name__ == "__main__":
|
|
|
437
416
|
task = "regression"
|
|
438
417
|
label_encoder = None
|
|
439
418
|
|
|
440
|
-
# Use
|
|
419
|
+
# Use any hyperparameters to set up both the trainer and model configurations
|
|
420
|
+
print(f"Hyperparameters: {hyperparameters}")
|
|
421
|
+
|
|
422
|
+
# Set up PyTorch Tabular configuration with defaults
|
|
423
|
+
trainer_defaults = {
|
|
424
|
+
"auto_lr_find": True,
|
|
425
|
+
"batch_size": min(1024, max(32, len(df_train) // 4)),
|
|
426
|
+
"max_epochs": 100,
|
|
427
|
+
"early_stopping": "valid_loss",
|
|
428
|
+
"early_stopping_patience": 15,
|
|
429
|
+
"checkpoints": "valid_loss",
|
|
430
|
+
"accelerator": "auto",
|
|
431
|
+
"progress_bar": "none",
|
|
432
|
+
"gradient_clip_val": 1.0,
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
# Override defaults with training_config if present
|
|
436
|
+
training_overrides = {k: v for k, v in hyperparameters.get('training_config', {}).items()
|
|
437
|
+
if k in trainer_defaults}
|
|
438
|
+
# Print overwrites
|
|
439
|
+
for key, value in training_overrides.items():
|
|
440
|
+
print(f"TRAINING CONFIG Override: {key}: {trainer_defaults[key]} → {value}")
|
|
441
|
+
trainer_params = {**trainer_defaults, **training_overrides}
|
|
442
|
+
trainer_config = TrainerConfig(**trainer_params)
|
|
443
|
+
|
|
444
|
+
# Model config defaults
|
|
445
|
+
model_defaults = {
|
|
446
|
+
"layers": "1024-512-512",
|
|
447
|
+
"activation": "ReLU",
|
|
448
|
+
"learning_rate": 1e-3,
|
|
449
|
+
"dropout": 0.1,
|
|
450
|
+
"use_batch_norm": True,
|
|
451
|
+
"initialization": "kaiming",
|
|
452
|
+
}
|
|
453
|
+
# Override defaults with model_config if present
|
|
454
|
+
model_overrides = {k: v for k, v in hyperparameters.get('model_config', {}).items()
|
|
455
|
+
if k in model_defaults}
|
|
456
|
+
# Print overwrites
|
|
457
|
+
for key, value in model_overrides.items():
|
|
458
|
+
print(f"MODEL CONFIG Override: {key}: {model_defaults[key]} → {value}")
|
|
459
|
+
model_params = {**model_defaults, **model_overrides}
|
|
460
|
+
|
|
461
|
+
# Use CategoryEmbedding model configuration for general-purpose tabular modeling.
|
|
462
|
+
# Works effectively for both regression and classification as the foundational
|
|
463
|
+
# architecture in PyTorch Tabular
|
|
441
464
|
model_config = CategoryEmbeddingModelConfig(
|
|
442
465
|
task=task,
|
|
443
|
-
|
|
444
|
-
activation="ReLU",
|
|
445
|
-
learning_rate=1e-3,
|
|
446
|
-
dropout=0.1,
|
|
447
|
-
use_batch_norm=True,
|
|
448
|
-
initialization="kaiming",
|
|
466
|
+
**model_params
|
|
449
467
|
)
|
|
468
|
+
optimizer_config = OptimizerConfig()
|
|
450
469
|
|
|
451
|
-
|
|
470
|
+
#####################################
|
|
471
|
+
# Create and train the TabularModel #
|
|
472
|
+
#####################################
|
|
452
473
|
tabular_model = TabularModel(
|
|
453
474
|
data_config=data_config,
|
|
454
475
|
model_config=model_config,
|
|
455
476
|
optimizer_config=optimizer_config,
|
|
456
477
|
trainer_config=trainer_config,
|
|
457
478
|
)
|
|
458
|
-
|
|
459
|
-
# Train the model
|
|
460
479
|
tabular_model.fit(train=df_train, validation=df_val)
|
|
461
480
|
|
|
462
481
|
# Make Predictions on the Validation Set
|
|
463
|
-
print(
|
|
482
|
+
print("Making Predictions on Validation Set...")
|
|
464
483
|
result = tabular_model.predict(df_val, include_input_features=False)
|
|
465
484
|
|
|
466
485
|
# pytorch-tabular returns predictions using f"{target}_prediction" column
|
|
@@ -554,4 +573,4 @@ if __name__ == "__main__":
|
|
|
554
573
|
|
|
555
574
|
# Save the category mappings
|
|
556
575
|
with open(os.path.join(args.model_dir, "category_mappings.json"), "w") as fp:
|
|
557
|
-
json.dump(category_mappings, fp)
|
|
576
|
+
json.dump(category_mappings, fp)
|
{workbench-0.8.160 → workbench-0.8.162}/src/workbench/model_scripts/pytorch_model/pytorch.template
RENAMED
|
@@ -40,7 +40,8 @@ TEMPLATE_PARAMS = {
|
|
|
40
40
|
"features": "{{feature_list}}",
|
|
41
41
|
"compressed_features": "{{compressed_features}}",
|
|
42
42
|
"model_metrics_s3_path": "{{model_metrics_s3_path}}",
|
|
43
|
-
"train_all_data": "{{train_all_data}}"
|
|
43
|
+
"train_all_data": "{{train_all_data}}",
|
|
44
|
+
"hyperparameters": "{{hyperparameters}}"
|
|
44
45
|
}
|
|
45
46
|
|
|
46
47
|
|
|
@@ -334,6 +335,7 @@ if __name__ == "__main__":
|
|
|
334
335
|
model_type = TEMPLATE_PARAMS["model_type"]
|
|
335
336
|
model_metrics_s3_path = TEMPLATE_PARAMS["model_metrics_s3_path"]
|
|
336
337
|
train_all_data = TEMPLATE_PARAMS["train_all_data"]
|
|
338
|
+
hyperparameters = TEMPLATE_PARAMS["hyperparameters"]
|
|
337
339
|
validation_split = 0.2
|
|
338
340
|
|
|
339
341
|
# Script arguments for input/output directories
|
|
@@ -403,21 +405,7 @@ if __name__ == "__main__":
|
|
|
403
405
|
categorical_cols=categorical_cols,
|
|
404
406
|
)
|
|
405
407
|
|
|
406
|
-
|
|
407
|
-
auto_lr_find=True,
|
|
408
|
-
batch_size=min(1024, len(df_train) // 4),
|
|
409
|
-
max_epochs=100,
|
|
410
|
-
early_stopping="valid_loss",
|
|
411
|
-
early_stopping_patience=15,
|
|
412
|
-
checkpoints="valid_loss",
|
|
413
|
-
accelerator="auto",
|
|
414
|
-
progress_bar="none",
|
|
415
|
-
gradient_clip_val=1.0,
|
|
416
|
-
)
|
|
417
|
-
|
|
418
|
-
optimizer_config = OptimizerConfig()
|
|
419
|
-
|
|
420
|
-
# Choose model configuration based on model type
|
|
408
|
+
# Choose the 'task' based on model type also set up the label encoder if needed
|
|
421
409
|
if model_type == "classifier":
|
|
422
410
|
task = "classification"
|
|
423
411
|
# Encode the target column
|
|
@@ -428,26 +416,66 @@ if __name__ == "__main__":
|
|
|
428
416
|
task = "regression"
|
|
429
417
|
label_encoder = None
|
|
430
418
|
|
|
431
|
-
# Use
|
|
419
|
+
# Use any hyperparameters to set up both the trainer and model configurations
|
|
420
|
+
print(f"Hyperparameters: {hyperparameters}")
|
|
421
|
+
|
|
422
|
+
# Set up PyTorch Tabular configuration with defaults
|
|
423
|
+
trainer_defaults = {
|
|
424
|
+
"auto_lr_find": True,
|
|
425
|
+
"batch_size": min(1024, max(32, len(df_train) // 4)),
|
|
426
|
+
"max_epochs": 100,
|
|
427
|
+
"early_stopping": "valid_loss",
|
|
428
|
+
"early_stopping_patience": 15,
|
|
429
|
+
"checkpoints": "valid_loss",
|
|
430
|
+
"accelerator": "auto",
|
|
431
|
+
"progress_bar": "none",
|
|
432
|
+
"gradient_clip_val": 1.0,
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
# Override defaults with training_config if present
|
|
436
|
+
training_overrides = {k: v for k, v in hyperparameters.get('training_config', {}).items()
|
|
437
|
+
if k in trainer_defaults}
|
|
438
|
+
# Print overwrites
|
|
439
|
+
for key, value in training_overrides.items():
|
|
440
|
+
print(f"TRAINING CONFIG Override: {key}: {trainer_defaults[key]} → {value}")
|
|
441
|
+
trainer_params = {**trainer_defaults, **training_overrides}
|
|
442
|
+
trainer_config = TrainerConfig(**trainer_params)
|
|
443
|
+
|
|
444
|
+
# Model config defaults
|
|
445
|
+
model_defaults = {
|
|
446
|
+
"layers": "1024-512-512",
|
|
447
|
+
"activation": "ReLU",
|
|
448
|
+
"learning_rate": 1e-3,
|
|
449
|
+
"dropout": 0.1,
|
|
450
|
+
"use_batch_norm": True,
|
|
451
|
+
"initialization": "kaiming",
|
|
452
|
+
}
|
|
453
|
+
# Override defaults with model_config if present
|
|
454
|
+
model_overrides = {k: v for k, v in hyperparameters.get('model_config', {}).items()
|
|
455
|
+
if k in model_defaults}
|
|
456
|
+
# Print overwrites
|
|
457
|
+
for key, value in model_overrides.items():
|
|
458
|
+
print(f"MODEL CONFIG Override: {key}: {model_defaults[key]} → {value}")
|
|
459
|
+
model_params = {**model_defaults, **model_overrides}
|
|
460
|
+
|
|
461
|
+
# Use CategoryEmbedding model configuration for general-purpose tabular modeling.
|
|
462
|
+
# Works effectively for both regression and classification as the foundational
|
|
463
|
+
# architecture in PyTorch Tabular
|
|
432
464
|
model_config = CategoryEmbeddingModelConfig(
|
|
433
465
|
task=task,
|
|
434
|
-
|
|
435
|
-
activation="ReLU",
|
|
436
|
-
learning_rate=1e-3,
|
|
437
|
-
dropout=0.1,
|
|
438
|
-
use_batch_norm=True,
|
|
439
|
-
initialization="kaiming",
|
|
466
|
+
**model_params
|
|
440
467
|
)
|
|
468
|
+
optimizer_config = OptimizerConfig()
|
|
441
469
|
|
|
442
|
-
|
|
470
|
+
#####################################
|
|
471
|
+
# Create and train the TabularModel #
|
|
472
|
+
#####################################
|
|
443
473
|
tabular_model = TabularModel(
|
|
444
474
|
data_config=data_config,
|
|
445
475
|
model_config=model_config,
|
|
446
476
|
optimizer_config=optimizer_config,
|
|
447
477
|
trainer_config=trainer_config,
|
|
448
478
|
)
|
|
449
|
-
|
|
450
|
-
# Train the model
|
|
451
479
|
tabular_model.fit(train=df_train, validation=df_val)
|
|
452
480
|
|
|
453
481
|
# Make Predictions on the Validation Set
|
|
@@ -68,7 +68,7 @@ def fill_template(template_path: str, params: dict, output_script: str) -> str:
|
|
|
68
68
|
template = template.replace(placeholder, str(value))
|
|
69
69
|
|
|
70
70
|
# Sanity check to ensure all placeholders were replaced
|
|
71
|
-
if "{{" in template
|
|
71
|
+
if "{{" in template and "}}" in template:
|
|
72
72
|
msg = "Not all template placeholders were replaced. Please check your params."
|
|
73
73
|
log.critical(msg)
|
|
74
74
|
raise ValueError(msg)
|
|
@@ -93,6 +93,7 @@ def generate_model_script(template_params: dict) -> str:
|
|
|
93
93
|
- feature_list (list[str]): A list of columns for the features
|
|
94
94
|
- model_metrics_s3_path (str): The S3 path to store the model metrics
|
|
95
95
|
- train_all_data (bool): Whether to train on all (100%) of the data
|
|
96
|
+
- hyperparameters (dict, optional): Hyperparameters for the model (default: None)
|
|
96
97
|
|
|
97
98
|
Returns:
|
|
98
99
|
str: The name of the generated model script
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: workbench
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.162
|
|
4
4
|
Summary: Workbench: A Dashboard and Python API for creating and deploying AWS SageMaker Model Pipelines
|
|
5
5
|
Author-email: SuperCowPowers LLC <support@supercowpowers.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -70,6 +70,9 @@ def test_underflow():
|
|
|
70
70
|
rejected_ids = original_ids - ingested_ids
|
|
71
71
|
print(f"Rejected IDs (due to underflow or ingest errors): {rejected_ids}")
|
|
72
72
|
|
|
73
|
+
# Delete the FeatureSet after testing
|
|
74
|
+
fs.delete()
|
|
75
|
+
|
|
73
76
|
|
|
74
77
|
@pytest.mark.long
|
|
75
78
|
def test_overflow_nan_inf():
|
|
@@ -115,6 +118,9 @@ def test_overflow_nan_inf():
|
|
|
115
118
|
rejected_ids = original_ids - ingested_ids
|
|
116
119
|
print(f"Rejected IDs (due to overflow, NaN, or INF): {rejected_ids}")
|
|
117
120
|
|
|
121
|
+
# Delete the FeatureSet after testing
|
|
122
|
+
fs.delete()
|
|
123
|
+
|
|
118
124
|
|
|
119
125
|
if __name__ == "__main__":
|
|
120
126
|
test_underflow()
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/pages/data_sources/callbacks.py
RENAMED
|
File without changes
|
{workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/pages/data_sources/layout.py
RENAMED
|
File without changes
|
{workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/pages/data_sources/page.py
RENAMED
|
File without changes
|
{workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/pages/endpoints/callbacks.py
RENAMED
|
File without changes
|
{workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/pages/endpoints/layout.py
RENAMED
|
File without changes
|
|
File without changes
|
{workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/pages/feature_sets/callbacks.py
RENAMED
|
File without changes
|
{workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/pages/feature_sets/layout.py
RENAMED
|
File without changes
|
{workbench-0.8.160 → workbench-0.8.162}/applications/aws_dashboard/pages/feature_sets/page.py
RENAMED
|
File without changes
|