Skip to content

okf: add ML experiment trail sample bundle#185

Open
manumishra12 wants to merge 1 commit into
GoogleCloudPlatform:mainfrom
manumishra12:add-ml-experiment-trail-bundle
Open

okf: add ML experiment trail sample bundle#185
manumishra12 wants to merge 1 commit into
GoogleCloudPlatform:mainfrom
manumishra12:add-ml-experiment-trail-bundle

Conversation

@manumishra12

Copy link
Copy Markdown

What

Adds a small, self-contained OKF v0.1 sample bundle at okf/bundles/ml_experiment_trail/ that models a machine-learning experimentation trail, using the concept types suggested in the issue: Experiment, Model, Submission, and Lesson.

Contents

  • experiments/ — two Experiment concepts (a baseline and a gradient-boosting follow-up)
  • models/ — one Model concept (the tuned artifact exported from an experiment)
  • submissions/ — one Submission concept (a scored leaderboard entry)
  • lessons/ — one Lesson concept (a target-leakage post-mortem)
  • an index.md at the root and in each subdirectory

The five concepts cross-link into a connected graph (submission -> model -> experiment -> lesson, plus the lesson learned from the baseline) using absolute bundle-relative links per SPEC section 5.1.

Conformance

  • Every non-reserved .md file has parseable YAML frontmatter with a non-empty type (SPEC section 9).
  • index.md files carry no frontmatter and follow the section 6 listing format.
  • No dangling links; the reference visualizer reports 5 concepts, 10 edges.

Addresses #72 (duplicates #60 and #71).

Adds a small, self-contained OKF v0.1 bundle under okf/bundles/ that models
a machine-learning experimentation trail, using the concept types suggested
in the issue: Experiment, Model, Submission, and Lesson.

The five concepts cross-link into a connected graph (submission -> model ->
experiment -> lesson, plus the lesson learned from the baseline) using
absolute bundle-relative links per SPEC section 5.1. The reference
visualizer reports 5 concepts and 10 edges with no dangling links.

Addresses GoogleCloudPlatform#72 (also GoogleCloudPlatform#60, GoogleCloudPlatform#71).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant