Level · 10 challengesLive
Intermediate
Ten challenges — 5 ML, 5 AI — on the habits that separate a demo from a real model.
- Challenge 1Scale to avoid leakageIntermediateFit the scaler on training data only, then transform both splits.→
- Challenge 2Cross-validateIntermediateEstimate accuracy honestly with 5-fold cross-validation.→
- Challenge 3Precision, not just accuracyIntermediateMeasure macro-averaged precision across all classes.→
- Challenge 4Build a pipelineIntermediateChain scaling and the classifier into one Pipeline.→
- Challenge 5Which feature matters most?IntermediateRead feature importances from a random forest.→
- Challenge 6Teach by exampleIntermediateFew-shot prompting: label examples so the model copies the pattern.→
- Challenge 7Extract to JSONIntermediatePull structured fields out of a sentence as JSON.→
- Challenge 8Semantic searchIntermediateRank documents by embedding similarity to a query.→
- Challenge 9Get a JSON listIntermediateAsk the model for a list inside JSON and parse it.→
- Challenge 10Constrain the formatIntermediateForce a clean comma-separated list you can parse.→