Skip to main content

Documentation Index

Fetch the complete documentation index at: https://wb-21fd5541-john-wbdocs-2044-rename-serverless-products.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Les limites d’exportation peuvent empêcher l’exportation de l’historique complet du run au format CSV ou via l’API run.history. Pour accéder à l’historique complet du run, téléchargez l’artifact d’historique du run au format Parquet :
import wandb
import pandas as pd

run = wandb.init()
artifact = run.use_artifact('<entity>/<project>/<run-id>-history:v0', type='wandb-history')
artifact_dir = artifact.download()
df = pd.read_parquet('<path to .parquet file>')

Experiments Runs