You can explore a live demo of the Workbench Dashboard at: Workbench Dashboard Demo
Chemprop Models! All the rage for the Open ADMET Challenge.
ADMET Workbench now supports:
- Single Task Chemprop Models
- Multi Task Chemprop Models
- Chemprop Hybrid Models (MPNN + Descriptors)
- Foundation Chemprop Models (CheMeleon Pretrained)
Examples:
References
- Open ADMET Challenge
- ChemProp: Yang et al. "Analyzing Learned Molecular Representations for Property Prediction" J. Chem. Inf. Model. 2019 — GitHub | Paper
- CheMeleon Github
|
|
The ADMET Workbench framework makes AWS® both easier to use and more powerful. Workbench handles all the details around updating and managing a complex set of AWS Services. With a simple-to-use Python API and a beautiful set of web interfaces, Workbench makes creating AWS ML pipelines a snap. It also dramatically improves both the usability and visibility across the entire spectrum of services: Glue Job, Athena, Feature Store, Models, and Endpoints, Workbench makes it easy to build production ready, AWS powered, machine learning pipelines.
- Health Monitoring 🟢
- Dynamic Updates
- High Level Summary
- Incoming Data
- Glue Jobs
- DataSources
- FeatureSets
- Models
- Endpoints
Secure your Data, Empower your ML Pipelines
ADMET Workbench is architected as a Private SaaS (also called BYOC: Bring Your Own Cloud). This hybrid architecture is the ultimate solution for businesses that prioritize data control and security. Workbench deploys as an AWS Stack within your own cloud environment, ensuring compliance with stringent corporate and regulatory standards. It offers the flexibility to tailor solutions to your specific business needs through our comprehensive plugin support. By using Workbench, you maintain absolute control over your data while benefiting from the power, security, and scalability of AWS cloud services. Workbench Private SaaS Architecture
pip install workbench # Default — gives you the API, REPL, and
# orchestration. Ready to use out of the box.
workbench # Runs the Workbench REPL / initial setup
pip install workbench is the recommended path for everyone using the
Python API or REPL. The dashboard is a separate opt-in
(pip install 'workbench[ui]') because dash/plotly/matplotlib are heavy
and most API users don't need them. See Installation extras
below for the breakdown.
For the full instructions for connecting your AWS Account see:
- Getting Started: Initial Setup
- One time AWS Onboarding: AWS Setup
Powered by AWS® to accelerate your Machine Learning Pipelines development with our new Dashboard for ML Pipelines. Getting started with Workbench is a snap and can be billed through AWS.
Even though ADMET Workbench makes AWS easier, it's taking something very complex (the full set of AWS ML Pipelines/Services) and making it less complex. Workbench has a depth and breadth of functionality so we've provided higher level conceptual documentation See: Workbench Presentations
The ADMET Workbench documentation Workbench Docs covers the Python API in depth and contains code examples. The documentation is fully searchable and fairly comprehensive.
The code examples are provided in the Github repo examples/ directory. For a full code listing of any example please visit our Workbench Examples
The SuperCowPowers team is happy to answer any questions you may have about AWS and Workbench. Please contact us at workbench@supercowpowers.com or chat us up on Discord
Using ADMET Workbench will minimize the time and manpower needed to incorporate AWS ML into your organization. If your company would like to be a Workbench Beta Tester, contact us at workbench@supercowpowers.com.
pip install workbench # Default — API + REPL + orchestration.
# Covers building pipelines, deploying
# endpoints, training jobs, and most
# interactive use.
pip install 'workbench[ui]' # + plotly, dash, dash-ag-grid,
# matplotlib. The Workbench Dashboard.
pip install 'workbench[misc]' # + networkx, cleanlab, datasets,
# umap-learn. Specialized analysis libs
# used by a handful of workflows.
pip install 'workbench[dev]' # + pytest, pytest-xdist, coverage,
# flake8, black. Local development.
pip install 'workbench[all]' # ui + misc + dev — full install for
# contributors and dashboard users.
Note: shells may interpret square brackets as globs, so the quotes are needed.
Model-script code running inside SageMaker endpoint containers should
import exclusively from workbench.endpoints.*. This surface is contract-
enforced by a CI smoke test (tox -e endpoint-import-smoke) that installs
the leanest plausible endpoint dep set (matching what the inference
Dockerfiles ship) and verifies every module under that namespace imports
without any heavy orchestration/UI lib leaking in. See
workbench/endpoints/__init__.py for the full surface.
Each image's requirements.txt lives next to its Dockerfile
(sagemaker_images/*/requirements.txt, applications/aws_dashboard/requirements.txt),
with versions pinned in the repo-root constraints.txt for reproducible builds.
If you'd like to contribute to the ADMET Workbench project, you're more than welcome. All contributions will fall under the existing project license. If you are interested in contributing or have questions please feel free to contact us at workbench@supercowpowers.com.
® Amazon Web Services, AWS, the Powered by AWS logo, are trademarks of Amazon.com, Inc. or its affiliates
