InterviewSolution
Saved Bookmarks
| 1. |
Which of the following function can create the indices for time series type of splitting?(a) newTimeSlices(b) createTimeSlices(c) binTimeSlices(d) none of the mentionedI have been asked this question in homework.I need to ask this question from caret topic in division Machine Learning of Data Science |
|
Answer» RIGHT OPTION is (B) createTimeSlices The best I can explain: Rolling FORECASTING ORIGIN techniques are associated with time series type of splitting. |
|