Reports

Project management and collaboration tools for machine learning projects

Use W&B Reports to:

  • Organize Runs.
  • Embed and automate visualizations.
  • Describe your findings.
  • Share updates with collaborators, either as a LaTeX zip file a PDF.

The following image shows a section of a report created from metrics that were logged to W&B over the course of training.

View the report where the above image was taken from here.

How it works

Create a collaborative report with a few clicks.

  1. Navigate to your W&B project workspace in the W&B App.
  2. Click the Create report button in the upper right corner of your workspace.
  1. A modal titled Create Report will appear. Select the charts and panels you want to add to your report. (You can add or remove charts and panels later).
  2. Click Create report.
  3. Edit the report to your desired state.
  4. Click Publish to project.
  5. Click the Share button to share your report with collaborators.

See the Create a report page for more information on how to create reports interactively an programmatically with the W&B Python SDK.

How to get started

Depending on your use case, explore the following resources to get started with W&B Reports:


Create a report

Create a W&B Report with the App UI or programmatically with the Weights & Biases SDK.

Edit a report

Edit a report interactively with the App UI or programmatically with the W&B SDK.

Collaborate on reports

Collaborate and share W&B Reports with peers, co-workers, and your team.

Clone and export reports

Export a W&B Report as a PDF or LaTeX.

Embed a report

Embed W&B reports directly into Notion or with an HTML IFrame element.

Compare runs across projects

Compare runs from two different projects with cross-project reports.

Example reports

Reports gallery


Last modified January 21, 2025: Fix Registry Enable link (#1014) (ffea69c)