issacchan26 / TimeSeriesPatternForecasting

Time series forecasting on power consumption pattern with Catboost and regression model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TimeSeriesPatternForecasting

Time series forecasting on power consumption pattern with CatBoost and regression model

Dataset

There are two columns in the power_data.csv: timestamp and hourly power consumption.
The goal of the model is to predict the pattern of power consumption, e.g. weekly, monthly, and seasonal patterns.

Data analysis and visualization

The details of data analysis, model comparison and selection, model building and evaluation, conclusion and recommendation are provided in the notebook

Final model

The script of final model is saved in model.py
R-squared score is used to evaluate our regression models.

About

Time series forecasting on power consumption pattern with Catboost and regression model


Languages

Language:Jupyter Notebook 99.8%Language:Python 0.2%