Ford Motor Company Interview Question

What are the steps in building a machine learning model?

Interview Answer

Anonymous

Sep 10, 2017

Step 1. Data gathering/cleaning/wrangling using basic analysis tools like visualization, statistical summaries and data stories. 2. Apply what machine learning algorithm to use 3. Do cross validation 4. Measure accuracy 5. If satistified with the model, then do predictions.

3