A common question in a data scientist interview is to walk through a project you’ve done in the past. Many candidates choose to discuss a ML prototype project, often something they had to do for data science bootcamp.
Don’t use that ML prototype project for your data science interview. It won’t impress the interviewer.
When an interviewer asks this question, they are looking for at least these 2 things:
- Competence
- Business intuition
Competence
To demonstrate competence in an interview, the candidate needs to be able to speak deeply about their work. That means that when the interviewer probes the candidate with follow-up questions about how and why they made certain decisions, they need to have thoughtful answers.
A ML prototype project generally only gives someone a superficial understanding of how to do ML. These projects are meant to be completed in a short time, and to make that possible, many of the most important decisions about the project are made before you even begin working on it. These include decisions like the evaluation metric, the label, the set of features that are allowable, and what counts as a training example. These are important and difficult decisions, and they’re already made up for you before you even begin.
Because the tough decisions have already been made before you even start, the ML prototype project just doesn’t give you the chance to show the interviewer that you can competently make those decisions in real life.
Business Intuition
Most data scientists work for companies that want to make money, or at least, organizations that want to make an impact. This means that data science projects need to add value, and when interviewers ask you to describe a project, they are looking for whether you have good sense of the value that you can add to a business or organization.
ML prototype projects generally do not have very specific goals, which makes it hard to explain their business value. If you try to explain your image classification model to the interviewer, you may be able to explain some techniques, but you will have virtually nothing interesting to say about why your decisions added business value.