kubeflow/sdk

Add End-to-End Workflow Tutorial

Open

#258 geöffnet am 3. Feb. 2026

Auf GitHub ansehen
 (13 Kommentare) (4 Reaktionen) (1 zugewiesene Person)Python (196 Forks)auto 404
area/docsarea/examplesgood first issuehelp wantedkind/feature

Repository-Metriken

Stars
 (124 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

What you would like to be added?

Create a tutorial in https://sdk.kubeflow.org/en/latest/ showing how all SDK clients work together in a complete ML workflow:

  • Train a model with TrainerClient
  • Optimize hyperparameters with OptimizerClient
  • Register the best model with ModelRegistryClient

Why is this needed?

Currently, each client is documented in isolation. Users don't see how the pieces fit together or understand the intended workflow. A unified tutorial demonstrates the value of the SDK as a cohesive platform rather than separate tools.

Love this feature?

Give it a 👍 We prioritize the features with most 👍

Contributor Guide