Time Series
XGBoost to forecast univariate Time Series data with exogenous variables
In the last article, we learned how to train a Machine Learning model like Linear Regression or XGBoost to forecast Time Series data. We had to reframe the dataframe as a supervised learning problem. You can read about this process here. To explain the process we used Forex data, specifically Read more…