Data manipulation, feature extraction, prediction and cross-validation of stock market prices time series.
Full analysis of time series manipulation and predictions using data from historical stock market prices.
Along the notebook, we
- Load, transform and clean the data.
- Engineer statistical and time-lagged features.
- Fit and predict regression models.
- Perform K-fold and TimeSeriesSplit cross-validation.
- Study the stability of the model's coefficients and of its predictive power across CV splits.