This is a hypothetical question. If I built a machine learning regression model, let's say KNN, or Random Forest, and used the data from the previous three years to predict revenue. And then wanted to predict revenue for the next year, let's say 2023. Could I just take the average of the prior three years to predict the future year?
source https://stackoverflow.com/questions/71982870/can-you-average-a-machine-learning-models-predictions-from-prior-three-years-to
Comments
Post a Comment