kubeflow/sdk

Add End-to-End Workflow Tutorial

Open

#258 opened on 2026年2月3日

GitHub で見る
 (13 comments) (4 reactions) (1 assignee)Python (196 forks)auto 404
area/docsarea/examplesgood first issuehelp wantedkind/feature

Repository metrics

Stars
 (124 stars)
PR merge metrics
 (PR metrics pending)

説明

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 👍

コントリビューターガイド