Level · 10 challengesLive
Advanced
Ten harder challenges — 5 ML, 5 AI — on the problems real datasets and real models actually throw.
- Challenge 1Handle class imbalanceAdvancedUse class_weight='balanced' to recover the rare class.→
- Challenge 2Reduce dimensions with PCAAdvancedProject to 2 principal components and measure retained variance.→
- Challenge 3Cluster without labelsAdvancedFind natural groups with KMeans.→
- Challenge 4Diagnose overfittingAdvancedMeasure the train-test accuracy gap.→
- Challenge 5Tune hyperparametersAdvancedGrid-search the regularization strength with cross-validation.→
- Challenge 6Build a tool-using agentAdvancedMake the model route a math question to a calculator tool.→
- Challenge 7LLM as judgeAdvancedUse the model to grade another answer.→
- Challenge 8Triage to structured JSONAdvancedClassify a ticket into JSON with priority and category.→
- Challenge 9Retrieval-augmented answerAdvancedRetrieve the right doc, then have the model answer from it (RAG).→
- Challenge 10Content guardrailAdvancedBuild a moderation classifier that blocks unsafe messages.→