Databricks
How to integrate W&B with Databricks.
less than a minute
W&B integrates with Databricks by customizing the W&B Jupyter notebook experience in the Databricks environment.
Configure Databricks
-
Install wandb in the cluster
Navigate to your cluster configuration, choose your cluster, click Libraries. Click Install New, choose PyPI, and add the package
wandb
. -
Set up authentication
To authenticate your W&B account you can add a Databricks secret which your notebooks can query.
Examples
Simple example
Sweeps
Setup required (temporary) for notebooks attempting to use wandb.sweep() or wandb.agent():
Feedback
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.