An open API service indexing awesome lists of open source software.

https://github.com/devroopsaha744/predicting-time-series-using-xgboost

This repository demonstrates the time series forecasting power of xgboost
https://github.com/devroopsaha744/predicting-time-series-using-xgboost

Last synced: 9 months ago
JSON representation

This repository demonstrates the time series forecasting power of xgboost

Awesome Lists containing this project

README

          

# Predicting-time-series-using-xgboost
This repository demonstrates the time series forecasting power of xgboost

Here, I converted a timeseries problem into a regression problem. Firstly I extracted features from the datetime column and created 'lagged-value' features ie. old values of the target variable become the input and on the basis of which it will predict the target variable.