Skip to content

study

Study

Run a method x seed training sweep and compare the trained models.

Use the constructor for the full motion (train + compare), or Study.from_checkpoints to compare already-trained checkpoints.

from_checkpoints classmethod

from_checkpoints(
    checkpoints,
    load_fn,
    data,
    *,
    num_classes,
    task="classification",
    test="wilcoxon",
    alpha=0.05,
    ignore_index=None,
)

Build a Study that compares already-trained checkpoints (no training).