Skip to main content
ML Quest
Python Idle

The annual ML competition at your company is here. Each team gets the same housing dataset and must produce the best predictive model. The rules: you must demonstrate cross-validation, hyperparameter tuning, and a final ensemble. No shortcuts, no leakage, no excuses. Your team is counting on you. Build the ultimate pipeline and claim the trophy.

~30 minproject510 rows
Loading Python runtime...
Goals: 4 tests
should use cross-validation
should perform hyperparameter tuning
final_score should be above 0.6
Python loading...