kubeflow/sdk

Add End-to-End Workflow Tutorial

Open

#258 ouverte le 3 févr. 2026

Voir sur GitHub
 (13 commentaires) (4 réactions) (1 assigné)Python (196 forks)auto 404
area/docsarea/examplesgood first issuehelp wantedkind/feature

Métriques du dépôt

Stars
 (124 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

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 👍

Guide contributeur