Experiment - Why time series has unique challenges
Problem:We want to predict future values in a time series dataset, such as daily temperatures or stock prices. The current model uses a simple linear regression ignoring the order of data points.
Current Metrics:Training RMSE: 5.2, Validation RMSE: 12.8
Issue:The model performs well on training data but poorly on validation data, showing it does not capture the time-dependent patterns and trends. This is a sign of ignoring the unique challenges of time series data.