Giter Club home page Giter Club logo

power-consumption-prediction's Introduction

power-consumption-prediction

The dataset related to power consumption of three different distribution networks of Tetouan city which is located in north Morocco is used for analysis and the dataset doesnot contain any missing values. Firstly, the relative importance of each feature is calculated using SelectKbest and Permutation Importance. Since, its regression problem, following metrics were used for measuring the performance of the model:

  • Mean Absolute Error
  • Root Mean Squared Error
  • Mean Squared Error
  • R-Squared
  • Scatter-Plot (Visual Evaluation)

In this work, listed below algorithms were used for building the model:

  • Decision Tree
  • Random Forest
  • Adaboost
  • Xgboost

Installing

Following are the step by step to get a development env running

1. Visit the Anaconda homepage.
2. Click “Anaconda” from the menu and click “Download” to go to the download page.
3. Choose the download suitable for your platform (Windows, OSX, or Linux):
4. Follow the Installation wizard.
5. Open the Anaconda Prompt and enter the following to create a python env
conda create -n myenv python=3.5
6. Then enter the following commands to install the required dependencies for this project. 
conda install -n myenv scikit-learn
conda install -n myenv pandas

Running the Code

  1. Download/Clone this repository.
  2. Go the location and open Anaconda Prompt/Termial and start the environment by
activate myenv
  1. After this you can run the program by executing the following line.
jupyter notebook

Built With

power-consumption-prediction's People

Contributors

dhruvraj-singh-rawat avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.