Imagine that you work for a video streaming platform, and your task is to predict the number of views of a newly posted video within the first week.
Below are the steps that you will most likely take to tackle this challenge. What is the correct order?
Hint
Try to approach it in the following way: first, you collect the dataset within the specified time frame. Next, you will likely perform some exploratory data analysis to formulate hypotheses and gain insights into which models are most suitable for the task. Then, you will test the selected models in terms of their performance on the existing data to choose the model that best captures the underlying structure.