Skip to content

issacchan26/TimeSeriesPatternForecasting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.