Dataford
Interview QuestionsInterview GuidesExperiencesMock InterviewsPricing
Get started

Build a Predictive Model from Data

MediumMachine Learning00:00
Practice interviewer
In session
5 left
00:00

Your question is Build a Predictive Model from Data. Take a moment with it on the right.

Talk me through your thinking if you like. When you're confident, submit your answer and I'll grade it like a real screen (7/10 or better passes).

You need to log in / sign up to chat or submit.

Problem

You are given a dataset from a production business process and asked to build a predictive model from it. The data has already been collected, but the modeling objective, feature quality, and validation plan still need to be defined.

Question

Given a dataset, how would you approach building a predictive model?

What to think about

  • Define the target and prediction horizon before choosing a model.
  • Check for leakage, missingness, and class imbalance.
  • Choose a validation scheme that matches how the model will be used.
  • Set a baseline before moving to more complex models.