workbench 0.8.177__tar.gz → 0.8.179__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of workbench might be problematic. Click here for more details.
- workbench-0.8.179/Dockerfile +7 -0
- {workbench-0.8.177 → workbench-0.8.179}/PKG-INFO +1 -1
- {workbench-0.8.177 → workbench-0.8.179}/model_docker_images/ml_pipelines/Dockerfile +1 -1
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/api/endpoint.py +3 -2
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/artifacts/endpoint_core.py +5 -5
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/artifacts/feature_set_core.py +67 -8
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/views/training_view.py +38 -48
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/custom_models/proximity/feature_space_proximity.template +3 -5
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/custom_models/uq_models/bayesian_ridge.template +7 -8
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/custom_models/uq_models/ensemble_xgb.template +10 -17
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/custom_models/uq_models/gaussian_process.template +5 -11
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/custom_models/uq_models/generated_model_script.py +44 -45
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/custom_models/uq_models/mapie.template +42 -43
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/custom_models/uq_models/meta_uq.template +7 -22
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/custom_models/uq_models/ngboost.template +5 -12
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/ensemble_xgb/ensemble_xgb.template +5 -13
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/pytorch_model/pytorch.template +9 -18
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/quant_regression/quant_regression.template +5 -10
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/scikit_learn/scikit_learn.template +4 -9
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/xgb_model/generated_model_script.py +24 -33
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/xgb_model/xgb_model.template +23 -32
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/scripts/ml_pipeline_sqs.py +14 -2
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/model_utils.py +12 -2
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/xgboost_model_utils.py +161 -138
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench.egg-info/PKG-INFO +1 -1
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench.egg-info/SOURCES.txt +2 -0
- workbench-0.8.179/tests/create_test_artifacts/hyper_testing.py +70 -0
- workbench-0.8.179/tests/create_test_artifacts/hyper_uq_testing.py +54 -0
- workbench-0.8.177/Dockerfile +0 -31
- {workbench-0.8.177 → workbench-0.8.179}/.flake8 +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/.github/dependabot.yml +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/.github/workflows/deploy-docs.yml +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/.github/workflows/python-lint.yml +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/.gitignore +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/CONTRIBUTING.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/LICENSE +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/Makefile +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/README.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/SECURITY.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/aws_dashboard/Dockerfile +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/aws_dashboard/README.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/aws_dashboard/app.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/aws_dashboard/assets/favicon.ico +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/aws_dashboard/dashboard +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/aws_dashboard/deploy.sh +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/aws_dashboard/nginx.conf +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/aws_dashboard/open_source_config.json +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/aws_dashboard/pages/data_sources/callbacks.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/aws_dashboard/pages/data_sources/layout.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/aws_dashboard/pages/data_sources/page.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/aws_dashboard/pages/endpoints/callbacks.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/aws_dashboard/pages/endpoints/layout.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/aws_dashboard/pages/endpoints/page.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/aws_dashboard/pages/feature_sets/callbacks.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/aws_dashboard/pages/feature_sets/layout.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/aws_dashboard/pages/feature_sets/page.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/aws_dashboard/pages/license/page.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/aws_dashboard/pages/main/callbacks.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/aws_dashboard/pages/main/layout.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/aws_dashboard/pages/main/page.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/aws_dashboard/pages/models/callbacks.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/aws_dashboard/pages/models/layout.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/aws_dashboard/pages/models/page.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/aws_dashboard/pages/pipelines/callbacks.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/aws_dashboard/pages/pipelines/layout.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/aws_dashboard/pages/pipelines/page.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/aws_dashboard/pages/status/page.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/aws_dashboard/static/dark.css +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/aws_dashboard/static/light.css +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/aws_dashboard/supervisord.conf +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/compound_explorer/Dockerfile +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/compound_explorer/README.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/compound_explorer/app.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/compound_explorer/assets/favicon.ico +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/compound_explorer/callbacks.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/compound_explorer/explorer +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/compound_explorer/layout.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/compound_explorer/nginx.conf +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/compound_explorer/open_source_config.json +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/compound_explorer/requirements.txt +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/compound_explorer/storage/callbacks.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/compound_explorer/storage/callbacks_new.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/compound_explorer/storage/layout_new.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/applications/compound_explorer/supervisord.conf +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/aws_account_setup.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/aws_identity_check.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/build_ml_pipeline.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/compound_explorer/.gitignore +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/compound_explorer/README.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/compound_explorer/app.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/compound_explorer/cdk.json +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/compound_explorer/compound_explorer/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/compound_explorer/compound_explorer/compound_explorer_stack.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/compound_explorer/requirements.txt +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/event_bridge/Readme.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_compute/README.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_compute/app.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_compute/cdk.json +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_compute/requirements.txt +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_compute/tests/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_compute/tests/unit/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_compute/tests/unit/test_workbench_compute_stack.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_compute/workbench_compute/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_compute/workbench_compute/workbench_compute_stack.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_core/.gitignore +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_core/README.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_core/app.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_core/cdk.json +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_core/requirements-dev.txt +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_core/requirements.txt +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_core/source.bat +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_core/workbench_core/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_core/workbench_core/workbench_core_stack.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_dashboard_full/.gitignore +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_dashboard_full/README.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_dashboard_full/app.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_dashboard_full/cdk.json +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_dashboard_full/requirements-dev.txt +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_dashboard_full/requirements.txt +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_dashboard_full/source.bat +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/workbench_dashboard_stack.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_dashboard_lite/.gitignore +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_dashboard_lite/README.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_dashboard_lite/app.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_dashboard_lite/cdk.json +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_dashboard_lite/requirements.txt +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/workbench_dashboard_stack.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/data/abalone.csv +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/data/karate_graph.json +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/data/test_data.csv +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/data/test_data.json +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/data/wine_dataset.csv +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/deploy_docker.sh +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/admin/aws_service_limits.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/admin/base_docker_push.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/admin/dashboard_docker_push.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/admin/dashboard_s3_plugins.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/admin/explorer_docker_push.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/admin/images/dashboard_secret_click.png +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/admin/images/serverless_quotas.png +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/admin/images/status_showing_S3_path.png +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/admin/pypi_release.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/admin/workbench_docker_for_lambdas.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/api_classes/data_source.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/api_classes/df_store.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/api_classes/endpoint.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/api_classes/feature_set.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/api_classes/meta.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/api_classes/model.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/api_classes/monitor.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/api_classes/overview.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/api_classes/parameter_store.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/api_classes/pipelines.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/api_classes/views.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/aws_setup/aws_access_management.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/aws_setup/aws_client_vpn.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/aws_setup/aws_setup.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/aws_setup/aws_tips_and_tricks.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/aws_setup/core_stack.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/aws_setup/dashboard_stack.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/aws_setup/domain_cert_setup.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/aws_setup/full_pipeline.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/aws_setup/iam_assume_role.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/aws_setup/sso_assume_role.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/blogs/aws_credentials_lock.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/blogs/canonicalization_and_tautomerization.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/blogs/compound_etl.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/blogs/compound_explorer.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/blogs/descriptor_drilldown.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/blogs/eda.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/blogs/feature_importances.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/blogs/fun_with_workbench/fun_with_endpoints.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/blogs/htg.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/blogs/index.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/blogs/model_monitoring.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/blogs/residual_analysis.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/cached/cached_data_source.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/cached/cached_endpoint.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/cached/cached_feature_set.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/cached/cached_meta.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/cached/cached_model.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/cached/overview.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/chem_utils/index.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/cloudwatch/index.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/comparisons/workbench_vs_databricks.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/compound_explorer/tox21.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/compound_explorer/toxicity_modeling.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/core_classes/artifacts/artifact.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/core_classes/artifacts/athena_source.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/core_classes/artifacts/data_source_abstract.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/core_classes/artifacts/endpoint_core.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/core_classes/artifacts/feature_set_core.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/core_classes/artifacts/model_core.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/core_classes/artifacts/monitor_core.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/core_classes/artifacts/overview.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/core_classes/overview.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/core_classes/transforms/data_loaders_heavy.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/core_classes/transforms/data_loaders_light.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/core_classes/transforms/data_to_features.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/core_classes/transforms/features_to_model.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/core_classes/transforms/model_to_endpoint.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/core_classes/transforms/overview.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/core_classes/transforms/pandas_transforms.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/core_classes/transforms/transform.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/core_classes/views/computation_view.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/core_classes/views/display_view.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/core_classes/views/inference_view.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/core_classes/views/overview.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/core_classes/views/training_view.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/data_algorithms/dataframes/overview.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/data_algorithms/graphs/overview.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/data_algorithms/overview.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/data_algorithms/spark/overview.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/data_algorithms/sql/overview.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/enterprise/index.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/enterprise/private_saas.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/enterprise/project_branding.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/enterprise/themes.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/getting_started/index.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/glue/index.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/images/big_spider.png +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/images/graph_representation.png +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/images/powered_aws_dark_blue.png +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/images/powered_aws_transparent.png +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/images/powered_aws_white.png +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/images/powered_aws_with_tm_grey.png +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/images/scp.png +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/images/scp_labs.png +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/images/small_spider.png +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/images/workbench_concepts.png +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/index.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/lambda_layer/index.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/misc/faq.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/misc/general_info.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/misc/scp_consulting.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/misc/workbench_classes_concepts.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/model_utils/index.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/plugins/index.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/presentations/index.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/release_notes/0_8_106.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/release_notes/0_8_158.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/release_notes/0_8_50.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/release_notes/0_8_55.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/release_notes/0_8_58.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/release_notes/0_8_60.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/release_notes/0_8_71.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/release_notes/0_8_74.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/release_notes/0_8_78.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/release_notes/archived/0_7_8.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/release_notes/archived/0_8_11.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/release_notes/archived/0_8_20.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/release_notes/archived/0_8_22.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/release_notes/archived/0_8_23.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/release_notes/archived/0_8_27.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/release_notes/archived/0_8_29.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/release_notes/archived/0_8_33.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/release_notes/archived/0_8_35.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/release_notes/archived/0_8_36.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/release_notes/archived/0_8_39.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/release_notes/archived/0_8_42.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/release_notes/archived/0_8_46.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/release_notes/archived/0_8_6.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/release_notes/archived/0_8_8.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/repl/index.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/road_maps/0_9_0.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/road_maps/0_9_5.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/themes/details.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/docs/themes/index.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/ag-grid/hello_world.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/chem_utils/tautomerize_smiles.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/datasource/datasource_from_df.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/datasource/datasource_from_s3.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/datasource/datasource_query.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/datasource/datasource_stats.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/datasource/datasource_to_featureset.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/endpoint/endpoint_details.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/endpoint/endpoint_inference.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/endpoint/endpoint_metrics.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/featureset/featureset_eda.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/featureset/featureset_query.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/full_ml_pipeline.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/glue_jobs/glue_example_1.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/glue_jobs/glue_example_2.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/glue_jobs/glue_example_3.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/glue_jobs/glue_launcher_examples/example_1.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/glue_jobs/glue_launcher_examples/example_2.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/meta/meta_list_endpoints.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/meta/meta_list_models.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/meta/meta_model_metrics.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/ml_pipelines/list_models.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/ml_pipelines/wine_classifier.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/model_utils/model_metrics.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/model_utils/model_to_endpoint.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/model_utils/onboard_model.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/models/custom_model.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/models/dbscan.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/models/knn.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/models/pytorch.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/models/random_forest.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/models/smiles_to_md_v1.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/models/uq/bayesian_ridge.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/models/uq/ensemble_xgb.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/models/uq/gaussian_process.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/models/uq/mapie.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/models/uq/meta_uq.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/models/uq/ngboost.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/models/uq/quant_xgb.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/monitor/monitor_setup.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/monitor/monitor_usage.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/plugins/branding/Readme.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/plugins/branding/scp.json +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/plugins/components/custom_plugin.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/plugins/components/endpoint_plugin.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/plugins/components/endpoint_turbo.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/plugins/components/model_markdown.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/plugins/components/model_plugin.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/plugins/packages/my_plugin_utils/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/plugins/packages/my_plugin_utils/assets/foo.json +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/plugins/packages/my_plugin_utils/cool_stuff.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/plugins/pages/plugin_page_1.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/plugins/pages/plugin_page_2.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/plugins/pages/plugin_page_3.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/plugins/templates/Readme.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/plugins/views/model_plugin_view.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/plugins/views/my_view_plugin.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/storage/data_to_data.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/storage/data_to_features.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/storage/endpoint_inference.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/storage/hello_world_pipeline.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/examples/storage/plugin_page_example.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/experiments/chem_info/bulk_sims.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/experiments/chem_info/knn_sims.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/experiments/chemprop_model.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/experiments/confidence_roc_curve.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/experiments/coverage_probability.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/experiments/log_testing.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/experiments/mapie_model.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/experiments/neighbor_outliers.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/experiments/networkx_id.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/experiments/prediction_intervals.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/experiments/pytorch_model.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/experiments/quantile_regression.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/experiments/quantile_regression_2.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/experiments/regression_confidence.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/experiments/residual_analysis.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/experiments/rocauc_testing.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/experiments/scatter_zoom_issue.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/experiments/sol_pipeline.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/glue_jobs/create_glue_workflow_with_trigger.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/glue_jobs/example_glue_job.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/glue_jobs/glue_job_pipeline.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/glue_jobs/glue_mixed_case.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/mkdocs.yml +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/model_docker_images/Readme.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/model_docker_images/inference/Dockerfile +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/model_docker_images/inference/main.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/model_docker_images/inference/requirements.txt +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/model_docker_images/inference/serve +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/model_docker_images/meta_endpoint/Dockerfile +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/model_docker_images/meta_endpoint/main.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/model_docker_images/meta_endpoint/requirements.txt +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/model_docker_images/meta_endpoint/serve +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/model_docker_images/ml_pipelines/ml_pipeline_runner.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/model_docker_images/ml_pipelines/requirements.txt +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/model_docker_images/pytorch_inference/Dockerfile +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/model_docker_images/pytorch_inference/main.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/model_docker_images/pytorch_inference/requirements.txt +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/model_docker_images/pytorch_inference/serve +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/model_docker_images/pytorch_training/Dockerfile +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/model_docker_images/pytorch_training/requirements.txt +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/model_docker_images/pytorch_training/sagemaker_entrypoint.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/model_docker_images/scripts/build_deploy.sh +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/model_docker_images/tests/data/abalone_sm.csv +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/model_docker_images/tests/example_model_script.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/model_docker_images/tests/run_tests.sh +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/model_docker_images/tests/test_inference.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/model_docker_images/tests/test_training.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/model_docker_images/training/Dockerfile +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/model_docker_images/training/requirements.txt +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/model_docker_images/training/sagemaker_entrypoint.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/model_docker_images/workbench_inference/Dockerfile +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/model_docker_images/workbench_inference/main.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/model_docker_images/workbench_inference/requirements.txt +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/model_docker_images/workbench_inference/serve +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/notebooks/Inference_On_Legacy_Models.ipynb +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/notebooks/ML_Pipeline_with_Workbench.ipynb +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/notebooks/ML_Pipeline_with_Workbench_2.ipynb +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/notebooks/Outliers_in_Workbench.ipynb +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/notebooks/Regression_Confidence_Experiments.ipynb +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/notebooks/Residual_Analysis.ipynb +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/notebooks/images/athena_query_aqsol.png +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/notebooks/images/aws_dashboard_aqsol.png +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/notebooks/images/dashboard_aqsol_features.png +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/notebooks/images/model_screenshot.png +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/notebooks/images/scp_labs.png +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/presentations/README.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/pyproject.toml +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/active_logs.sh +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/admin/athena_ddl_mixed_case.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/admin/check_all_glue_tables.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/admin/db_scan_test.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/admin/delete_invalid_views.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/admin/delete_redis_keys.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/admin/list_datacatalog.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/admin/migration/copy_glue_database.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/admin/migration/delete_sageworks_glue_database.sh +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/admin/migration/ds_migrate.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/admin/migration/endpoint_migrate.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/admin/migration/fs_migrate.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/admin/migration/model_migrate.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/admin/pull_image_digest.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/admin/redis_reaper.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/admin/spam_list_tags.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/admin/storage/convert_training_views.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/admin/storage/migrate_data_source_via_df.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/admin/storage/migrate_ds_meta.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/ag_table_row_selection.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/compare_dataframes.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/compare_model_packages.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/endpoint_timing.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/find_smiles_issues.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/get_tags.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/instantiation_timings.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/llm_deploys/deepseek_deploy.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/model_cache_refresh.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/model_endpoint_sanity_check.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/monitor_event_bridge.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/onboard_endpoints.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/onboard_models.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/pipeline_model_endpoint.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/pubchem/pubchem_example.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/pubchem/pubchem_query.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/pubchem/pubchem_query_with_cid.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/seaborn_to_plotly.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/storage/dns_data_to_features.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/storage/generate_jsonl_data.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/test_feature_resolution.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/test_no_workbench_config.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/tox21/test_tox_heuristic.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/scripts/tox21/tox21_to_df_store.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/setup.cfg +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/algorithms/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/algorithms/dataframe/Readme.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/algorithms/dataframe/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/algorithms/dataframe/data_source_eda.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/algorithms/dataframe/feature_space_proximity.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/algorithms/dataframe/fingerprint_proximity.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/algorithms/dataframe/projection_2d.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/algorithms/dataframe/proximity.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/algorithms/dataframe/storage/aggregation.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/algorithms/dataframe/storage/feature_resolution.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/algorithms/dataframe/storage/feature_spider.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/algorithms/dataframe/storage/residuals_calculator.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/algorithms/dataframe/storage/row_tagger.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/algorithms/dataframe/storage/target_gradients.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/algorithms/graph/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/algorithms/graph/heavy/Readme.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/algorithms/graph/light/Readme.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/algorithms/graph/light/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/algorithms/graph/light/proximity_graph.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/algorithms/spark/Readme.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/algorithms/sql/Readme.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/algorithms/sql/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/algorithms/sql/column_stats.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/algorithms/sql/correlations.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/algorithms/sql/descriptive_stats.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/algorithms/sql/outliers.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/algorithms/sql/sample_rows.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/algorithms/sql/value_counts.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/api/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/api/compound.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/api/data_source.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/api/df_store.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/api/feature_set.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/api/graph_store.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/api/meta.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/api/model.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/api/monitor.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/api/parameter_store.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/api/pipeline.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/cached/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/cached/cached_data_source.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/cached/cached_endpoint.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/cached/cached_feature_set.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/cached/cached_meta.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/cached/cached_model.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/cached/cached_pipeline.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/artifacts/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/artifacts/artifact.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/artifacts/athena_source.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/artifacts/cached_artifact_mixin.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/artifacts/data_capture_core.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/artifacts/data_source_abstract.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/artifacts/data_source_factory.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/artifacts/model_core.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/artifacts/monitor_core.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/cloud_platform/aws/README.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/cloud_platform/aws/aws_account_clamp.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/cloud_platform/aws/aws_df_store.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/cloud_platform/aws/aws_graph_store.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/cloud_platform/aws/aws_meta.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/cloud_platform/aws/aws_parameter_store.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/cloud_platform/aws/aws_secrets_manager.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/cloud_platform/aws/aws_session.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/cloud_platform/aws/cache_dataframe.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/cloud_platform/azure/README.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/cloud_platform/cloud_meta.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/cloud_platform/gcp/README.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/pipelines/pipeline_executor.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/Readme.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/data_loaders/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/data_loaders/heavy/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/data_loaders/heavy/s3_heavy_to_data_source.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/data_loaders/light/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/data_loaders/light/csv_to_data_source.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/data_loaders/light/json_to_data_source.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/data_loaders/light/s3_to_data_source_light.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/data_to_data/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/data_to_data/heavy/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/data_to_data/heavy/emr/Readme.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/data_to_data/heavy/glue/Readme.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/data_to_data/light/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/data_to_data/light/clean_data.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/data_to_data/light/data_to_data_light.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/data_to_features/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/data_to_features/heavy/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/data_to_features/heavy/chunk/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/data_to_features/heavy/chunk/data_to_features_chunk.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/data_to_features/heavy/emr/Readme.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/data_to_features/heavy/glue/Readme.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/data_to_features/heavy/storage/data_to_features_heavy_old.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/data_to_features/light/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/data_to_features/light/data_to_features_light.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/data_to_features/light/molecular_descriptors.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/features_to_features/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/features_to_features/heavy/emr/Readme.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/features_to_features/heavy/glue/Readme.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/features_to_model/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/features_to_model/features_to_model.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/model_to_endpoint/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/model_to_endpoint/model_to_endpoint.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/pandas_transforms/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/pandas_transforms/data_to_pandas.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/pandas_transforms/features_to_pandas.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/pandas_transforms/pandas_to_data.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/pandas_transforms/pandas_to_features.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/pandas_transforms/pandas_to_features_chunked.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/transforms/transform.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/views/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/views/column_subset_view.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/views/computation_view.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/views/create_view.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/views/display_view.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/views/inference_view.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/views/pandas_to_view.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/views/storage/mdq_view.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/views/view.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/core/views/view_utils.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/custom_models/chem_info/Readme.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/custom_models/chem_info/mol_descriptors.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/custom_models/chem_info/mol_standardize.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/custom_models/chem_info/molecular_descriptors.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/custom_models/chem_info/morgan_fingerprints.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/custom_models/chem_info/requirements.txt +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/custom_models/meta_endpoints/example.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/custom_models/network_security/Readme.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/custom_models/proximity/Readme.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/custom_models/proximity/generated_model_script.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/custom_models/proximity/proximity.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/custom_models/proximity/requirements.txt +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/custom_models/uq_models/Readme.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/custom_models/uq_models/proximity.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/custom_models/uq_models/requirements.txt +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/custom_script_example/custom_model_script.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/custom_script_example/requirements.txt +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/ensemble_xgb/generated_model_script.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/ensemble_xgb/requirements.txt +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/pytorch_model/generated_model_script.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/pytorch_model/requirements.txt +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/quant_regression/requirements.txt +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/scikit_learn/generated_model_script.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/scikit_learn/requirements.txt +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/script_generation.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/model_scripts/xgb_model/requirements.txt +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/repl/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/repl/workbench_shell.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/resources/open_source_api.key +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/resources/signature_verify_pub.pem +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/scripts/check_double_bond_stereo.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/scripts/glue_launcher.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/scripts/ml_pipeline_batch.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/scripts/monitor_cloud_watch.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/scripts/redis_expire.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/scripts/redis_report.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/scripts/show_config.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/themes/dark/base_css.url +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/themes/dark/custom.css +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/themes/dark/plotly.json +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/themes/light/base_css.url +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/themes/light/branding.json +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/themes/light/custom.css +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/themes/light/plotly.json +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/themes/midnight_blue/base_css.url +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/themes/midnight_blue/branding.json +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/themes/midnight_blue/custom.css +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/themes/midnight_blue/plotly.json +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/themes/quartz/base_css.url +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/themes/quartz/custom.css +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/themes/quartz/plotly.json +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/themes/quartz_dark/base_css.url +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/themes/quartz_dark/custom.css +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/themes/quartz_dark/plotly.json +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/ai_compound_generator.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/ai_summary.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/ai_synth.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/athena_utils.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/aws_utils.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/bulk_utils.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/cache.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/chem_utils/__init__.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/chem_utils/fingerprints.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/chem_utils/misc.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/chem_utils/mol_descriptors.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/chem_utils/mol_standardize.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/chem_utils/mol_tagging.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/chem_utils/projections.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/chem_utils/salts.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/chem_utils/sdf.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/chem_utils/toxicity.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/chem_utils/vis.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/cloudwatch_handler.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/cloudwatch_utils.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/color_utils.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/config_manager.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/dashboard_metrics.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/datetime_utils.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/deprecated_utils.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/df_to_endpoint.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/ecs_info.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/endpoint_metrics.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/endpoint_utils.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/extract_model_artifact.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/glue_utils.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/graph_utils.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/ipython_utils.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/json_utils.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/lambda_utils.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/license_manager.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/log_utils.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/markdown_utils.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/monitor_utils.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/pandas_utils.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/performance_utils.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/pipeline_utils.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/plot_utils.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/plugin_manager.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/prox_utils.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/redis_cache.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/repl_utils.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/resource_utils.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/s3_utils.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/shap_utils.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/shapley_values.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/symbols.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/test_data_generator.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/theme_manager.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/trace_calls.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/type_abbrev.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/workbench_cache.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/workbench_event_bridge.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/workbench_logging.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/utils/workbench_sqs.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/components/component_interface.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/components/correlation_matrix.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/components/data_details_markdown.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/components/endpoint_metric_plots.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/components/experiments/dashboard_metric_plots.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/components/experiments/outlier_plot.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/components/model_plot.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/components/plugin_interface.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/components/plugin_unit_test.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/components/plugins/ag_table.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/components/plugins/confusion_matrix.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/components/plugins/dashboard_status.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/components/plugins/data_details.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/components/plugins/endpoint_details.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/components/plugins/generated_compounds.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/components/plugins/graph_plot.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/components/plugins/license_details.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/components/plugins/model_details.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/components/plugins/molecule_panel.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/components/plugins/molecule_viewer.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/components/plugins/pipeline_details.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/components/plugins/proximity_mini_graph.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/components/plugins/scatter_plot.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/components/plugins/shap_summary_plot.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/components/regression_plot.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/components/violin_plots.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/page_views/data_sources_page_view.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/page_views/endpoints_page_view.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/page_views/feature_sets_page_view.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/page_views/main_page.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/page_views/models_page_view.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/page_views/page_view.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench/web_interface/page_views/pipelines_page_view.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench.egg-info/dependency_links.txt +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench.egg-info/entry_points.txt +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench.egg-info/requires.txt +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/src/workbench.egg-info/top_level.txt +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/README.md +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/artifacts/data_source_tests.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/artifacts/empty_model_group.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/artifacts/endpoint_tests.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/artifacts/featureset_ingest_boundaries.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/artifacts/featureset_tests.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/artifacts/graph_tests.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/artifacts/model_metrics_tests.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/artifacts/model_tests.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/aws_account/aws_account_clamp_tests.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/cached/cached_artifact_tests.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/chem_info/test_tautomerization.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/corner_cases/end_to_end.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/create_test_artifacts/100_percent_models.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/create_test_artifacts/create_aqsol_artifacts.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/create_test_artifacts/create_aqsol_rt_artifacts.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/create_test_artifacts/create_aqsol_uq_artifacts.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/create_test_artifacts/create_basic_test_artifacts.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/create_test_artifacts/create_copy_artifacts.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/create_test_artifacts/create_empty_model_group.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/create_test_artifacts/create_endpoints_for_timing.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/create_test_artifacts/create_graph_artifacts.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/create_test_artifacts/create_knn_artifacts.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/create_test_artifacts/create_meta_endpoints.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/create_test_artifacts/create_pipeline_model.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/create_test_artifacts/create_proximity_models.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/create_test_artifacts/create_quant_regression_artifacts.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/create_test_artifacts/create_realtime_endpoint.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/create_test_artifacts/create_training_adjusted_artifacts.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/create_test_artifacts/create_wine_artifacts.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/create_test_artifacts/delete_stress_test_artifacts.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/create_test_artifacts/delete_test_artifacts.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/create_test_artifacts/regression_ensemble.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/create_test_artifacts/stress_test_aws.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/df_store/df_store_tests.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/lambda/decompress_layers.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/pandas_tests/test_drift.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/parameter_store/param_store_tests.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/plugin_tests/crashing_plugin.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/pytorch/pytorch_hello.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/requirements-dev.txt +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/specific/capital_tests.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/specific/column_changes.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/specific/config_manager.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/specific/deletion_tests.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/specific/shap_tests.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/transforms/data_to_data_tests.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/transforms/data_to_features_tests.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/transforms/features_to_model_tests.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/transforms/model_to_endpoint_tests.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/transforms/pandas_to_data_tests.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/transforms/pandas_to_features_test.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/views/view_tests.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/views/view_tests_complex.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/web_components/confusion_matrix_test.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/web_components/correlation_matrix_test.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/web_components/graph_plot_test.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/web_components/plugin_interface_test.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tests/web_components/scatter_plot_test.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/tox.ini +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/ui_testing/assets/custom.css +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/ui_testing/table_comparison.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/ui_testing/theme_switching.py +0 -0
- {workbench-0.8.177 → workbench-0.8.179}/ui_testing/theme_switching_2.py +0 -0
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
FROM python:3.12-slim
|
|
2
|
+
|
|
3
|
+
ARG WORKBENCH_VERSION=
|
|
4
|
+
RUN apt-get update && apt-get upgrade -y && \
|
|
5
|
+
apt-get install -y --no-install-recommends libexpat1 libnghttp2-dev && \
|
|
6
|
+
apt-get clean && rm -rf /var/lib/apt/lists/* && \
|
|
7
|
+
pip install --no-cache-dir workbench${WORKBENCH_VERSION:+==$WORKBENCH_VERSION}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: workbench
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.179
|
|
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
|
|
@@ -29,7 +29,7 @@ COPY --from=builder /usr/local/lib/python3.12/site-packages /usr/local/lib/pytho
|
|
|
29
29
|
COPY --from=builder /usr/local/bin /usr/local/bin
|
|
30
30
|
|
|
31
31
|
# Install workbench only
|
|
32
|
-
RUN pip install --no-cache-dir workbench==0.8.
|
|
32
|
+
RUN pip install --no-cache-dir workbench==0.8.177
|
|
33
33
|
|
|
34
34
|
# Add the script runner
|
|
35
35
|
COPY ml_pipeline_runner.py /app/ml_pipeline_runner.py
|
|
@@ -4,6 +4,7 @@ Endpoints can be viewed in the AWS Sagemaker interfaces or in the Workbench
|
|
|
4
4
|
Dashboard UI, which provides additional model details and performance metrics"""
|
|
5
5
|
|
|
6
6
|
import pandas as pd
|
|
7
|
+
from typing import Tuple
|
|
7
8
|
|
|
8
9
|
# Workbench Imports
|
|
9
10
|
from workbench.core.artifacts.endpoint_core import EndpointCore
|
|
@@ -70,14 +71,14 @@ class Endpoint(EndpointCore):
|
|
|
70
71
|
"""
|
|
71
72
|
return super().fast_inference(eval_df, threads=threads)
|
|
72
73
|
|
|
73
|
-
def cross_fold_inference(self, nfolds: int = 5) -> dict:
|
|
74
|
+
def cross_fold_inference(self, nfolds: int = 5) -> Tuple[dict, pd.DataFrame]:
|
|
74
75
|
"""Run cross-fold inference (only works for XGBoost models)
|
|
75
76
|
|
|
76
77
|
Args:
|
|
77
78
|
nfolds (int): The number of folds to use for cross-validation (default: 5)
|
|
78
79
|
|
|
79
80
|
Returns:
|
|
80
|
-
dict: A dictionary with
|
|
81
|
+
Tuple(dict, pd.DataFrame): A tuple containing a dictionary of metrics and a DataFrame with predictions
|
|
81
82
|
"""
|
|
82
83
|
return super().cross_fold_inference(nfolds)
|
|
83
84
|
|
|
@@ -8,7 +8,7 @@ import pandas as pd
|
|
|
8
8
|
import numpy as np
|
|
9
9
|
from io import StringIO
|
|
10
10
|
import awswrangler as wr
|
|
11
|
-
from typing import Union, Optional
|
|
11
|
+
from typing import Union, Optional, Tuple
|
|
12
12
|
import hashlib
|
|
13
13
|
|
|
14
14
|
# Model Performance Scores
|
|
@@ -436,24 +436,24 @@ class EndpointCore(Artifact):
|
|
|
436
436
|
# Return the prediction DataFrame
|
|
437
437
|
return prediction_df
|
|
438
438
|
|
|
439
|
-
def cross_fold_inference(self, nfolds: int = 5) -> dict:
|
|
439
|
+
def cross_fold_inference(self, nfolds: int = 5) -> Tuple[dict, pd.DataFrame]:
|
|
440
440
|
"""Run cross-fold inference (only works for XGBoost models)
|
|
441
441
|
|
|
442
442
|
Args:
|
|
443
443
|
nfolds (int): Number of folds to use for cross-fold (default: 5)
|
|
444
444
|
|
|
445
445
|
Returns:
|
|
446
|
-
dict:
|
|
446
|
+
Tuple[dict, pd.DataFrame]: Tuple of (cross_fold_metrics, out_of_fold_df)
|
|
447
447
|
"""
|
|
448
448
|
|
|
449
449
|
# Grab our model
|
|
450
450
|
model = ModelCore(self.model_name)
|
|
451
451
|
|
|
452
452
|
# Compute CrossFold Metrics
|
|
453
|
-
cross_fold_metrics = cross_fold_inference(model, nfolds=nfolds)
|
|
453
|
+
cross_fold_metrics, out_of_fold_df = cross_fold_inference(model, nfolds=nfolds)
|
|
454
454
|
if cross_fold_metrics:
|
|
455
455
|
self.param_store.upsert(f"/workbench/models/{model.name}/inference/cross_fold", cross_fold_metrics)
|
|
456
|
-
return cross_fold_metrics
|
|
456
|
+
return cross_fold_metrics, out_of_fold_df
|
|
457
457
|
|
|
458
458
|
def fast_inference(self, eval_df: pd.DataFrame, threads: int = 4) -> pd.DataFrame:
|
|
459
459
|
"""Run inference on the Endpoint using the provided DataFrame
|
|
@@ -17,7 +17,7 @@ from workbench.core.artifacts.artifact import Artifact
|
|
|
17
17
|
from workbench.core.artifacts.data_source_factory import DataSourceFactory
|
|
18
18
|
from workbench.core.artifacts.athena_source import AthenaSource
|
|
19
19
|
|
|
20
|
-
from typing import TYPE_CHECKING
|
|
20
|
+
from typing import TYPE_CHECKING, Optional, List, Union
|
|
21
21
|
|
|
22
22
|
from workbench.utils.aws_utils import aws_throttle
|
|
23
23
|
|
|
@@ -509,6 +509,48 @@ class FeatureSetCore(Artifact):
|
|
|
509
509
|
].tolist()
|
|
510
510
|
return hold_out_ids
|
|
511
511
|
|
|
512
|
+
def set_training_filter(self, filter_expression: Optional[str] = None):
|
|
513
|
+
"""Set a filter expression for the training view for this FeatureSet
|
|
514
|
+
|
|
515
|
+
Args:
|
|
516
|
+
filter_expression (Optional[str]): A SQL filter expression (e.g., "age > 25 AND status = 'active'")
|
|
517
|
+
If None or empty string, will reset to training view with no filter
|
|
518
|
+
(default: None)
|
|
519
|
+
"""
|
|
520
|
+
from workbench.core.views import TrainingView
|
|
521
|
+
|
|
522
|
+
# Grab the existing holdout ids
|
|
523
|
+
holdout_ids = self.get_training_holdouts()
|
|
524
|
+
|
|
525
|
+
# Create a NEW training view
|
|
526
|
+
self.log.important(f"Setting Training Filter: {filter_expression}")
|
|
527
|
+
TrainingView.create(
|
|
528
|
+
self, id_column=self.id_column, holdout_ids=holdout_ids, filter_expression=filter_expression
|
|
529
|
+
)
|
|
530
|
+
|
|
531
|
+
def exclude_ids_from_training(self, ids: List[Union[str, int]], column_name: Optional[str] = None):
|
|
532
|
+
"""Exclude a list of IDs from the training view
|
|
533
|
+
|
|
534
|
+
Args:
|
|
535
|
+
ids (List[Union[str, int]],): List of IDs to exclude from training
|
|
536
|
+
column_name (Optional[str]): Column name to filter on.
|
|
537
|
+
If None, uses self.id_column (default: None)
|
|
538
|
+
"""
|
|
539
|
+
# Use the default id_column if not specified
|
|
540
|
+
column = column_name or self.id_column
|
|
541
|
+
|
|
542
|
+
# Handle empty list case
|
|
543
|
+
if not ids:
|
|
544
|
+
self.log.warning("No IDs provided to exclude")
|
|
545
|
+
return
|
|
546
|
+
|
|
547
|
+
# Build the filter expression with proper SQL quoting
|
|
548
|
+
quoted_ids = ", ".join([repr(id) for id in ids])
|
|
549
|
+
filter_expression = f"{column} NOT IN ({quoted_ids})"
|
|
550
|
+
|
|
551
|
+
# Apply the filter
|
|
552
|
+
self.set_training_filter(filter_expression)
|
|
553
|
+
|
|
512
554
|
@classmethod
|
|
513
555
|
def delete_views(cls, table: str, database: str):
|
|
514
556
|
"""Delete any views associated with this FeatureSet
|
|
@@ -707,7 +749,7 @@ if __name__ == "__main__":
|
|
|
707
749
|
|
|
708
750
|
# Test getting the holdout ids
|
|
709
751
|
print("Getting the hold out ids...")
|
|
710
|
-
holdout_ids = my_features.get_training_holdouts(
|
|
752
|
+
holdout_ids = my_features.get_training_holdouts()
|
|
711
753
|
print(f"Holdout IDs: {holdout_ids}")
|
|
712
754
|
|
|
713
755
|
# Get a sample of the data
|
|
@@ -729,16 +771,33 @@ if __name__ == "__main__":
|
|
|
729
771
|
table = my_features.view("training").table
|
|
730
772
|
df = my_features.query(f'SELECT id, name FROM "{table}"')
|
|
731
773
|
my_holdout_ids = [id for id in df["id"] if id < 20]
|
|
732
|
-
my_features.set_training_holdouts(
|
|
733
|
-
|
|
734
|
-
# Test the hold out set functionality with strings
|
|
735
|
-
print("Setting hold out ids (strings)...")
|
|
736
|
-
my_holdout_ids = [name for name in df["name"] if int(name.split(" ")[1]) > 80]
|
|
737
|
-
my_features.set_training_holdouts("name", my_holdout_ids)
|
|
774
|
+
my_features.set_training_holdouts(my_holdout_ids)
|
|
738
775
|
|
|
739
776
|
# Get the training data
|
|
740
777
|
print("Getting the training data...")
|
|
741
778
|
training_data = my_features.get_training_data()
|
|
779
|
+
print(f"Training Data: {training_data.shape}")
|
|
780
|
+
|
|
781
|
+
# Test the filter expression functionality
|
|
782
|
+
print("Setting a filter expression...")
|
|
783
|
+
my_features.set_training_filter("id < 50 AND height > 65.0")
|
|
784
|
+
training_data = my_features.get_training_data()
|
|
785
|
+
print(f"Training Data: {training_data.shape}")
|
|
786
|
+
print(training_data)
|
|
787
|
+
|
|
788
|
+
# Remove training filter
|
|
789
|
+
print("Removing the filter expression...")
|
|
790
|
+
my_features.set_training_filter(None)
|
|
791
|
+
training_data = my_features.get_training_data()
|
|
792
|
+
print(f"Training Data: {training_data.shape}")
|
|
793
|
+
print(training_data)
|
|
794
|
+
|
|
795
|
+
# Test excluding ids from training
|
|
796
|
+
print("Excluding ids from training...")
|
|
797
|
+
my_features.exclude_ids_from_training([1, 2, 3, 4, 5])
|
|
798
|
+
training_data = my_features.get_training_data()
|
|
799
|
+
print(f"Training Data: {training_data.shape}")
|
|
800
|
+
print(training_data)
|
|
742
801
|
|
|
743
802
|
# Now delete the AWS artifacts associated with this Feature Set
|
|
744
803
|
# print("Deleting Workbench Feature Set...")
|
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
from typing import Union
|
|
4
4
|
|
|
5
5
|
# Workbench Imports
|
|
6
|
-
from workbench.api import
|
|
6
|
+
from workbench.api import FeatureSet
|
|
7
7
|
from workbench.core.views.view import View
|
|
8
8
|
from workbench.core.views.create_view import CreateView
|
|
9
9
|
from workbench.core.views.view_utils import get_column_list
|
|
@@ -34,6 +34,7 @@ class TrainingView(CreateView):
|
|
|
34
34
|
source_table: str = None,
|
|
35
35
|
id_column: str = None,
|
|
36
36
|
holdout_ids: Union[list[str], list[int], None] = None,
|
|
37
|
+
filter_expression: str = None,
|
|
37
38
|
) -> Union[View, None]:
|
|
38
39
|
"""Factory method to create and return a TrainingView instance.
|
|
39
40
|
|
|
@@ -42,6 +43,8 @@ class TrainingView(CreateView):
|
|
|
42
43
|
source_table (str, optional): The table/view to create the view from. Defaults to None.
|
|
43
44
|
id_column (str, optional): The name of the id column. Defaults to None.
|
|
44
45
|
holdout_ids (Union[list[str], list[int], None], optional): A list of holdout ids. Defaults to None.
|
|
46
|
+
filter_expression (str, optional): SQL filter expression (e.g., "age > 25 AND status = 'active'").
|
|
47
|
+
Defaults to None.
|
|
45
48
|
|
|
46
49
|
Returns:
|
|
47
50
|
Union[View, None]: The created View object (or None if failed to create the view)
|
|
@@ -69,28 +72,36 @@ class TrainingView(CreateView):
|
|
|
69
72
|
else:
|
|
70
73
|
id_column = instance.auto_id_column
|
|
71
74
|
|
|
72
|
-
#
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
75
|
+
# Enclose each column name in double quotes
|
|
76
|
+
sql_columns = ", ".join([f'"{column}"' for column in column_list])
|
|
77
|
+
|
|
78
|
+
# Build the training assignment logic
|
|
79
|
+
if holdout_ids:
|
|
80
|
+
# Format the list of holdout ids for SQL IN clause
|
|
81
|
+
if all(isinstance(id, str) for id in holdout_ids):
|
|
82
|
+
formatted_holdout_ids = ", ".join(f"'{id}'" for id in holdout_ids)
|
|
83
|
+
else:
|
|
84
|
+
formatted_holdout_ids = ", ".join(map(str, holdout_ids))
|
|
76
85
|
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
86
|
+
training_logic = f"""CASE
|
|
87
|
+
WHEN {id_column} IN ({formatted_holdout_ids}) THEN False
|
|
88
|
+
ELSE True
|
|
89
|
+
END AS training"""
|
|
80
90
|
else:
|
|
81
|
-
|
|
91
|
+
# Default 80/20 split using modulo
|
|
92
|
+
training_logic = f"""CASE
|
|
93
|
+
WHEN MOD(ROW_NUMBER() OVER (ORDER BY {id_column}), 10) < 8 THEN True
|
|
94
|
+
ELSE False
|
|
95
|
+
END AS training"""
|
|
82
96
|
|
|
83
|
-
#
|
|
84
|
-
|
|
97
|
+
# Build WHERE clause if filter_expression is provided
|
|
98
|
+
where_clause = f"\nWHERE {filter_expression}" if filter_expression else ""
|
|
85
99
|
|
|
86
100
|
# Construct the CREATE VIEW query
|
|
87
101
|
create_view_query = f"""
|
|
88
102
|
CREATE OR REPLACE VIEW {instance.table} AS
|
|
89
|
-
SELECT {sql_columns},
|
|
90
|
-
|
|
91
|
-
ELSE True
|
|
92
|
-
END AS training
|
|
93
|
-
FROM {instance.source_table}
|
|
103
|
+
SELECT {sql_columns}, {training_logic}
|
|
104
|
+
FROM {instance.source_table}{where_clause}
|
|
94
105
|
"""
|
|
95
106
|
|
|
96
107
|
# Execute the CREATE VIEW query
|
|
@@ -99,43 +110,13 @@ class TrainingView(CreateView):
|
|
|
99
110
|
# Return the View
|
|
100
111
|
return View(instance.data_source, instance.view_name, auto_create_view=False)
|
|
101
112
|
|
|
102
|
-
# This is an internal method that's used to create a default training view
|
|
103
|
-
def _default_training_view(self, data_source: DataSource, id_column: str):
|
|
104
|
-
"""Create a default view in Athena that assigns roughly 80% of the data to training
|
|
105
|
-
|
|
106
|
-
Args:
|
|
107
|
-
data_source (DataSource): The Workbench DataSource object
|
|
108
|
-
id_column (str): The name of the id column
|
|
109
|
-
"""
|
|
110
|
-
self.log.important(f"Creating default Training View {self.table}...")
|
|
111
|
-
|
|
112
|
-
# Drop any columns generated from AWS
|
|
113
|
-
aws_cols = ["write_time", "api_invocation_time", "is_deleted", "event_time"]
|
|
114
|
-
column_list = [col for col in data_source.columns if col not in aws_cols]
|
|
115
|
-
|
|
116
|
-
# Enclose each column name in double quotes
|
|
117
|
-
sql_columns = ", ".join([f'"{column}"' for column in column_list])
|
|
118
|
-
|
|
119
|
-
# Construct the CREATE VIEW query with a simple modulo operation for the 80/20 split
|
|
120
|
-
create_view_query = f"""
|
|
121
|
-
CREATE OR REPLACE VIEW "{self.table}" AS
|
|
122
|
-
SELECT {sql_columns}, CASE
|
|
123
|
-
WHEN MOD(ROW_NUMBER() OVER (ORDER BY {id_column}), 10) < 8 THEN True -- Assign 80% to training
|
|
124
|
-
ELSE False -- Assign roughly 20% to validation/test
|
|
125
|
-
END AS training
|
|
126
|
-
FROM {self.base_table_name}
|
|
127
|
-
"""
|
|
128
|
-
|
|
129
|
-
# Execute the CREATE VIEW query
|
|
130
|
-
data_source.execute_statement(create_view_query)
|
|
131
|
-
|
|
132
113
|
|
|
133
114
|
if __name__ == "__main__":
|
|
134
115
|
"""Exercise the Training View functionality"""
|
|
135
116
|
from workbench.api import FeatureSet
|
|
136
117
|
|
|
137
118
|
# Get the FeatureSet
|
|
138
|
-
fs = FeatureSet("
|
|
119
|
+
fs = FeatureSet("abalone_features")
|
|
139
120
|
|
|
140
121
|
# Delete the existing training view
|
|
141
122
|
training_view = TrainingView.create(fs)
|
|
@@ -152,9 +133,18 @@ if __name__ == "__main__":
|
|
|
152
133
|
|
|
153
134
|
# Create a TrainingView with holdout ids
|
|
154
135
|
my_holdout_ids = list(range(10))
|
|
155
|
-
training_view = TrainingView.create(fs, id_column="
|
|
136
|
+
training_view = TrainingView.create(fs, id_column="auto_id", holdout_ids=my_holdout_ids)
|
|
156
137
|
|
|
157
138
|
# Pull the training data
|
|
158
139
|
df = training_view.pull_dataframe()
|
|
159
140
|
print(df.head())
|
|
160
141
|
print(df["training"].value_counts())
|
|
142
|
+
print(f"Shape: {df.shape}")
|
|
143
|
+
print(f"Diameter min: {df['diameter'].min()}, max: {df['diameter'].max()}")
|
|
144
|
+
|
|
145
|
+
# Test the filter expression
|
|
146
|
+
training_view = TrainingView.create(fs, id_column="auto_id", filter_expression="diameter > 0.5")
|
|
147
|
+
df = training_view.pull_dataframe()
|
|
148
|
+
print(df.head())
|
|
149
|
+
print(f"Shape with filter: {df.shape}")
|
|
150
|
+
print(f"Diameter min: {df['diameter'].min()}, max: {df['diameter'].max()}")
|
|
@@ -8,7 +8,7 @@ TEMPLATE_PARAMS = {
|
|
|
8
8
|
"id_column": "{{id_column}}",
|
|
9
9
|
"features": "{{feature_list}}",
|
|
10
10
|
"target": "{{target_column}}",
|
|
11
|
-
"track_columns": "{{track_columns}}"
|
|
11
|
+
"track_columns": "{{track_columns}}",
|
|
12
12
|
}
|
|
13
13
|
|
|
14
14
|
from io import StringIO
|
|
@@ -73,10 +73,7 @@ if __name__ == "__main__":
|
|
|
73
73
|
args = parser.parse_args()
|
|
74
74
|
|
|
75
75
|
# Load training data from the specified directory
|
|
76
|
-
training_files = [
|
|
77
|
-
os.path.join(args.train, file)
|
|
78
|
-
for file in os.listdir(args.train) if file.endswith(".csv")
|
|
79
|
-
]
|
|
76
|
+
training_files = [os.path.join(args.train, file) for file in os.listdir(args.train) if file.endswith(".csv")]
|
|
80
77
|
all_df = pd.concat([pd.read_csv(file, engine="python") for file in training_files])
|
|
81
78
|
|
|
82
79
|
# Check if the DataFrame is empty
|
|
@@ -88,6 +85,7 @@ if __name__ == "__main__":
|
|
|
88
85
|
# Now serialize the model
|
|
89
86
|
model.serialize(args.model_dir)
|
|
90
87
|
|
|
88
|
+
|
|
91
89
|
# Model loading and prediction functions
|
|
92
90
|
def model_fn(model_dir):
|
|
93
91
|
|
|
@@ -14,7 +14,7 @@ import pandas as pd
|
|
|
14
14
|
TEMPLATE_PARAMS = {
|
|
15
15
|
"features": "{{feature_list}}",
|
|
16
16
|
"target": "{{target_column}}",
|
|
17
|
-
"train_all_data": "{{train_all_data}}"
|
|
17
|
+
"train_all_data": "{{train_all_data}}",
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
|
|
@@ -37,7 +37,7 @@ def match_features_case_insensitive(df: pd.DataFrame, model_features: list) -> p
|
|
|
37
37
|
"""
|
|
38
38
|
Matches and renames DataFrame columns to match model feature names (case-insensitive).
|
|
39
39
|
Prioritizes exact matches, then case-insensitive matches.
|
|
40
|
-
|
|
40
|
+
|
|
41
41
|
Raises ValueError if any model features cannot be matched.
|
|
42
42
|
"""
|
|
43
43
|
df_columns_lower = {col.lower(): col for col in df.columns}
|
|
@@ -81,10 +81,7 @@ if __name__ == "__main__":
|
|
|
81
81
|
args = parser.parse_args()
|
|
82
82
|
|
|
83
83
|
# Load training data from the specified directory
|
|
84
|
-
training_files = [
|
|
85
|
-
os.path.join(args.train, file)
|
|
86
|
-
for file in os.listdir(args.train) if file.endswith(".csv")
|
|
87
|
-
]
|
|
84
|
+
training_files = [os.path.join(args.train, file) for file in os.listdir(args.train) if file.endswith(".csv")]
|
|
88
85
|
df = pd.concat([pd.read_csv(file, engine="python") for file in training_files])
|
|
89
86
|
|
|
90
87
|
# Check if the DataFrame is empty
|
|
@@ -109,8 +106,10 @@ if __name__ == "__main__":
|
|
|
109
106
|
# Create and train the Regression/Confidence model
|
|
110
107
|
# model = BayesianRidge()
|
|
111
108
|
model = BayesianRidge(
|
|
112
|
-
alpha_1=1e-6,
|
|
113
|
-
|
|
109
|
+
alpha_1=1e-6,
|
|
110
|
+
alpha_2=1e-6, # Noise precision
|
|
111
|
+
lambda_1=1e-6,
|
|
112
|
+
lambda_2=1e-6, # Weight precision
|
|
114
113
|
fit_intercept=True,
|
|
115
114
|
)
|
|
116
115
|
|
|
@@ -4,11 +4,7 @@ import awswrangler as wr
|
|
|
4
4
|
import numpy as np
|
|
5
5
|
|
|
6
6
|
# Model Performance Scores
|
|
7
|
-
from sklearn.metrics import
|
|
8
|
-
mean_absolute_error,
|
|
9
|
-
r2_score,
|
|
10
|
-
root_mean_squared_error
|
|
11
|
-
)
|
|
7
|
+
from sklearn.metrics import mean_absolute_error, r2_score, root_mean_squared_error
|
|
12
8
|
from sklearn.model_selection import KFold
|
|
13
9
|
from scipy.optimize import minimize
|
|
14
10
|
|
|
@@ -23,7 +19,7 @@ TEMPLATE_PARAMS = {
|
|
|
23
19
|
"features": "{{feature_list}}",
|
|
24
20
|
"target": "{{target_column}}",
|
|
25
21
|
"train_all_data": "{{train_all_data}}",
|
|
26
|
-
"model_metrics_s3_path": "{{model_metrics_s3_path}}"
|
|
22
|
+
"model_metrics_s3_path": "{{model_metrics_s3_path}}",
|
|
27
23
|
}
|
|
28
24
|
|
|
29
25
|
|
|
@@ -47,7 +43,7 @@ def match_features_case_insensitive(df: pd.DataFrame, model_features: list) -> p
|
|
|
47
43
|
"""
|
|
48
44
|
Matches and renames DataFrame columns to match model feature names (case-insensitive).
|
|
49
45
|
Prioritizes exact matches, then case-insensitive matches.
|
|
50
|
-
|
|
46
|
+
|
|
51
47
|
Raises ValueError if any model features cannot be matched.
|
|
52
48
|
"""
|
|
53
49
|
df_columns_lower = {col.lower(): col for col in df.columns}
|
|
@@ -90,10 +86,7 @@ if __name__ == "__main__":
|
|
|
90
86
|
args = parser.parse_args()
|
|
91
87
|
|
|
92
88
|
# Load training data from the specified directory
|
|
93
|
-
training_files = [
|
|
94
|
-
os.path.join(args.train, file)
|
|
95
|
-
for file in os.listdir(args.train) if file.endswith(".csv")
|
|
96
|
-
]
|
|
89
|
+
training_files = [os.path.join(args.train, file) for file in os.listdir(args.train) if file.endswith(".csv")]
|
|
97
90
|
df = pd.concat([pd.read_csv(file, engine="python") for file in training_files])
|
|
98
91
|
|
|
99
92
|
# Check if the DataFrame is empty
|
|
@@ -172,16 +165,14 @@ if __name__ == "__main__":
|
|
|
172
165
|
cv_residuals = np.array(cv_residuals)
|
|
173
166
|
cv_uncertainties = np.array(cv_uncertainties)
|
|
174
167
|
|
|
175
|
-
|
|
176
168
|
# Optimize calibration parameters: σ_cal = a * σ_uc + b
|
|
177
169
|
def neg_log_likelihood(params):
|
|
178
170
|
a, b = params
|
|
179
171
|
sigma_cal = a * cv_uncertainties + b
|
|
180
172
|
sigma_cal = np.maximum(sigma_cal, 1e-8) # Prevent division by zero
|
|
181
|
-
return np.sum(0.5 * np.log(2 * np.pi * sigma_cal
|
|
173
|
+
return np.sum(0.5 * np.log(2 * np.pi * sigma_cal**2) + 0.5 * (cv_residuals**2) / (sigma_cal**2))
|
|
182
174
|
|
|
183
|
-
|
|
184
|
-
result = minimize(neg_log_likelihood, x0=[1.0, 0.1], method='Nelder-Mead')
|
|
175
|
+
result = minimize(neg_log_likelihood, x0=[1.0, 0.1], method="Nelder-Mead")
|
|
185
176
|
cal_a, cal_b = result.x
|
|
186
177
|
|
|
187
178
|
print(f"Calibration parameters: a={cal_a:.4f}, b={cal_b:.4f}")
|
|
@@ -205,7 +196,9 @@ if __name__ == "__main__":
|
|
|
205
196
|
result_df["prediction"] = result_df[[name for name in result_df.columns if name.startswith("m_")]].mean(axis=1)
|
|
206
197
|
|
|
207
198
|
# Compute uncalibrated uncertainty
|
|
208
|
-
result_df["prediction_std_uc"] = result_df[[name for name in result_df.columns if name.startswith("m_")]].std(
|
|
199
|
+
result_df["prediction_std_uc"] = result_df[[name for name in result_df.columns if name.startswith("m_")]].std(
|
|
200
|
+
axis=1
|
|
201
|
+
)
|
|
209
202
|
|
|
210
203
|
# Apply calibration to uncertainty
|
|
211
204
|
result_df["prediction_std"] = cal_a * result_df["prediction_std_uc"] + cal_b
|
|
@@ -352,4 +345,4 @@ def predict_fn(df, models) -> pd.DataFrame:
|
|
|
352
345
|
df = df.reindex(sorted(df.columns), axis=1)
|
|
353
346
|
|
|
354
347
|
# All done, return the DataFrame
|
|
355
|
-
return df
|
|
348
|
+
return df
|
|
@@ -9,7 +9,7 @@ from sklearn.model_selection import train_test_split
|
|
|
9
9
|
TEMPLATE_PARAMS = {
|
|
10
10
|
"features": "{{feature_list}}",
|
|
11
11
|
"target": "{{target_column}}",
|
|
12
|
-
"train_all_data": "{{train_all_data}}"
|
|
12
|
+
"train_all_data": "{{train_all_data}}",
|
|
13
13
|
}
|
|
14
14
|
|
|
15
15
|
from io import StringIO
|
|
@@ -33,7 +33,7 @@ def match_features_case_insensitive(df: pd.DataFrame, model_features: list) -> p
|
|
|
33
33
|
"""
|
|
34
34
|
Matches and renames DataFrame columns to match model feature names (case-insensitive).
|
|
35
35
|
Prioritizes exact matches, then case-insensitive matches.
|
|
36
|
-
|
|
36
|
+
|
|
37
37
|
Raises ValueError if any model features cannot be matched.
|
|
38
38
|
"""
|
|
39
39
|
df_columns_lower = {col.lower(): col for col in df.columns}
|
|
@@ -46,7 +46,7 @@ def match_features_case_insensitive(df: pd.DataFrame, model_features: list) -> p
|
|
|
46
46
|
rename_dict[df_columns_lower[feature.lower()]] = feature
|
|
47
47
|
else:
|
|
48
48
|
missing.append(feature)
|
|
49
|
-
|
|
49
|
+
|
|
50
50
|
if missing:
|
|
51
51
|
raise ValueError(f"Features not found: {missing}")
|
|
52
52
|
|
|
@@ -76,10 +76,7 @@ if __name__ == "__main__":
|
|
|
76
76
|
args = parser.parse_args()
|
|
77
77
|
|
|
78
78
|
# Load training data from the specified directory
|
|
79
|
-
training_files = [
|
|
80
|
-
os.path.join(args.train, file)
|
|
81
|
-
for file in os.listdir(args.train) if file.endswith(".csv")
|
|
82
|
-
]
|
|
79
|
+
training_files = [os.path.join(args.train, file) for file in os.listdir(args.train) if file.endswith(".csv")]
|
|
83
80
|
df = pd.concat([pd.read_csv(file, engine="python") for file in training_files])
|
|
84
81
|
|
|
85
82
|
# Check if the DataFrame is empty
|
|
@@ -112,10 +109,7 @@ if __name__ == "__main__":
|
|
|
112
109
|
)
|
|
113
110
|
|
|
114
111
|
# Create a Pipeline with StandardScaler
|
|
115
|
-
model = Pipeline([
|
|
116
|
-
("scaler", StandardScaler()),
|
|
117
|
-
("model", model)
|
|
118
|
-
])
|
|
112
|
+
model = Pipeline([("scaler", StandardScaler()), ("model", model)])
|
|
119
113
|
|
|
120
114
|
# Prepare features and targets for training
|
|
121
115
|
X_train = df_train[features]
|