Things to keep in mind

Machine Learning building process

Untitled

1. Framing the Problem


Most important when solving a coding challenge is scoping the problem they would like you to solve. Make sure to write this down as detailed as possible.

2. Analyse your Dataset


Most of the times you'll get a dataset on which you have to perform some calculations. First start to clean the data then explore the data and lastly analyse the data. If you have some time you could visualise your data.