InterviewSolution
Saved Bookmarks
| 1. |
Which of the following function can be used for forecasting?(a) predict(b) forecast(c) ets(d) all of the mentionedThe question was asked in a national level competition.This interesting question is from Model Based Prediction topic in division Machine Learning of Data Science |
|
Answer» CORRECT option is (b) forecast The best I can explain: FORECASTING is the process of making predictions of the FUTURE based on PAST and PRESENT data and analysis of trends. |
|