Skip to content

AdaRey00/Electricity-Maps-Forecasting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Electricity Maps Forecasting

This project aims to predict the carbon intensity of electricity on a given grid using historical data.

Project Structure

  • data/: Contains the dataset and preprocessed data files.
  • models/: Contains the model definition and training scripts.
  • venv/: Virtual environment directory.
  • features.py: Defines the selected features.
  • functions.py: Contains utility functions.
  • main.py: Main entry point of the application.
  • preprocessing.py: Handles data preprocessing.
  • requirements.txt: Lists the dependencies.
  • .gitignore: Specifies files to be ignored by Git.

Setup Instructions

  1. Create Virtual Environment:

    python -m venv venv
  2. Activate Virtual Environment:

    • On Windows:
      venv\Scripts\activate
    • On macOS/Linux:
      source venv/bin/activate
  3. Install Dependencies:

    pip install -r requirements.txt

Running the Project

  1. Preprocess the Data:

    python preprocessing.py
  2. Train and Evaluate the Model:

    python models/model.py

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors