Skip to content

Predict How much energy will a building consume from time series data. This is the final project for the machine learning course.

Notifications You must be signed in to change notification settings

Rawan19/ASHRAE---Great-Energy-Predictor-III

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ASHRAE---Great-Energy-Predictor-III- Time series data

This is the final project for the machine learning course.

Problem: How much energy will a building consume?

In this project, I implemented the following:

  • EDA
  • Data cleansing(Filling nulls & Handling outliers)
  • Feature Engineering
  • Optimize memory usage(The data had 20 million entries)
  • Built a Data preperation pipeline that takes the raw data and returns the preprocessed data, ready for the ML model: Used all variables types(numbers, text)
  • Trained the data using decision trees, neural networks, and linear regression.
  • Used Cross Validation
  • Developed a standalone Colab notebook that gets the saved model and makes prediction on new data

Data: https://www.kaggle.com/c/ashrae-energy-prediction/data

About

Predict How much energy will a building consume from time series data. This is the final project for the machine learning course.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published