Skip to content

Experiments: Import & Export page condensing - #2336

Open
ngrayluna wants to merge 9 commits into
mainfrom
DOCS-1705
Open

Experiments: Import & Export page condensing#2336
ngrayluna wants to merge 9 commits into
mainfrom
DOCS-1705

Conversation

@ngrayluna

@ngrayluna ngrayluna commented Mar 20, 2026

Copy link
Copy Markdown
Contributor

Description

Cleans up, condenses, updates and word smiths some old docs in Experiments. The main highlights:

  • Condenses the Import & Export page
  • Moved info about run summary and config into one spot. Link from Run Overview page to the dedicated pages.

Related issues

@mintlify

mintlify Bot commented Mar 20, 2026

Copy link
Copy Markdown
Contributor

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
wandb 🟢 Ready View Preview Mar 20, 2026, 7:05 PM

@github-actions

github-actions Bot commented Mar 20, 2026

Copy link
Copy Markdown
Contributor

📚 Mintlify Preview Links

🔗 View Full Preview

✨ Added (1 total)

🖼️ Images (1)

File Preview
images/track/summary_demo.png View Summary Demo

📝 Changed (6 total)

📄 Pages (6)

File Preview
models/runs.mdx Runs
models/runs/filter-runs.mdx Filter Runs
models/runs/run-identifiers.mdx Run Identifiers
models/track/config.mdx Config
models/track/log/log-summary.mdx Log Summary
models/track/public-api-guide.mdx Public Api Guide

🤖 Generated automatically when Mintlify deployment succeeds
📍 Deployment: d47708c at 2026-07-28 17:08:57 UTC

@github-actions

github-actions Bot commented Mar 20, 2026

Copy link
Copy Markdown
Contributor

🔗 Link Checker Results

All links are valid!

No broken links were detected.

Preview: https://wb-21fd5541-docs-1705.mintlify.site

@wandb-docs-pr-writer

Copy link
Copy Markdown
Contributor

Images automagically compressed by Calibre's image-actions

Compression reduced images by 80.5%, saving 653.7 KB.

Filename Before After Improvement Visual comparison
images/track/summary_demo.png 812.5 KB 158.8 KB 80.5% View diff

@ngrayluna
ngrayluna marked this pull request as ready for review July 28, 2026 17:05
@ngrayluna
ngrayluna requested a review from a team as a code owner July 28, 2026 17:05

The run path consists of the entity, project, and run ID in this format: `<entity>/<project>/<run_id>`.

1. Navigate to your W&B project.

@thedriftofwords thedriftofwords Jul 28, 2026

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: all the ordered list items in markdown should start with 1. in the source file, for maintenance reasons

In addition to values that change over time during training, it is often important to track values that summarizes a model or a preprocessing step. Store this information in a run's `summary` attribute. A run's summary attribute can handle NumPy arrays, PyTorch tensors or TensorFlow tensors. W&B persists NumPy arrays, PyTorch tensors, and TensorFlow tensors in a binary file.

The last value logged with `wandb.Run.log()` is automatically set as the summary dictionary in a W&B Run. If a summary metric dictionary is modified, the previous value is lost.
{/* store high level metrics in the summary object, such as min, mean, variance, percentiles, and more. */}

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this a to-do item for later or an unfinished placeholder?





Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

commented out section: intentional?

### Update metrics for a run, after the run has finished

This example sets the accuracy of a previous run to `0.9`. It also modifies the accuracy histogram of a previous run to be the histogram of `numpy_array`.
This example sets the accuracy of a previous run to `0.9`

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
This example sets the accuracy of a previous run to `0.9`
This example sets the accuracy of a previous run to `0.9`:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants