Skip to content
Back to How Models Learn
How Models LearnGeneralization And Trustworthy EvaluationBuilder Lab

Baseline Model Capstone

Assemble a trustworthy baseline experiment plan with the right split, metric family, baseline comparison, and explicit imbalance handling before any model is declared ready.

intermediate40 min180 XP

Listen to hear this room section by section.

Mission

This room is meant to be completed end-to-end in one workspace: theory, validation, and the live solve.

Flow

Read, clear the guided checkpoints, then use the runtime. The room assumes the learner is proving understanding step by step.

Time

Expect roughly 40 minutes if you work through the room properly rather than skipping straight to the solve.

1

Task 1

Briefing

This capstone asks you to think like a careful ML builder from end to end. You are not chasing leaderboard points. You are designing the minimum experiment that deserves trust.

The workspace starts with a weak plan that would produce flashy but misleading results. Your job is to rewrite it so the baseline evaluation reflects real generalization instead of shortcuts.

If you complete this room cleanly, you should be able to explain how data splits, metrics, baselines, and class balance work together during model development.

2

Task 2

Objectives

Choose a trustworthy evaluation frame

Name the split, metric, and baseline decisions that matter for a first responsible experiment.

Strengthen the experiment plan

Edit the baseline plan until it blocks contamination, metric mismatch, missing baselines, and ignored imbalance.

Clear the capstone validation suite

Run the builder checks and reach full coverage before the plan is accepted.

3

Task 3

Key Terms

Validation suite

A set of checks used to test whether a defensive or governance implementation meets the room objective.

Attack case

A representative adversarial or risky input used to pressure-test the learner's implementation.

4

Task 4

How this room is meant to be used

This builder lab is expected to be completed inside the room rather than skimmed like static documentation. Start with the briefing, move through the objectives in order, and use the runtime or validation steps to prove understanding before you claim completion.

5

Task 5

What to pay attention to

Focus on the system behavior the room is trying to teach, not just the final answer. Strong room work means understanding why the objective matters, which assumptions are being tested, and what evidence would prove success or failure in a real environment.

  • Track where trust changes inside the scenario.
  • Notice which inputs are attacker-controlled and which controls are supposed to contain them.
  • Use mistakes as signal about the concept gap, not just as failed attempts.
6

Task 6

What good completion looks like

A strong solve leaves the learner able to explain the technique, reproduce the key step deliberately, and describe how the same issue would be attacked or defended in a real deployment. The room should feel like practice, not trivia.

7

Task 7

Hint Ladder

Tier 15 XP

A baseline should earn trust before it earns excitement

Start with sound evaluation design. Fancy modeling choices are secondary if the split and metric are weak.

Tier 210 XP

Compare against something simple

A baseline only means something if you can compare it to a weaker reference such as a majority-class predictor.

Tier 315 XP

Protect the holdout

Use a train, validation, and held-out test structure, choose metrics that expose minority-class behavior, and handle imbalance explicitly.

Ready To Move On?

You have reached the end of the currently published rooms in this path.