What about using MLJAR for time-series prediction? Are there pitfalls? #493
Replies: 2 comments 2 replies
-
Hi @madpower2000, The MLJAR AutoML can be used for time-series prediction if you convert your data into stationary data. The AutoML can't itself do feature engineering to convert time-series data into a stationary problem. It can be implemented. I'm open to suggestions for new feature engineering methods and new algorithms that are suitable for time-series data. |
Beta Was this translation helpful? Give feedback.
-
Hi @pplonski, My concern is about cross validation under the hood of Auto ML. For time series data with temporal dependence must be done with some different technique than for just tabular data. Take a look to sklearn.model_selection.TimeSeriesSplit() documentation. In depth topic discussion can be found here:
|
Beta Was this translation helpful? Give feedback.
-
What about using MLJAR for time-series prediction? Are there pitfalls?
Beta Was this translation helpful? Give feedback.
All reactions