workbench 0.8.198__tar.gz → 0.8.217__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.198 → workbench-0.8.217}/.gitignore +2 -2
- {workbench-0.8.198 → workbench-0.8.217}/PKG-INFO +7 -6
- {workbench-0.8.198 → workbench-0.8.217}/applications/aws_dashboard/Dockerfile +1 -1
- {workbench-0.8.198 → workbench-0.8.217}/applications/compound_explorer/requirements.txt +1 -1
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/aws_identity_check.py +0 -1
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/workbench_dashboard_full/app.py +1 -1
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/workbench_dashboard_full/workbench_dashboard_full/workbench_dashboard_stack.py +0 -1
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/workbench_dashboard_lite/app.py +1 -2
- {workbench-0.8.198 → workbench-0.8.217}/docs/api_classes/endpoint.md +1 -1
- {workbench-0.8.198 → workbench-0.8.217}/docs/api_classes/meta.md +1 -1
- {workbench-0.8.198 → workbench-0.8.217}/docs/cached/cached_meta.md +1 -1
- {workbench-0.8.198 → workbench-0.8.217}/docs/core_classes/transforms/features_to_model.md +1 -1
- {workbench-0.8.198 → workbench-0.8.217}/examples/endpoint/endpoint_inference.py +1 -1
- {workbench-0.8.198 → workbench-0.8.217}/examples/glue_jobs/glue_example_1.py +1 -1
- {workbench-0.8.198 → workbench-0.8.217}/examples/glue_jobs/glue_example_2.py +1 -1
- {workbench-0.8.198 → workbench-0.8.217}/examples/glue_jobs/glue_example_3.py +1 -1
- {workbench-0.8.198 → workbench-0.8.217}/examples/ml_pipelines/list_models.py +0 -1
- {workbench-0.8.198 → workbench-0.8.217}/examples/ml_pipelines/wine_classifier.py +2 -2
- workbench-0.8.217/examples/models/chemprop.py +140 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/models/custom_model.py +1 -1
- {workbench-0.8.198 → workbench-0.8.217}/examples/models/dbscan.py +1 -1
- workbench-0.8.217/examples/models/meta_model.py +34 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/models/pytorch.py +16 -17
- {workbench-0.8.198 → workbench-0.8.217}/examples/models/smiles_to_md_v1.py +2 -2
- {workbench-0.8.198 → workbench-0.8.217}/examples/models/uq/bayesian_ridge.py +2 -2
- {workbench-0.8.198 → workbench-0.8.217}/examples/models/uq/ensemble_xgb.py +1 -1
- {workbench-0.8.198 → workbench-0.8.217}/examples/models/uq/gaussian_process.py +2 -2
- {workbench-0.8.198 → workbench-0.8.217}/examples/models/uq/meta_uq.py +2 -2
- {workbench-0.8.198 → workbench-0.8.217}/examples/models/uq/ngboost.py +2 -2
- {workbench-0.8.198 → workbench-0.8.217}/examples/models/uq/quant_xgb.py +2 -2
- workbench-0.8.217/examples/models/xgb_model.py +76 -0
- workbench-0.8.217/experiments/chem_info/knn_sims.py +22 -0
- workbench-0.8.217/experiments/cleanlab_bug_report.py +17 -0
- {workbench-0.8.198/scripts/admin → workbench-0.8.217/experiments}/db_scan_test.py +2 -2
- {workbench-0.8.198 → workbench-0.8.217}/experiments/rocauc_testing.py +1 -1
- {workbench-0.8.198 → workbench-0.8.217}/experiments/sol_pipeline.py +1 -1
- workbench-0.8.217/feature_endpoints/model_scripts/rdkit_mordred_model_script.py +90 -0
- workbench-0.8.217/feature_endpoints/model_scripts/rdkit_mordred_model_script_keep_salts.py +90 -0
- workbench-0.8.217/feature_endpoints/model_scripts/requirements.txt +2 -0
- workbench-0.8.217/feature_endpoints/rdkit_mordred_keep_salts_v1.py +66 -0
- workbench-0.8.217/feature_endpoints/rdkit_mordred_v1.py +66 -0
- {workbench-0.8.198 → workbench-0.8.217}/glue_jobs/example_glue_job.py +2 -1
- {workbench-0.8.198 → workbench-0.8.217}/glue_jobs/glue_job_pipeline.py +1 -1
- {workbench-0.8.198 → workbench-0.8.217}/ml_pipelines/hyper_uq.py +1 -2
- {workbench-0.8.198 → workbench-0.8.217}/model_docker_images/inference/Dockerfile +0 -3
- {workbench-0.8.198 → workbench-0.8.217}/model_docker_images/inference/requirements.txt +4 -3
- {workbench-0.8.198/model_docker_images/pytorch_inference → workbench-0.8.217/model_docker_images/meta_inference}/Dockerfile +4 -7
- workbench-0.8.217/model_docker_images/meta_inference/requirements.txt +5 -0
- {workbench-0.8.198/model_docker_images/training → workbench-0.8.217/model_docker_images/meta_training}/Dockerfile +3 -10
- workbench-0.8.217/model_docker_images/meta_training/requirements.txt +3 -0
- {workbench-0.8.198 → workbench-0.8.217}/model_docker_images/ml_pipelines/Dockerfile +1 -1
- {workbench-0.8.198 → workbench-0.8.217}/model_docker_images/ml_pipelines/requirements.txt +0 -2
- workbench-0.8.217/model_docker_images/pytorch_inference/requirements.txt +14 -0
- workbench-0.8.217/model_docker_images/pytorch_training/Dockerfile +25 -0
- workbench-0.8.217/model_docker_images/pytorch_training/requirements.txt +12 -0
- workbench-0.8.217/model_docker_images/pytorch_training/sagemaker_entrypoint.py +152 -0
- {workbench-0.8.198 → workbench-0.8.217}/model_docker_images/scripts/build_deploy.sh +3 -2
- {workbench-0.8.198 → workbench-0.8.217}/model_docker_images/tests/example_model_script.py +19 -20
- {workbench-0.8.198 → workbench-0.8.217}/model_docker_images/tests/test_training.py +4 -2
- {workbench-0.8.198/model_docker_images/pytorch_training → workbench-0.8.217/model_docker_images/training}/Dockerfile +2 -1
- {workbench-0.8.198 → workbench-0.8.217}/model_docker_images/training/requirements.txt +1 -0
- workbench-0.8.217/open_admet/.gitignore +1 -0
- workbench-0.8.217/open_admet/README.md +138 -0
- workbench-0.8.217/open_admet/all_models.py +153 -0
- workbench-0.8.217/open_admet/hello_world.py +38 -0
- workbench-0.8.217/open_admet/load_data.py +101 -0
- workbench-0.8.217/open_admet/model_metrics.md +67 -0
- workbench-0.8.217/open_admet/run_inference.py +281 -0
- workbench-0.8.217/open_admet/utils/compute_model_metrics.py +86 -0
- {workbench-0.8.198 → workbench-0.8.217}/pyproject.toml +9 -6
- {workbench-0.8.198 → workbench-0.8.217}/scripts/admin/migration/model_migrate.py +1 -1
- {workbench-0.8.198/scripts → workbench-0.8.217/scripts/admin}/test_no_workbench_config.py +4 -2
- {workbench-0.8.198 → workbench-0.8.217}/scripts/ag_table_row_selection.py +1 -1
- {workbench-0.8.198 → workbench-0.8.217}/scripts/compare_dataframes.py +8 -2
- {workbench-0.8.198 → workbench-0.8.217}/scripts/llm_deploys/deepseek_deploy.py +3 -4
- {workbench-0.8.198 → workbench-0.8.217}/scripts/tox21/tox21_to_df_store.py +1 -1
- workbench-0.8.217/src/workbench/algorithms/dataframe/feature_space_proximity.py +194 -0
- workbench-0.8.217/src/workbench/algorithms/dataframe/fingerprint_proximity.py +339 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/algorithms/dataframe/projection_2d.py +38 -21
- {workbench-0.8.198/src/workbench/model_scripts/custom_models/proximity → workbench-0.8.217/src/workbench/algorithms/dataframe}/proximity.py +86 -154
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/algorithms/graph/light/proximity_graph.py +5 -5
- workbench-0.8.217/src/workbench/algorithms/models/cleanlab_model.py +382 -0
- workbench-0.8.217/src/workbench/algorithms/models/noise_model.py +388 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/api/__init__.py +5 -1
- workbench-0.8.217/src/workbench/api/df_store.py +103 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/api/endpoint.py +13 -11
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/api/feature_set.py +118 -11
- workbench-0.8.217/src/workbench/api/meta_model.py +289 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/api/model.py +46 -13
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/api/parameter_store.py +3 -52
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/cached/cached_model.py +4 -4
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/artifacts/__init__.py +11 -2
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/artifacts/artifact.py +5 -5
- workbench-0.8.217/src/workbench/core/artifacts/df_store_core.py +114 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/artifacts/endpoint_core.py +262 -232
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/artifacts/feature_set_core.py +69 -1
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/artifacts/model_core.py +70 -32
- workbench-0.8.217/src/workbench/core/artifacts/parameter_store_core.py +98 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/pipelines/pipeline_executor.py +1 -1
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/transforms/features_to_model/features_to_model.py +51 -34
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/transforms/model_to_endpoint/model_to_endpoint.py +41 -10
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/transforms/pandas_transforms/pandas_to_features.py +11 -2
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/views/view.py +2 -2
- workbench-0.8.217/src/workbench/model_script_utils/model_script_utils.py +335 -0
- workbench-0.8.217/src/workbench/model_script_utils/pytorch_utils.py +405 -0
- workbench-0.8.217/src/workbench/model_script_utils/uq_harness.py +278 -0
- workbench-0.8.217/src/workbench/model_scripts/chemprop/chemprop.template +649 -0
- workbench-0.8.217/src/workbench/model_scripts/chemprop/generated_model_script.py +649 -0
- workbench-0.8.217/src/workbench/model_scripts/chemprop/model_script_utils.py +335 -0
- {workbench-0.8.198/src/workbench/model_scripts/pytorch_model → workbench-0.8.217/src/workbench/model_scripts/chemprop}/requirements.txt +2 -1
- {workbench-0.8.198/src/workbench/utils/chem_utils → workbench-0.8.217/src/workbench/model_scripts/custom_models/chem_info}/fingerprints.py +7 -3
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/model_scripts/custom_models/chem_info/morgan_fingerprints.py +1 -1
- workbench-0.8.217/src/workbench/model_scripts/custom_models/proximity/feature_space_proximity.py +194 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/model_scripts/custom_models/proximity/feature_space_proximity.template +6 -6
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/model_scripts/custom_models/uq_models/ensemble_xgb.template +11 -5
- workbench-0.8.217/src/workbench/model_scripts/custom_models/uq_models/feature_space_proximity.py +194 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/model_scripts/custom_models/uq_models/meta_uq.template +17 -11
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/model_scripts/custom_models/uq_models/ngboost.template +11 -5
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/model_scripts/ensemble_xgb/ensemble_xgb.template +11 -5
- workbench-0.8.217/src/workbench/model_scripts/meta_model/generated_model_script.py +209 -0
- workbench-0.8.217/src/workbench/model_scripts/meta_model/meta_model.template +209 -0
- workbench-0.8.217/src/workbench/model_scripts/pytorch_model/generated_model_script.py +520 -0
- workbench-0.8.217/src/workbench/model_scripts/pytorch_model/model_script_utils.py +335 -0
- workbench-0.8.217/src/workbench/model_scripts/pytorch_model/pytorch.template +520 -0
- workbench-0.8.217/src/workbench/model_scripts/pytorch_model/pytorch_utils.py +405 -0
- workbench-0.8.217/src/workbench/model_scripts/pytorch_model/requirements.txt +2 -0
- workbench-0.8.217/src/workbench/model_scripts/pytorch_model/uq_harness.py +278 -0
- workbench-0.8.217/src/workbench/model_scripts/scikit_learn/generated_model_script.py +302 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/model_scripts/script_generation.py +15 -11
- workbench-0.8.217/src/workbench/model_scripts/uq_models/generated_model_script.py +248 -0
- workbench-0.8.217/src/workbench/model_scripts/xgb_model/generated_model_script.py +445 -0
- workbench-0.8.217/src/workbench/model_scripts/xgb_model/model_script_utils.py +335 -0
- workbench-0.8.217/src/workbench/model_scripts/xgb_model/uq_harness.py +278 -0
- workbench-0.8.217/src/workbench/model_scripts/xgb_model/xgb_model.template +445 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/repl/workbench_shell.py +14 -10
- workbench-0.8.217/src/workbench/resources/open_source_api.key +1 -0
- workbench-0.8.217/src/workbench/scripts/endpoint_test.py +162 -0
- workbench-0.8.198/src/workbench/scripts/lambda_launcher.py → workbench-0.8.217/src/workbench/scripts/lambda_test.py +10 -0
- workbench-0.8.217/src/workbench/scripts/training_test.py +85 -0
- workbench-0.8.217/src/workbench/utils/chem_utils/fingerprints.py +138 -0
- workbench-0.8.217/src/workbench/utils/chem_utils/mol_descriptors.py +483 -0
- workbench-0.8.217/src/workbench/utils/chem_utils/mol_standardize.py +450 -0
- workbench-0.8.217/src/workbench/utils/chemprop_utils.py +141 -0
- workbench-0.8.217/src/workbench/utils/meta_model_simulator.py +471 -0
- workbench-0.8.217/src/workbench/utils/metrics_utils.py +256 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/model_utils.py +193 -54
- workbench-0.8.217/src/workbench/utils/pytorch_utils.py +87 -0
- workbench-0.8.217/src/workbench/utils/xgboost_local_crossfold.py +267 -0
- workbench-0.8.217/src/workbench/utils/xgboost_model_utils.py +324 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/components/model_plot.py +7 -1
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/components/plugins/model_details.py +30 -68
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/components/plugins/scatter_plot.py +4 -8
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench.egg-info/PKG-INFO +7 -6
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench.egg-info/SOURCES.txt +60 -35
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench.egg-info/entry_points.txt +3 -1
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench.egg-info/requires.txt +6 -5
- workbench-0.8.217/test_artifacts/create_aqsol_artifacts.py +115 -0
- workbench-0.8.198/test_artifacts/create_aqsol_artifacts.py → workbench-0.8.217/test_artifacts/create_aqsol_artifacts_all.py +9 -12
- {workbench-0.8.198 → workbench-0.8.217}/test_artifacts/create_aqsol_rt_artifacts.py +4 -4
- {workbench-0.8.198 → workbench-0.8.217}/test_artifacts/create_basic_test_artifacts.py +3 -3
- {workbench-0.8.198 → workbench-0.8.217}/test_artifacts/create_copy_artifacts.py +1 -1
- {workbench-0.8.198 → workbench-0.8.217}/test_artifacts/create_knn_artifacts.py +2 -2
- {workbench-0.8.198 → workbench-0.8.217}/test_artifacts/create_meta_endpoints.py +1 -1
- {workbench-0.8.198 → workbench-0.8.217}/test_artifacts/create_proximity_models.py +2 -2
- {workbench-0.8.198 → workbench-0.8.217}/test_artifacts/create_quant_regression_artifacts.py +3 -3
- {workbench-0.8.198 → workbench-0.8.217}/test_artifacts/create_training_adjusted_artifacts.py +1 -3
- {workbench-0.8.198 → workbench-0.8.217}/test_artifacts/create_wine_artifacts.py +1 -1
- {workbench-0.8.198 → workbench-0.8.217}/test_artifacts/hyper_testing.py +2 -2
- {workbench-0.8.198 → workbench-0.8.217}/test_artifacts/regression_ensemble.py +1 -1
- {workbench-0.8.198 → workbench-0.8.217}/test_artifacts/stress_test_aws.py +1 -1
- {workbench-0.8.198 → workbench-0.8.217}/tests/artifacts/model_metrics_tests.py +2 -2
- workbench-0.8.217/tests/pytorch/pytorch_hello.py +63 -0
- {workbench-0.8.198 → workbench-0.8.217}/tox.ini +1 -1
- workbench-0.8.198/aws_setup/workbench_compute/tests/unit/test_workbench_compute_stack.py +0 -17
- workbench-0.8.198/examples/models/uq/mapie.py +0 -38
- workbench-0.8.198/examples/storage/data_to_data.py +0 -34
- workbench-0.8.198/examples/storage/data_to_features.py +0 -19
- workbench-0.8.198/examples/storage/endpoint_inference.py +0 -40
- workbench-0.8.198/examples/storage/hello_world_pipeline.py +0 -44
- workbench-0.8.198/examples/storage/plugin_page_example.py +0 -122
- workbench-0.8.198/experiments/chem_info/knn_sims.py +0 -25
- workbench-0.8.198/experiments/chemprop_model.py +0 -492
- workbench-0.8.198/experiments/mapie_model.py +0 -477
- workbench-0.8.198/experiments/neighbor_outliers.py +0 -69
- workbench-0.8.198/experiments/pytorch_model.py +0 -583
- workbench-0.8.198/experiments/quantile_regression.py +0 -157
- workbench-0.8.198/experiments/quantile_regression_2.py +0 -236
- workbench-0.8.198/experiments/regression_confidence.py +0 -94
- workbench-0.8.198/model_docker_images/meta_endpoint/requirements.txt +0 -5
- workbench-0.8.198/model_docker_images/pytorch_inference/requirements.txt +0 -11
- workbench-0.8.198/model_docker_images/pytorch_training/requirements.txt +0 -9
- workbench-0.8.198/scripts/find_smiles_issues.py +0 -31
- workbench-0.8.198/src/workbench/algorithms/dataframe/feature_space_proximity.py +0 -101
- workbench-0.8.198/src/workbench/algorithms/dataframe/fingerprint_proximity.py +0 -162
- workbench-0.8.198/src/workbench/algorithms/dataframe/proximity.py +0 -403
- workbench-0.8.198/src/workbench/api/df_store.py +0 -194
- workbench-0.8.198/src/workbench/core/cloud_platform/aws/aws_df_store.py +0 -404
- workbench-0.8.198/src/workbench/core/cloud_platform/aws/aws_parameter_store.py +0 -280
- workbench-0.8.198/src/workbench/model_scripts/__pycache__/script_generation.cpython-312.pyc +0 -0
- workbench-0.8.198/src/workbench/model_scripts/__pycache__/script_generation.cpython-313.pyc +0 -0
- workbench-0.8.198/src/workbench/model_scripts/custom_models/uq_models/proximity.py +0 -403
- workbench-0.8.198/src/workbench/model_scripts/pytorch_model/generated_model_script.py +0 -567
- workbench-0.8.198/src/workbench/model_scripts/pytorch_model/pytorch.template +0 -567
- workbench-0.8.198/src/workbench/model_scripts/uq_models/generated_model_script.py +0 -589
- workbench-0.8.198/src/workbench/model_scripts/uq_models/mapie.template +0 -589
- workbench-0.8.198/src/workbench/model_scripts/uq_models/requirements.txt +0 -1
- workbench-0.8.198/src/workbench/model_scripts/xgb_model/generated_model_script.py +0 -468
- workbench-0.8.198/src/workbench/model_scripts/xgb_model/xgb_model.template +0 -468
- workbench-0.8.198/src/workbench/resources/open_source_api.key +0 -1
- workbench-0.8.198/src/workbench/utils/__init__.py +0 -0
- workbench-0.8.198/src/workbench/utils/chem_utils/__init__.py +0 -0
- workbench-0.8.198/src/workbench/utils/xgboost_model_utils.py +0 -626
- workbench-0.8.198/test_artifacts/100_percent_models.py +0 -95
- workbench-0.8.198/test_artifacts/create_aqsol_uq_artifacts.py +0 -48
- workbench-0.8.198/test_artifacts/hyper_uq_testing.py +0 -54
- workbench-0.8.198/tests/pytorch/pytorch_hello.py +0 -246
- {workbench-0.8.198 → workbench-0.8.217}/.flake8 +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/.github/dependabot.yml +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/.github/workflows/deploy-docs.yml +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/.github/workflows/python-lint.yml +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/CONTRIBUTING.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/Dockerfile +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/LICENSE +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/Makefile +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/README.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/SECURITY.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/aws_dashboard/README.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/aws_dashboard/app.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/aws_dashboard/assets/favicon.ico +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/aws_dashboard/dashboard +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/aws_dashboard/deploy.sh +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/aws_dashboard/nginx.conf +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/aws_dashboard/open_source_config.json +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/aws_dashboard/pages/data_sources/callbacks.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/aws_dashboard/pages/data_sources/layout.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/aws_dashboard/pages/data_sources/page.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/aws_dashboard/pages/endpoints/callbacks.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/aws_dashboard/pages/endpoints/layout.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/aws_dashboard/pages/endpoints/page.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/aws_dashboard/pages/feature_sets/callbacks.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/aws_dashboard/pages/feature_sets/layout.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/aws_dashboard/pages/feature_sets/page.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/aws_dashboard/pages/license/page.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/aws_dashboard/pages/main/callbacks.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/aws_dashboard/pages/main/layout.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/aws_dashboard/pages/main/page.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/aws_dashboard/pages/models/callbacks.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/aws_dashboard/pages/models/layout.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/aws_dashboard/pages/models/page.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/aws_dashboard/pages/pipelines/callbacks.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/aws_dashboard/pages/pipelines/layout.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/aws_dashboard/pages/pipelines/page.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/aws_dashboard/pages/status/page.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/aws_dashboard/static/dark.css +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/aws_dashboard/static/light.css +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/aws_dashboard/supervisord.conf +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/compound_explorer/Dockerfile +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/compound_explorer/README.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/compound_explorer/app.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/compound_explorer/assets/favicon.ico +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/compound_explorer/callbacks.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/compound_explorer/explorer +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/compound_explorer/layout.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/compound_explorer/nginx.conf +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/compound_explorer/open_source_config.json +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/compound_explorer/storage/callbacks.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/compound_explorer/storage/callbacks_new.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/compound_explorer/storage/layout_new.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/applications/compound_explorer/supervisord.conf +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/aws_account_setup.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/build_ml_pipeline.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/compound_explorer/.gitignore +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/compound_explorer/README.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/compound_explorer/app.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/compound_explorer/cdk.json +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/compound_explorer/compound_explorer/__init__.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/compound_explorer/compound_explorer/compound_explorer_stack.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/compound_explorer/requirements.txt +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/event_bridge/Readme.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/workbench_compute/README.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/workbench_compute/app.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/workbench_compute/cdk.json +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/workbench_compute/requirements.txt +0 -0
- {workbench-0.8.198/aws_setup/workbench_compute/tests → workbench-0.8.217/aws_setup/workbench_compute/workbench_compute}/__init__.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/workbench_compute/workbench_compute/workbench_compute_stack.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/workbench_core/.gitignore +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/workbench_core/README.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/workbench_core/app.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/workbench_core/cdk.json +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/workbench_core/requirements-dev.txt +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/workbench_core/requirements.txt +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/workbench_core/source.bat +0 -0
- {workbench-0.8.198/aws_setup/workbench_compute/tests/unit → workbench-0.8.217/aws_setup/workbench_core/workbench_core}/__init__.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/workbench_core/workbench_core/workbench_core_stack.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/workbench_dashboard_full/.gitignore +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/workbench_dashboard_full/README.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/workbench_dashboard_full/cdk.json +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/workbench_dashboard_full/requirements-dev.txt +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/workbench_dashboard_full/requirements.txt +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/workbench_dashboard_full/source.bat +0 -0
- {workbench-0.8.198/aws_setup/workbench_compute/workbench_compute → workbench-0.8.217/aws_setup/workbench_dashboard_full/workbench_dashboard_full}/__init__.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/workbench_dashboard_lite/.gitignore +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/workbench_dashboard_lite/README.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/workbench_dashboard_lite/cdk.json +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/workbench_dashboard_lite/requirements.txt +0 -0
- {workbench-0.8.198/aws_setup/workbench_core/workbench_core → workbench-0.8.217/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite}/__init__.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite/workbench_dashboard_stack.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/data/abalone.csv +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/data/karate_graph.json +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/data/test_data.csv +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/data/test_data.json +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/data/wine_dataset.csv +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/deploy_docker.sh +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/admin/aws_service_limits.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/admin/base_docker_push.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/admin/dashboard_docker_push.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/admin/dashboard_s3_plugins.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/admin/explorer_docker_push.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/admin/images/dashboard_secret_click.png +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/admin/images/serverless_quotas.png +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/admin/images/status_showing_S3_path.png +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/admin/pypi_release.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/admin/workbench_docker_for_lambdas.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/api_classes/data_source.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/api_classes/df_store.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/api_classes/feature_set.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/api_classes/model.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/api_classes/monitor.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/api_classes/overview.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/api_classes/parameter_store.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/api_classes/pipelines.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/api_classes/views.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/aws_setup/aws_access_management.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/aws_setup/aws_client_vpn.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/aws_setup/aws_setup.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/aws_setup/aws_tips_and_tricks.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/aws_setup/core_stack.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/aws_setup/dashboard_stack.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/aws_setup/domain_cert_setup.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/aws_setup/full_pipeline.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/aws_setup/iam_assume_role.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/aws_setup/sso_assume_role.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/blogs/aws_credentials_lock.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/blogs/canonicalization_and_tautomerization.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/blogs/compound_etl.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/blogs/compound_explorer.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/blogs/descriptor_drilldown.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/blogs/eda.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/blogs/feature_importances.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/blogs/fun_with_workbench/fun_with_endpoints.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/blogs/htg.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/blogs/index.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/blogs/model_monitoring.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/blogs/residual_analysis.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/cached/cached_data_source.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/cached/cached_endpoint.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/cached/cached_feature_set.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/cached/cached_model.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/cached/overview.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/chem_utils/index.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/cloudwatch/index.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/comparisons/workbench_vs_databricks.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/compound_explorer/tox21.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/compound_explorer/toxicity_modeling.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/core_classes/artifacts/artifact.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/core_classes/artifacts/athena_source.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/core_classes/artifacts/data_source_abstract.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/core_classes/artifacts/endpoint_core.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/core_classes/artifacts/feature_set_core.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/core_classes/artifacts/model_core.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/core_classes/artifacts/monitor_core.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/core_classes/artifacts/overview.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/core_classes/overview.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/core_classes/transforms/data_loaders_heavy.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/core_classes/transforms/data_loaders_light.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/core_classes/transforms/data_to_features.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/core_classes/transforms/model_to_endpoint.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/core_classes/transforms/overview.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/core_classes/transforms/pandas_transforms.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/core_classes/transforms/transform.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/core_classes/views/computation_view.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/core_classes/views/display_view.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/core_classes/views/inference_view.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/core_classes/views/overview.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/core_classes/views/training_view.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/data_algorithms/dataframes/overview.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/data_algorithms/graphs/overview.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/data_algorithms/overview.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/data_algorithms/spark/overview.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/data_algorithms/sql/overview.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/enterprise/index.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/enterprise/private_saas.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/enterprise/project_branding.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/enterprise/themes.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/getting_started/index.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/glue/index.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/images/big_spider.png +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/images/graph_representation.png +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/images/powered_aws_dark_blue.png +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/images/powered_aws_transparent.png +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/images/powered_aws_white.png +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/images/powered_aws_with_tm_grey.png +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/images/scp.png +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/images/scp_labs.png +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/images/small_spider.png +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/images/workbench_concepts.png +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/index.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/lambda_layer/index.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/misc/faq.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/misc/general_info.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/misc/scp_consulting.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/misc/workbench_classes_concepts.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/model_utils/index.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/plugins/index.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/presentations/index.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/release_notes/0_8_106.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/release_notes/0_8_158.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/release_notes/0_8_50.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/release_notes/0_8_55.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/release_notes/0_8_58.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/release_notes/0_8_60.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/release_notes/0_8_71.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/release_notes/0_8_74.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/release_notes/0_8_78.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/release_notes/archived/0_7_8.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/release_notes/archived/0_8_11.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/release_notes/archived/0_8_20.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/release_notes/archived/0_8_22.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/release_notes/archived/0_8_23.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/release_notes/archived/0_8_27.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/release_notes/archived/0_8_29.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/release_notes/archived/0_8_33.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/release_notes/archived/0_8_35.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/release_notes/archived/0_8_36.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/release_notes/archived/0_8_39.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/release_notes/archived/0_8_42.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/release_notes/archived/0_8_46.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/release_notes/archived/0_8_6.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/release_notes/archived/0_8_8.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/repl/index.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/road_maps/0_9_0.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/road_maps/0_9_5.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/themes/details.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/docs/themes/index.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/ag-grid/hello_world.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/chem_utils/tautomerize_smiles.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/datasource/datasource_from_df.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/datasource/datasource_from_s3.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/datasource/datasource_query.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/datasource/datasource_stats.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/datasource/datasource_to_featureset.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/endpoint/endpoint_details.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/endpoint/endpoint_metrics.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/featureset/featureset_eda.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/featureset/featureset_query.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/full_ml_pipeline.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/glue_jobs/glue_launcher_examples/example_1.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/glue_jobs/glue_launcher_examples/example_2.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/meta/meta_list_endpoints.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/meta/meta_list_models.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/meta/meta_model_metrics.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/model_utils/model_metrics.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/model_utils/model_to_endpoint.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/model_utils/onboard_model.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/models/knn.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/models/random_forest.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/monitor/monitor_setup.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/monitor/monitor_usage.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/plugins/branding/Readme.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/plugins/branding/scp.json +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/plugins/components/custom_plugin.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/plugins/components/endpoint_plugin.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/plugins/components/endpoint_turbo.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/plugins/components/model_markdown.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/plugins/components/model_plugin.py +0 -0
- {workbench-0.8.198/aws_setup/workbench_dashboard_full/workbench_dashboard_full → workbench-0.8.217/examples/plugins/packages/my_plugin_utils}/__init__.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/plugins/packages/my_plugin_utils/assets/foo.json +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/plugins/packages/my_plugin_utils/cool_stuff.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/plugins/pages/plugin_page_1.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/plugins/pages/plugin_page_2.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/plugins/pages/plugin_page_3.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/plugins/templates/Readme.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/plugins/views/model_plugin_view.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/examples/plugins/views/my_view_plugin.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/experiments/chem_info/bulk_sims.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/experiments/confidence_roc_curve.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/experiments/coverage_probability.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/experiments/log_testing.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/experiments/networkx_id.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/experiments/prediction_intervals.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/experiments/residual_analysis.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/experiments/scatter_zoom_issue.py +0 -0
- {workbench-0.8.198/src/workbench/model_scripts/custom_models/chem_info → workbench-0.8.217/feature_endpoints/model_scripts/molecular_utils}/mol_descriptors.py +0 -0
- {workbench-0.8.198/src/workbench/model_scripts/custom_models/chem_info → workbench-0.8.217/feature_endpoints/model_scripts/molecular_utils}/mol_standardize.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/glue_jobs/create_glue_workflow_with_trigger.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/glue_jobs/glue_mixed_case.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/mkdocs.yml +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/model_docker_images/Readme.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/model_docker_images/inference/main.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/model_docker_images/inference/serve +0 -0
- {workbench-0.8.198/model_docker_images/meta_endpoint → workbench-0.8.217/model_docker_images/meta_inference}/main.py +0 -0
- {workbench-0.8.198/model_docker_images/meta_endpoint → workbench-0.8.217/model_docker_images/meta_inference}/serve +0 -0
- {workbench-0.8.198/model_docker_images/pytorch_training → workbench-0.8.217/model_docker_images/meta_training}/sagemaker_entrypoint.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/model_docker_images/ml_pipelines/ml_pipeline_runner.py +0 -0
- {workbench-0.8.198/model_docker_images/meta_endpoint → workbench-0.8.217/model_docker_images/pytorch_inference}/Dockerfile +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/model_docker_images/pytorch_inference/main.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/model_docker_images/pytorch_inference/serve +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/model_docker_images/tests/data/abalone_sm.csv +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/model_docker_images/tests/run_tests.sh +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/model_docker_images/tests/test_inference.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/model_docker_images/training/sagemaker_entrypoint.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/model_docker_images/workbench_inference/Dockerfile +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/model_docker_images/workbench_inference/main.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/model_docker_images/workbench_inference/requirements.txt +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/model_docker_images/workbench_inference/serve +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/notebooks/Inference_On_Legacy_Models.ipynb +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/notebooks/ML_Pipeline_with_Workbench.ipynb +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/notebooks/ML_Pipeline_with_Workbench_2.ipynb +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/notebooks/Outliers_in_Workbench.ipynb +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/notebooks/Regression_Confidence_Experiments.ipynb +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/notebooks/Residual_Analysis.ipynb +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/notebooks/images/athena_query_aqsol.png +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/notebooks/images/aws_dashboard_aqsol.png +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/notebooks/images/dashboard_aqsol_features.png +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/notebooks/images/model_screenshot.png +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/notebooks/images/scp_labs.png +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/presentations/README.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/active_logs.sh +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/admin/athena_ddl_mixed_case.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/admin/check_all_glue_tables.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/admin/delete_invalid_views.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/admin/delete_redis_keys.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/admin/list_datacatalog.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/admin/migration/copy_glue_database.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/admin/migration/delete_sageworks_glue_database.sh +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/admin/migration/ds_migrate.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/admin/migration/endpoint_migrate.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/admin/migration/fs_migrate.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/admin/pull_image_digest.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/admin/redis_reaper.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/admin/spam_list_tags.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/admin/storage/convert_training_views.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/admin/storage/migrate_data_source_via_df.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/admin/storage/migrate_ds_meta.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/compare_model_packages.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/delete_data_capture.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/endpoint_timing.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/get_tags.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/instantiation_timings.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/model_cache_refresh.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/model_endpoint_sanity_check.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/monitor_event_bridge.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/onboard_endpoints.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/onboard_models.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/pipeline_model_endpoint.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/pubchem/pubchem_example.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/pubchem/pubchem_query.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/pubchem/pubchem_query_with_cid.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/sagemaker_feature_group_issue.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/seaborn_to_plotly.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/storage/dns_data_to_features.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/storage/generate_jsonl_data.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/test_feature_resolution.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/test_feature_set_creation.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/scripts/tox21/test_tox_heuristic.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/setup.cfg +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/__init__.py +0 -0
- {workbench-0.8.198/aws_setup/workbench_dashboard_lite/workbench_dashboard_lite → workbench-0.8.217/src/workbench/algorithms}/__init__.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/algorithms/dataframe/Readme.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/algorithms/dataframe/__init__.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/algorithms/dataframe/data_source_eda.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/algorithms/dataframe/storage/aggregation.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/algorithms/dataframe/storage/feature_resolution.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/algorithms/dataframe/storage/feature_spider.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/algorithms/dataframe/storage/residuals_calculator.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/algorithms/dataframe/storage/row_tagger.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/algorithms/dataframe/storage/target_gradients.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/algorithms/graph/__init__.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/algorithms/graph/heavy/Readme.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/algorithms/graph/light/Readme.md +0 -0
- {workbench-0.8.198/examples/plugins/packages/my_plugin_utils → workbench-0.8.217/src/workbench/algorithms/graph/light}/__init__.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/algorithms/spark/Readme.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/algorithms/sql/Readme.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/algorithms/sql/__init__.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/algorithms/sql/column_stats.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/algorithms/sql/correlations.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/algorithms/sql/descriptive_stats.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/algorithms/sql/outliers.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/algorithms/sql/sample_rows.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/algorithms/sql/value_counts.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/api/compound.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/api/data_source.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/api/graph_store.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/api/meta.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/api/monitor.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/api/pipeline.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/cached/__init__.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/cached/cached_data_source.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/cached/cached_endpoint.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/cached/cached_feature_set.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/cached/cached_meta.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/cached/cached_pipeline.py +0 -0
- {workbench-0.8.198/src/workbench/algorithms → workbench-0.8.217/src/workbench/core}/__init__.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/artifacts/athena_source.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/artifacts/cached_artifact_mixin.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/artifacts/data_capture_core.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/artifacts/data_source_abstract.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/artifacts/data_source_factory.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/artifacts/monitor_core.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/cloud_platform/aws/README.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/cloud_platform/aws/aws_account_clamp.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/cloud_platform/aws/aws_graph_store.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/cloud_platform/aws/aws_meta.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/cloud_platform/aws/aws_secrets_manager.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/cloud_platform/aws/aws_session.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/cloud_platform/aws/cache_dataframe.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/cloud_platform/azure/README.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/cloud_platform/cloud_meta.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/cloud_platform/gcp/README.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/transforms/Readme.md +0 -0
- {workbench-0.8.198/src/workbench/algorithms/graph/light → workbench-0.8.217/src/workbench/core/transforms}/__init__.py +0 -0
- {workbench-0.8.198/src/workbench/core → workbench-0.8.217/src/workbench/core/transforms/data_loaders}/__init__.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/transforms/data_loaders/heavy/__init__.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/transforms/data_loaders/heavy/s3_heavy_to_data_source.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/transforms/data_loaders/light/__init__.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/transforms/data_loaders/light/csv_to_data_source.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/transforms/data_loaders/light/json_to_data_source.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/transforms/data_loaders/light/s3_to_data_source_light.py +0 -0
- {workbench-0.8.198/src/workbench/core/transforms → workbench-0.8.217/src/workbench/core/transforms/data_to_data}/__init__.py +0 -0
- {workbench-0.8.198/src/workbench/core/transforms/data_loaders → workbench-0.8.217/src/workbench/core/transforms/data_to_data/heavy}/__init__.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/transforms/data_to_data/heavy/emr/Readme.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/transforms/data_to_data/heavy/glue/Readme.md +0 -0
- {workbench-0.8.198/src/workbench/core/transforms/data_to_data → workbench-0.8.217/src/workbench/core/transforms/data_to_data/light}/__init__.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/transforms/data_to_data/light/clean_data.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/transforms/data_to_data/light/data_to_data_light.py +0 -0
- {workbench-0.8.198/src/workbench/core/transforms/data_to_data/heavy → workbench-0.8.217/src/workbench/core/transforms/data_to_features}/__init__.py +0 -0
- {workbench-0.8.198/src/workbench/core/transforms/data_to_data/light → workbench-0.8.217/src/workbench/core/transforms/data_to_features/heavy}/__init__.py +0 -0
- {workbench-0.8.198/src/workbench/core/transforms/data_to_features → workbench-0.8.217/src/workbench/core/transforms/data_to_features/heavy/chunk}/__init__.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/transforms/data_to_features/heavy/chunk/data_to_features_chunk.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/transforms/data_to_features/heavy/emr/Readme.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/transforms/data_to_features/heavy/glue/Readme.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/transforms/data_to_features/heavy/storage/data_to_features_heavy_old.py +0 -0
- {workbench-0.8.198/src/workbench/core/transforms/data_to_features/heavy → workbench-0.8.217/src/workbench/core/transforms/data_to_features/light}/__init__.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/transforms/data_to_features/light/data_to_features_light.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/transforms/data_to_features/light/molecular_descriptors.py +0 -0
- {workbench-0.8.198/src/workbench/core/transforms/data_to_features/heavy/chunk → workbench-0.8.217/src/workbench/core/transforms/features_to_features}/__init__.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/transforms/features_to_features/heavy/emr/Readme.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/transforms/features_to_features/heavy/glue/Readme.md +0 -0
- {workbench-0.8.198/src/workbench/core/transforms/data_to_features/light → workbench-0.8.217/src/workbench/core/transforms/features_to_model}/__init__.py +0 -0
- {workbench-0.8.198/src/workbench/core/transforms/features_to_features → workbench-0.8.217/src/workbench/core/transforms/model_to_endpoint}/__init__.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/transforms/pandas_transforms/__init__.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/transforms/pandas_transforms/data_to_pandas.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/transforms/pandas_transforms/features_to_pandas.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/transforms/pandas_transforms/pandas_to_data.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/transforms/pandas_transforms/pandas_to_features_chunked.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/transforms/transform.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/views/__init__.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/views/column_subset_view.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/views/computation_view.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/views/create_view.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/views/display_view.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/views/inference_view.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/views/pandas_to_view.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/views/storage/mdq_view.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/views/training_view.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/core/views/view_utils.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/model_scripts/custom_models/chem_info/Readme.md +0 -0
- {workbench-0.8.198/src/workbench/utils/chem_utils → workbench-0.8.217/src/workbench/model_scripts/custom_models/chem_info}/mol_descriptors.py +0 -0
- {workbench-0.8.198/src/workbench/utils/chem_utils → workbench-0.8.217/src/workbench/model_scripts/custom_models/chem_info}/mol_standardize.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/model_scripts/custom_models/chem_info/molecular_descriptors.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/model_scripts/custom_models/chem_info/requirements.txt +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/model_scripts/custom_models/meta_endpoints/example.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/model_scripts/custom_models/network_security/Readme.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/model_scripts/custom_models/proximity/Readme.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/model_scripts/custom_models/proximity/requirements.txt +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/model_scripts/custom_models/uq_models/Readme.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/model_scripts/custom_models/uq_models/bayesian_ridge.template +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/model_scripts/custom_models/uq_models/gaussian_process.template +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/model_scripts/custom_models/uq_models/requirements.txt +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/model_scripts/custom_script_example/custom_model_script.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/model_scripts/custom_script_example/requirements.txt +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/model_scripts/ensemble_xgb/requirements.txt +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/model_scripts/scikit_learn/requirements.txt +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/model_scripts/scikit_learn/scikit_learn.template +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/model_scripts/xgb_model/requirements.txt +0 -0
- {workbench-0.8.198/src/workbench/core/transforms/features_to_model → workbench-0.8.217/src/workbench/repl}/__init__.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/resources/signature_verify_pub.pem +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/scripts/check_double_bond_stereo.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/scripts/glue_launcher.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/scripts/ml_pipeline_batch.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/scripts/ml_pipeline_sqs.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/scripts/monitor_cloud_watch.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/scripts/redis_expire.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/scripts/redis_report.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/scripts/show_config.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/themes/dark/base_css.url +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/themes/dark/custom.css +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/themes/dark/plotly.json +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/themes/light/base_css.url +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/themes/light/branding.json +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/themes/light/custom.css +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/themes/light/plotly.json +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/themes/midnight_blue/base_css.url +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/themes/midnight_blue/branding.json +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/themes/midnight_blue/custom.css +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/themes/midnight_blue/plotly.json +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/themes/quartz/base_css.url +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/themes/quartz/custom.css +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/themes/quartz/plotly.json +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/themes/quartz_dark/base_css.url +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/themes/quartz_dark/custom.css +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/themes/quartz_dark/plotly.json +0 -0
- {workbench-0.8.198/src/workbench/core/transforms/model_to_endpoint → workbench-0.8.217/src/workbench/utils}/__init__.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/ai_compound_generator.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/ai_summary.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/ai_synth.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/athena_utils.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/aws_utils.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/bulk_utils.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/cache.py +0 -0
- {workbench-0.8.198/src/workbench/repl → workbench-0.8.217/src/workbench/utils/chem_utils}/__init__.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/chem_utils/misc.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/chem_utils/mol_tagging.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/chem_utils/projections.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/chem_utils/salts.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/chem_utils/sdf.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/chem_utils/toxicity.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/chem_utils/vis.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/cloudwatch_handler.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/cloudwatch_utils.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/color_utils.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/config_manager.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/dashboard_metrics.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/datetime_utils.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/deprecated_utils.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/df_to_endpoint.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/ecs_info.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/endpoint_metrics.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/endpoint_utils.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/extract_model_artifact.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/glue_utils.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/graph_utils.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/ipython_utils.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/json_utils.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/lambda_utils.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/license_manager.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/log_utils.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/markdown_utils.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/monitor_utils.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/pandas_utils.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/performance_utils.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/pipeline_utils.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/plot_utils.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/plugin_manager.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/prox_utils.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/redis_cache.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/repl_utils.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/s3_utils.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/shap_utils.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/shapley_values.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/symbols.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/test_data_generator.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/theme_manager.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/trace_calls.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/type_abbrev.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/workbench_cache.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/workbench_event_bridge.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/workbench_logging.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/utils/workbench_sqs.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/components/component_interface.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/components/correlation_matrix.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/components/data_details_markdown.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/components/endpoint_metric_plots.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/components/experiments/dashboard_metric_plots.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/components/experiments/outlier_plot.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/components/plugin_interface.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/components/plugin_unit_test.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/components/plugins/ag_table.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/components/plugins/confusion_matrix.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/components/plugins/dashboard_status.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/components/plugins/data_details.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/components/plugins/endpoint_details.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/components/plugins/generated_compounds.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/components/plugins/graph_plot.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/components/plugins/license_details.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/components/plugins/molecule_panel.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/components/plugins/molecule_viewer.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/components/plugins/pipeline_details.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/components/plugins/proximity_mini_graph.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/components/plugins/shap_summary_plot.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/components/regression_plot.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/components/violin_plots.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/page_views/data_sources_page_view.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/page_views/endpoints_page_view.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/page_views/feature_sets_page_view.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/page_views/main_page.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/page_views/models_page_view.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/page_views/page_view.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench/web_interface/page_views/pipelines_page_view.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench.egg-info/dependency_links.txt +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/src/workbench.egg-info/top_level.txt +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/test_artifacts/create_empty_model_group.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/test_artifacts/create_endpoints_for_timing.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/test_artifacts/create_graph_artifacts.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/test_artifacts/create_pipeline_model.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/test_artifacts/create_realtime_endpoint.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/test_artifacts/delete_stress_test_artifacts.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/test_artifacts/delete_test_artifacts.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/README.md +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/artifacts/data_source_tests.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/artifacts/empty_model_group.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/artifacts/endpoint_tests.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/artifacts/featureset_ingest_boundaries.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/artifacts/featureset_tests.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/artifacts/graph_tests.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/artifacts/model_tests.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/aws_account/aws_account_clamp_tests.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/cached/cached_artifact_tests.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/chem_info/test_tautomerization.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/corner_cases/end_to_end.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/df_store/df_store_tests.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/lambda/decompress_layers.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/pandas_tests/test_drift.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/parameter_store/param_store_tests.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/plugin_tests/crashing_plugin.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/requirements-dev.txt +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/specific/capital_tests.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/specific/column_changes.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/specific/config_manager.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/specific/deletion_tests.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/specific/shap_tests.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/transforms/data_to_data_tests.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/transforms/data_to_features_tests.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/transforms/features_to_model_tests.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/transforms/model_to_endpoint_tests.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/transforms/pandas_to_data_tests.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/transforms/pandas_to_features_test.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/views/view_tests.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/views/view_tests_complex.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/web_components/confusion_matrix_test.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/web_components/correlation_matrix_test.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/web_components/graph_plot_test.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/web_components/plugin_interface_test.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/tests/web_components/scatter_plot_test.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/ui_testing/assets/custom.css +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/ui_testing/table_comparison.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/ui_testing/theme_switching.py +0 -0
- {workbench-0.8.198 → workbench-0.8.217}/ui_testing/theme_switching_2.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: workbench
|
|
3
|
-
Version: 0.8.
|
|
3
|
+
Version: 0.8.217
|
|
4
4
|
Summary: Workbench: A Dashboard and Python API for creating and deploying AWS SageMaker Model Pipelines
|
|
5
5
|
Author-email: SuperCowPowers LLC <support@supercowpowers.com>
|
|
6
6
|
License: MIT License
|
|
@@ -42,20 +42,21 @@ Requires-Dist: redis>=5.0.1
|
|
|
42
42
|
Requires-Dist: numpy>=1.26.4
|
|
43
43
|
Requires-Dist: pandas>=2.2.1
|
|
44
44
|
Requires-Dist: awswrangler>=3.4.0
|
|
45
|
-
Requires-Dist: sagemaker
|
|
45
|
+
Requires-Dist: sagemaker<3.0,>=2.143
|
|
46
46
|
Requires-Dist: cryptography>=44.0.2
|
|
47
47
|
Requires-Dist: ipython>=8.37.0
|
|
48
48
|
Requires-Dist: pyreadline3; sys_platform == "win32"
|
|
49
49
|
Requires-Dist: scikit-learn>=1.5.2
|
|
50
|
+
Requires-Dist: umap-learn>=0.5.8
|
|
50
51
|
Requires-Dist: xgboost>=3.0.3
|
|
51
52
|
Requires-Dist: joblib>=1.3.2
|
|
52
53
|
Requires-Dist: requests>=2.26.0
|
|
53
54
|
Requires-Dist: rdkit>=2024.9.5
|
|
54
55
|
Requires-Dist: mordredcommunity>=2.0.6
|
|
55
|
-
Requires-Dist: workbench-bridges>=0.1.
|
|
56
|
+
Requires-Dist: workbench-bridges>=0.1.16
|
|
56
57
|
Provides-Extra: ui
|
|
57
58
|
Requires-Dist: plotly>=6.0.0; extra == "ui"
|
|
58
|
-
Requires-Dist: dash
|
|
59
|
+
Requires-Dist: dash>=3.0.0; extra == "ui"
|
|
59
60
|
Requires-Dist: dash-bootstrap-components>=1.6.0; extra == "ui"
|
|
60
61
|
Requires-Dist: dash-bootstrap-templates>=1.3.0; extra == "ui"
|
|
61
62
|
Requires-Dist: dash_ag_grid; extra == "ui"
|
|
@@ -70,8 +71,8 @@ Requires-Dist: flake8; extra == "dev"
|
|
|
70
71
|
Requires-Dist: black; extra == "dev"
|
|
71
72
|
Provides-Extra: all
|
|
72
73
|
Requires-Dist: networkx>=3.2; extra == "all"
|
|
73
|
-
Requires-Dist: plotly>=
|
|
74
|
-
Requires-Dist: dash
|
|
74
|
+
Requires-Dist: plotly>=6.0.0; extra == "all"
|
|
75
|
+
Requires-Dist: dash>=3.0.0; extra == "all"
|
|
75
76
|
Requires-Dist: dash-bootstrap-components>=1.6.0; extra == "all"
|
|
76
77
|
Requires-Dist: dash-bootstrap-templates>=1.3.0; extra == "all"
|
|
77
78
|
Requires-Dist: dash_ag_grid; extra == "all"
|
|
@@ -12,7 +12,7 @@ print(f"Account: {aws_account}")
|
|
|
12
12
|
print(f"Region: {aws_region}")
|
|
13
13
|
|
|
14
14
|
# When you want a different docker image change this line
|
|
15
|
-
dashboard_image = "public.ecr.aws/m6i5k1r2/workbench_dashboard:
|
|
15
|
+
dashboard_image = "public.ecr.aws/m6i5k1r2/workbench_dashboard:v0_8_208_amd64"
|
|
16
16
|
|
|
17
17
|
# Workbench Configuration
|
|
18
18
|
try:
|
|
@@ -8,7 +8,6 @@ from aws_cdk import (
|
|
|
8
8
|
aws_elasticache as elasticache,
|
|
9
9
|
aws_logs as logs,
|
|
10
10
|
)
|
|
11
|
-
from aws_cdk.aws_ec2 import Subnet
|
|
12
11
|
from aws_cdk.aws_certificatemanager import Certificate
|
|
13
12
|
from aws_cdk.aws_ecs_patterns import ApplicationLoadBalancedFargateService
|
|
14
13
|
from constructs import Construct
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import os
|
|
2
1
|
import boto3
|
|
3
2
|
import aws_cdk as cdk
|
|
4
3
|
from pprint import pprint
|
|
@@ -13,7 +12,7 @@ print(f"Account: {aws_account}")
|
|
|
13
12
|
print(f"Region: {aws_region}")
|
|
14
13
|
|
|
15
14
|
# When you want a different docker image change this line
|
|
16
|
-
dashboard_image = "public.ecr.aws/m6i5k1r2/workbench_dashboard:
|
|
15
|
+
dashboard_image = "public.ecr.aws/m6i5k1r2/workbench_dashboard:v0_8_208_amd64"
|
|
17
16
|
|
|
18
17
|
# Workbench Configuration
|
|
19
18
|
try:
|
|
@@ -28,7 +28,7 @@ results_df = endpoint.inference(df)
|
|
|
28
28
|
results_df = endpoint.inference(df, capture=True)
|
|
29
29
|
|
|
30
30
|
# Run inference/predictions using the FeatureSet evaluation data
|
|
31
|
-
results_df = endpoint.auto_inference(
|
|
31
|
+
results_df = endpoint.auto_inference()
|
|
32
32
|
```
|
|
33
33
|
|
|
34
34
|
**Output**
|
|
@@ -86,7 +86,7 @@ wine-classification
|
|
|
86
86
|
Description: Wine Classification Model
|
|
87
87
|
Tags: wine::classification
|
|
88
88
|
Performance Metrics:
|
|
89
|
-
[{'wine_class': 'TypeA', 'precision': 1.0, 'recall': 1.0, '
|
|
89
|
+
[{'wine_class': 'TypeA', 'precision': 1.0, 'recall': 1.0, 'f1': 1.0, 'roc_auc': 1.0, 'support': 12}, {'wine_class': 'TypeB', 'precision': 1.0, 'recall': 1.0, 'f1': 1.0, 'roc_auc': 1.0, 'support': 14}, {'wine_class': 'TypeC', 'precision': 1.0, 'recall': 1.0, 'f1': 1.0, 'roc_auc': 1.0, 'support': 9}]
|
|
90
90
|
|
|
91
91
|
abalone-regression
|
|
92
92
|
ARN: arn:aws:sagemaker:us-west-2:507740646243:model-package-group/abalone-regression
|
|
@@ -86,7 +86,7 @@ wine-classification
|
|
|
86
86
|
Description: Wine Classification Model
|
|
87
87
|
Tags: wine::classification
|
|
88
88
|
Performance Metrics:
|
|
89
|
-
[{'wine_class': 'TypeA', 'precision': 1.0, 'recall': 1.0, '
|
|
89
|
+
[{'wine_class': 'TypeA', 'precision': 1.0, 'recall': 1.0, 'f1': 1.0, 'roc_auc': 1.0, 'support': 12}, {'wine_class': 'TypeB', 'precision': 1.0, 'recall': 1.0, 'f1': 1.0, 'roc_auc': 1.0, 'support': 14}, {'wine_class': 'TypeC', 'precision': 1.0, 'recall': 1.0, 'f1': 1.0, 'roc_auc': 1.0, 'support': 9}]
|
|
90
90
|
|
|
91
91
|
abalone-regression
|
|
92
92
|
ARN: arn:aws:sagemaker:us-west-2:507740646243:model-package-group/abalone-regression
|
|
@@ -116,7 +116,7 @@ model = Model("my-custom-model")
|
|
|
116
116
|
end = model.to_endpoint() # Note: This takes a while
|
|
117
117
|
|
|
118
118
|
# Now run inference on my custom model :)
|
|
119
|
-
end.auto_inference(
|
|
119
|
+
end.auto_inference()
|
|
120
120
|
|
|
121
121
|
# Run inference with my own dataframe
|
|
122
122
|
df = fs.pull_dataframe() # Or whatever dataframe
|
|
@@ -15,4 +15,4 @@ results_df = endpoint.inference(df)
|
|
|
15
15
|
results_df = endpoint.inference(df, capture_name="test_inference")
|
|
16
16
|
|
|
17
17
|
# Run inference/predictions using the FeatureSet evaluation data
|
|
18
|
-
results_df = endpoint.auto_inference(
|
|
18
|
+
results_df = endpoint.auto_inference()
|
|
@@ -13,7 +13,7 @@ cm = ConfigManager()
|
|
|
13
13
|
cm.set_config("WORKBENCH_BUCKET", glue_args["workbench-bucket"])
|
|
14
14
|
|
|
15
15
|
# Important Note: This import needs to happen after the WORKBENCH_BUCKET is set
|
|
16
|
-
from workbench.api import DataSource
|
|
16
|
+
from workbench.api import DataSource # noqa: E402
|
|
17
17
|
|
|
18
18
|
# Grab a test DataSource
|
|
19
19
|
ds = DataSource("abalone_data")
|
|
@@ -13,7 +13,7 @@ cm = ConfigManager()
|
|
|
13
13
|
cm.set_config("WORKBENCH_BUCKET", glue_args["workbench-bucket"])
|
|
14
14
|
|
|
15
15
|
# Important Note: This import needs to happen after the WORKBENCH_BUCKET is set
|
|
16
|
-
from workbench.api import Meta
|
|
16
|
+
from workbench.api import Meta # noqa: E402
|
|
17
17
|
|
|
18
18
|
# List all the models in AWS
|
|
19
19
|
meta = Meta()
|
|
@@ -13,7 +13,7 @@ cm = ConfigManager()
|
|
|
13
13
|
cm.set_config("WORKBENCH_BUCKET", glue_args["workbench-bucket"])
|
|
14
14
|
|
|
15
15
|
# Important Note: This import needs to happen after the WORKBENCH_BUCKET is set
|
|
16
|
-
from workbench.api import Endpoint
|
|
16
|
+
from workbench.api import Endpoint # noqa: E402
|
|
17
17
|
|
|
18
18
|
# Run Inference on a particular model (using its endpoint)
|
|
19
19
|
end = Endpoint("abalone-regression")
|
|
@@ -10,7 +10,7 @@ Endpoints:
|
|
|
10
10
|
- wine-classification-end
|
|
11
11
|
"""
|
|
12
12
|
|
|
13
|
-
from workbench.api import DataSource, FeatureSet, Model, ModelType
|
|
13
|
+
from workbench.api import DataSource, FeatureSet, Model, ModelType
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
if __name__ == "__main__":
|
|
@@ -37,5 +37,5 @@ if __name__ == "__main__":
|
|
|
37
37
|
end = m.to_endpoint("wine-classification", tags=["wine", "classification"])
|
|
38
38
|
|
|
39
39
|
# Run inference on the endpoint
|
|
40
|
-
end.auto_inference(
|
|
40
|
+
end.auto_inference()
|
|
41
41
|
end.set_owner("test")
|
|
@@ -0,0 +1,140 @@
|
|
|
1
|
+
from workbench.api import FeatureSet, Model, ModelType, ModelFramework, Endpoint
|
|
2
|
+
|
|
3
|
+
# Recreate Flag in case you want to recreate the artifacts
|
|
4
|
+
recreate = False
|
|
5
|
+
|
|
6
|
+
# =============================================================================
|
|
7
|
+
# Single-Target Chemprop Regression Model
|
|
8
|
+
# =============================================================================
|
|
9
|
+
if recreate or not Model("open-admet-chemprop-logd").exists():
|
|
10
|
+
feature_set = FeatureSet("open_admet_all")
|
|
11
|
+
m = feature_set.to_model(
|
|
12
|
+
name="open-admet-chemprop-logd",
|
|
13
|
+
model_type=ModelType.UQ_REGRESSOR,
|
|
14
|
+
model_framework=ModelFramework.CHEMPROP,
|
|
15
|
+
target_column="logd", # Single target (string)
|
|
16
|
+
feature_list=["smiles"],
|
|
17
|
+
description="Single-target Chemprop Regression Model for LogD",
|
|
18
|
+
tags=["chemprop", "open_admet"],
|
|
19
|
+
)
|
|
20
|
+
m.set_owner("BW")
|
|
21
|
+
|
|
22
|
+
# Create an Endpoint for the Regression Model
|
|
23
|
+
if recreate or not Endpoint("open-admet-chemprop-logd").exists():
|
|
24
|
+
m = Model("open-admet-chemprop-logd")
|
|
25
|
+
end = m.to_endpoint(tags=["chemprop", "open_admet"])
|
|
26
|
+
end.set_owner("BW")
|
|
27
|
+
end.auto_inference()
|
|
28
|
+
end.cross_fold_inference()
|
|
29
|
+
|
|
30
|
+
# =============================================================================
|
|
31
|
+
# Hybrid ChemProp Model (SMILES + Molecular Descriptors)
|
|
32
|
+
# =============================================================================
|
|
33
|
+
# This example shows how to combine ChemProp's learned molecular representations
|
|
34
|
+
# with pre-computed molecular descriptors (RDKit/Mordred features).
|
|
35
|
+
# The extra features are concatenated with the MPNN output before the FFN.
|
|
36
|
+
|
|
37
|
+
# Top 10 SHAP features from LogD XGBoost model (provides complementary information to MPNN)
|
|
38
|
+
TOP_LOGD_SHAP_FEATURES = [
|
|
39
|
+
"mollogp",
|
|
40
|
+
"fr_halogen",
|
|
41
|
+
"peoe_vsa6",
|
|
42
|
+
"nbase",
|
|
43
|
+
"peoe_vsa7",
|
|
44
|
+
"peoe_vsa9",
|
|
45
|
+
"peoe_vsa1",
|
|
46
|
+
"mi",
|
|
47
|
+
"bcut2d_mrlow",
|
|
48
|
+
"slogp_vsa1",
|
|
49
|
+
]
|
|
50
|
+
|
|
51
|
+
if recreate or not Model("open-admet-chemprop-logd-hybrid").exists():
|
|
52
|
+
feature_set = FeatureSet("open_admet_logd")
|
|
53
|
+
|
|
54
|
+
# Hybrid mode: SMILES + top molecular descriptors
|
|
55
|
+
# The template auto-detects extra features beyond the SMILES column
|
|
56
|
+
hybrid_features = ["smiles"] + TOP_LOGD_SHAP_FEATURES
|
|
57
|
+
|
|
58
|
+
m = feature_set.to_model(
|
|
59
|
+
name="open-admet-chemprop-logd-hybrid",
|
|
60
|
+
model_type=ModelType.UQ_REGRESSOR,
|
|
61
|
+
model_framework=ModelFramework.CHEMPROP,
|
|
62
|
+
target_column="logd",
|
|
63
|
+
feature_list=hybrid_features,
|
|
64
|
+
description="Hybrid ChemProp model combining D-MPNN with top SHAP molecular descriptors",
|
|
65
|
+
tags=["chemprop", "open_admet", "hybrid"],
|
|
66
|
+
)
|
|
67
|
+
m.set_owner("BW")
|
|
68
|
+
|
|
69
|
+
# Create an Endpoint for the Hybrid Model
|
|
70
|
+
if recreate or not Endpoint("open-admet-chemprop-logd-hybrid").exists():
|
|
71
|
+
m = Model("open-admet-chemprop-logd-hybrid")
|
|
72
|
+
end = m.to_endpoint(tags=["chemprop", "open_admet", "hybrid"])
|
|
73
|
+
end.set_owner("BW")
|
|
74
|
+
end.auto_inference()
|
|
75
|
+
end.cross_fold_inference()
|
|
76
|
+
|
|
77
|
+
# =============================================================================
|
|
78
|
+
# Chemprop Classification Model
|
|
79
|
+
# =============================================================================
|
|
80
|
+
if recreate or not Model("aqsol-class-chemprop").exists():
|
|
81
|
+
feature_set = FeatureSet("aqsol_features")
|
|
82
|
+
m = feature_set.to_model(
|
|
83
|
+
name="aqsol-class-chemprop",
|
|
84
|
+
model_type=ModelType.CLASSIFIER,
|
|
85
|
+
model_framework=ModelFramework.CHEMPROP,
|
|
86
|
+
target_column="solubility_class",
|
|
87
|
+
feature_list=["smiles"],
|
|
88
|
+
description="Classification ChemProp model AQSol solubility classes",
|
|
89
|
+
tags=["chemprop", "aqsol", "class"],
|
|
90
|
+
)
|
|
91
|
+
m.set_owner("BW")
|
|
92
|
+
m.set_class_labels(["low", "medium", "high"])
|
|
93
|
+
|
|
94
|
+
# Create an Endpoint for the Multi-Task Regression Model
|
|
95
|
+
if recreate or not Endpoint("aqsol-class-chemprop").exists():
|
|
96
|
+
m = Model("aqsol-class-chemprop")
|
|
97
|
+
end = m.to_endpoint(tags=["chemprop", "aqsol", "class"])
|
|
98
|
+
end.set_owner("BW")
|
|
99
|
+
end.auto_inference()
|
|
100
|
+
end.cross_fold_inference()
|
|
101
|
+
|
|
102
|
+
# =============================================================================
|
|
103
|
+
# Multi-Target Chemprop Regression Model (Open ADMET)
|
|
104
|
+
# =============================================================================
|
|
105
|
+
# This example shows how to train a multi-task model predicting all 9 ADMET endpoints
|
|
106
|
+
# from the Open ADMET challenge: logd, ksol, hlm_clint, mlm_clint, caco_2_papp_a_b,
|
|
107
|
+
# caco_2_efflux, mppb, mbpb, mgmb
|
|
108
|
+
|
|
109
|
+
ADMET_TARGETS = [
|
|
110
|
+
"logd",
|
|
111
|
+
"ksol",
|
|
112
|
+
"hlm_clint",
|
|
113
|
+
"mlm_clint",
|
|
114
|
+
"caco_2_papp_a_b",
|
|
115
|
+
"caco_2_efflux",
|
|
116
|
+
"mppb",
|
|
117
|
+
"mbpb",
|
|
118
|
+
"mgmb",
|
|
119
|
+
]
|
|
120
|
+
|
|
121
|
+
if recreate or not Model("open-admet-chemprop-mt").exists():
|
|
122
|
+
feature_set = FeatureSet("open_admet_all")
|
|
123
|
+
m = feature_set.to_model(
|
|
124
|
+
name="open-admet-chemprop-mt",
|
|
125
|
+
model_type=ModelType.REGRESSOR,
|
|
126
|
+
model_framework=ModelFramework.CHEMPROP,
|
|
127
|
+
target_column=ADMET_TARGETS, # Multi-task: list of 9 targets
|
|
128
|
+
feature_list=["smiles"],
|
|
129
|
+
description="Multi-task ChemProp model for 9 ADMET endpoints",
|
|
130
|
+
tags=["chemprop", "open_admet", "multitask"],
|
|
131
|
+
)
|
|
132
|
+
m.set_owner("BW")
|
|
133
|
+
|
|
134
|
+
# Create an Endpoint for the Multi-Task Regression Model
|
|
135
|
+
if recreate or not Endpoint("open-admet-chemprop-mt").exists():
|
|
136
|
+
m = Model("open-admet-chemprop-mt")
|
|
137
|
+
end = m.to_endpoint(tags=["chemprop", "open_admet", "multitask"])
|
|
138
|
+
end.set_owner("BW")
|
|
139
|
+
end.auto_inference()
|
|
140
|
+
end.cross_fold_inference()
|
|
@@ -21,4 +21,4 @@ my_model = Model("smiles-to-taut-md-stereo-v0")
|
|
|
21
21
|
endpoint = my_model.to_endpoint(name="smiles-to-taut-md-stereo-v0", tags=["smiles", "molecular descriptors"])
|
|
22
22
|
|
|
23
23
|
# Run auto-inference on the Endpoint
|
|
24
|
-
endpoint.auto_inference(
|
|
24
|
+
endpoint.auto_inference()
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
from workbench.api import MetaModel, Endpoint
|
|
2
|
+
|
|
3
|
+
# Recreate Flag in case you want to recreate the artifacts
|
|
4
|
+
recreate = True
|
|
5
|
+
|
|
6
|
+
# =============================================================================
|
|
7
|
+
# Meta Model: Ensemble of XGBoost, PyTorch, and ChemProp for LogD
|
|
8
|
+
# =============================================================================
|
|
9
|
+
# This meta model aggregates predictions from different model architectures,
|
|
10
|
+
# using model-weighted voting to combine their outputs.
|
|
11
|
+
|
|
12
|
+
# Child endpoints that this meta model will call
|
|
13
|
+
CHILD_ENDPOINTS = [
|
|
14
|
+
"logd-reg-pytorch",
|
|
15
|
+
"logd-reg-chemprop",
|
|
16
|
+
]
|
|
17
|
+
|
|
18
|
+
if recreate or not MetaModel("logd-meta").exists():
|
|
19
|
+
m = MetaModel.create(
|
|
20
|
+
name="logd-meta",
|
|
21
|
+
child_endpoints=CHILD_ENDPOINTS,
|
|
22
|
+
target_column="logd",
|
|
23
|
+
description="Meta model combining XGBoost, PyTorch, and ChemProp for LogD prediction",
|
|
24
|
+
tags=["meta", "open_admet", "logd"],
|
|
25
|
+
)
|
|
26
|
+
m.set_owner("BW")
|
|
27
|
+
|
|
28
|
+
# Create an Endpoint for the Meta Model
|
|
29
|
+
if recreate or not Endpoint("logd-meta").exists():
|
|
30
|
+
m = MetaModel("logd-meta")
|
|
31
|
+
end = m.to_endpoint(tags=["meta", "open_admet", "logd"])
|
|
32
|
+
end.set_owner("BW")
|
|
33
|
+
end.auto_inference()
|
|
34
|
+
end.full_inference()
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
from workbench.api import FeatureSet, Model, ModelType, Endpoint
|
|
1
|
+
from workbench.api import FeatureSet, Model, ModelType, ModelFramework, Endpoint
|
|
2
2
|
|
|
3
3
|
# Grab a FeatureSet
|
|
4
4
|
my_features = FeatureSet("aqsol_features")
|
|
@@ -7,53 +7,52 @@ feature_list = model.features()
|
|
|
7
7
|
target = model.target()
|
|
8
8
|
|
|
9
9
|
# Recreate Flag in case you want to recreate the artifacts
|
|
10
|
-
recreate =
|
|
10
|
+
recreate = False
|
|
11
11
|
|
|
12
12
|
# PyTorch Regression Model
|
|
13
|
-
if recreate or not Model("aqsol-pytorch
|
|
13
|
+
if recreate or not Model("aqsol-reg-pytorch").exists():
|
|
14
14
|
feature_set = FeatureSet("aqsol_features")
|
|
15
15
|
m = feature_set.to_model(
|
|
16
|
-
name="aqsol-pytorch
|
|
17
|
-
model_type=ModelType.
|
|
18
|
-
|
|
16
|
+
name="aqsol-reg-pytorch",
|
|
17
|
+
model_type=ModelType.UQ_REGRESSOR,
|
|
18
|
+
model_framework=ModelFramework.PYTORCH,
|
|
19
19
|
feature_list=feature_list,
|
|
20
20
|
target_column=target,
|
|
21
21
|
description="PyTorch Regression Model for AQSol",
|
|
22
22
|
tags=["pytorch", "molecular descriptors"],
|
|
23
|
-
hyperparameters={"
|
|
23
|
+
hyperparameters={"max_epochs": 150, "layers": "128-64-32"},
|
|
24
24
|
)
|
|
25
25
|
m.set_owner("BW")
|
|
26
26
|
|
|
27
27
|
# Create an Endpoint for the Regression Model
|
|
28
|
-
if recreate or not Endpoint("aqsol-pytorch
|
|
29
|
-
m = Model("aqsol-pytorch
|
|
28
|
+
if recreate or not Endpoint("aqsol-reg-pytorch").exists():
|
|
29
|
+
m = Model("aqsol-reg-pytorch")
|
|
30
30
|
end = m.to_endpoint(tags=["pytorch", "molecular descriptors"])
|
|
31
31
|
end.set_owner("BW")
|
|
32
32
|
|
|
33
33
|
# Run inference on the endpoint
|
|
34
|
-
end.auto_inference(
|
|
34
|
+
end.auto_inference()
|
|
35
35
|
|
|
36
36
|
# Pytorch Classification Model
|
|
37
|
-
if recreate or not Model("aqsol-pytorch
|
|
37
|
+
if recreate or not Model("aqsol-class-pytorch").exists():
|
|
38
38
|
feature_set = FeatureSet("aqsol_features")
|
|
39
39
|
m = feature_set.to_model(
|
|
40
|
-
name="aqsol-pytorch
|
|
40
|
+
name="aqsol-class-pytorch",
|
|
41
41
|
model_type=ModelType.CLASSIFIER,
|
|
42
|
-
|
|
42
|
+
model_framework=ModelFramework.PYTORCH,
|
|
43
43
|
feature_list=feature_list,
|
|
44
44
|
target_column="solubility_class",
|
|
45
45
|
description="PyTorch Classification Model for AQSol",
|
|
46
46
|
tags=["pytorch", "molecular descriptors"],
|
|
47
|
-
hyperparameters={"training_config": {"max_epochs": 150}, "model_config": {"layers": "256-128-64"}},
|
|
48
47
|
)
|
|
49
48
|
m.set_owner("BW")
|
|
50
49
|
m.set_class_labels(["low", "medium", "high"])
|
|
51
50
|
|
|
52
51
|
# Create an Endpoint for the Classification Model
|
|
53
|
-
if recreate or not Endpoint("aqsol-pytorch
|
|
54
|
-
m = Model("aqsol-pytorch
|
|
52
|
+
if recreate or not Endpoint("aqsol-class-pytorch").exists():
|
|
53
|
+
m = Model("aqsol-class-pytorch")
|
|
55
54
|
end = m.to_endpoint(tags=["pytorch", "molecular descriptors"])
|
|
56
55
|
end.set_owner("BW")
|
|
57
56
|
|
|
58
57
|
# Run inference on the endpoint
|
|
59
|
-
end.auto_inference(
|
|
58
|
+
end.auto_inference()
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"""Create the SMILES to Standardize + Tautomer + Molecular Descriptors + Stereo Model and Endpoint"""
|
|
2
2
|
|
|
3
3
|
# Workbench Imports
|
|
4
|
-
from workbench.api import FeatureSet, ModelType
|
|
4
|
+
from workbench.api import FeatureSet, ModelType
|
|
5
5
|
from workbench.utils.model_utils import get_custom_script_path
|
|
6
6
|
|
|
7
7
|
# fs_name = "aqsol_features"
|
|
@@ -24,4 +24,4 @@ model = feature_set.to_model(
|
|
|
24
24
|
end = model.to_endpoint(tags=tags, mem_size=4096, max_concurrency=10)
|
|
25
25
|
|
|
26
26
|
# Run inference on the endpoint
|
|
27
|
-
end.auto_inference(
|
|
27
|
+
end.auto_inference()
|
|
@@ -19,7 +19,7 @@ my_model = fs.to_model(
|
|
|
19
19
|
model_type=ModelType.REGRESSOR,
|
|
20
20
|
feature_list=features,
|
|
21
21
|
target_column=target,
|
|
22
|
-
description=
|
|
22
|
+
description="Bayesian Ridge Model for AQSol",
|
|
23
23
|
tags=["aqsol", "bayesian", "regression"],
|
|
24
24
|
custom_script=script_path,
|
|
25
25
|
)
|
|
@@ -28,4 +28,4 @@ my_model = fs.to_model(
|
|
|
28
28
|
end = my_model.to_endpoint(tags=["aqsol", "bayesian"])
|
|
29
29
|
|
|
30
30
|
# Run auto-inference on the Endpoint
|
|
31
|
-
end.auto_inference(
|
|
31
|
+
end.auto_inference()
|
|
@@ -23,7 +23,7 @@ my_model = fs.to_model(
|
|
|
23
23
|
model_type=ModelType.REGRESSOR,
|
|
24
24
|
feature_list=features,
|
|
25
25
|
target_column=target,
|
|
26
|
-
description=
|
|
26
|
+
description="GaussianProcessRegressor Model for AQSol",
|
|
27
27
|
tags=["aqsol", "gaussian", "regression"],
|
|
28
28
|
custom_script=script_path,
|
|
29
29
|
)
|
|
@@ -35,4 +35,4 @@ my_model = Model("aqsol-gaussian-reg")
|
|
|
35
35
|
endpoint = my_model.to_endpoint(tags=["aqsol", "gaussian"])
|
|
36
36
|
|
|
37
37
|
# Run auto-inference on the Endpoint
|
|
38
|
-
endpoint.auto_inference(
|
|
38
|
+
endpoint.auto_inference()
|
|
@@ -23,7 +23,7 @@ my_model = fs.to_model(
|
|
|
23
23
|
model_type=ModelType.UQ_REGRESSOR,
|
|
24
24
|
feature_list=features,
|
|
25
25
|
target_column=target,
|
|
26
|
-
description=
|
|
26
|
+
description="Meta UQ Model for AQSol",
|
|
27
27
|
tags=["aqsol", "meta-uq", "regression"],
|
|
28
28
|
custom_script=script_path,
|
|
29
29
|
custom_args={"id_column": "id", "track_columns": "solubility"},
|
|
@@ -36,4 +36,4 @@ my_model = Model("aqsol-meta-uq")
|
|
|
36
36
|
endpoint = my_model.to_endpoint(tags=["aqsol", "meta-uq"])
|
|
37
37
|
|
|
38
38
|
# Run auto-inference on the Endpoint
|
|
39
|
-
endpoint.auto_inference(
|
|
39
|
+
endpoint.auto_inference()
|
|
@@ -23,7 +23,7 @@ my_model = fs.to_model(
|
|
|
23
23
|
model_type=ModelType.UQ_REGRESSOR,
|
|
24
24
|
feature_list=features,
|
|
25
25
|
target_column=target,
|
|
26
|
-
description=
|
|
26
|
+
description="NGBoost Model for AQSol",
|
|
27
27
|
tags=["aqsol", "ngboost", "regression"],
|
|
28
28
|
custom_script=script_path,
|
|
29
29
|
)
|
|
@@ -35,4 +35,4 @@ my_model = Model("aqsol-ngboost-reg")
|
|
|
35
35
|
endpoint = my_model.to_endpoint(tags=["aqsol", "ngboost"])
|
|
36
36
|
|
|
37
37
|
# Run auto-inference on the Endpoint
|
|
38
|
-
endpoint.auto_inference(
|
|
38
|
+
endpoint.auto_inference()
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
from workbench.api.feature_set import FeatureSet
|
|
2
|
-
from workbench.api.model import Model, ModelType
|
|
2
|
+
from workbench.api.model import Model, ModelType
|
|
3
3
|
|
|
4
4
|
# Grab our existing AQSol Regression Model
|
|
5
5
|
model = Model("aqsol-regression")
|
|
@@ -23,4 +23,4 @@ my_model = fs.to_model(
|
|
|
23
23
|
end = my_model.to_endpoint(tags=["aqsol", "quantiles"])
|
|
24
24
|
|
|
25
25
|
# Run auto-inference on the AQSol Quantile Regression Endpoint
|
|
26
|
-
end.auto_inference(
|
|
26
|
+
end.auto_inference()
|