Giter VIP home page Giter VIP logo

stats112's Introduction

Hi! The data I used in the data folders are a free-trial of paid data, from the YesEnergy API. I also used a free trial of meteomatics API and weather APIs in my scripts directly. As a result, this is a private repo, since I don't want to expose paid data.

STRUCTURE:

  1. Data Collection
  2. Data Cleaning
  3. Data Exploration
  4. Machine Learning
  5. Final Machine Learning (In Final ML, we run the pipeline in a giant for loop, to loop through many nodes. This lets us get accuracy scores for many nodes by running just one file.) The combined file merges collection, cleaning and ML. It omits exploration since we are running a known pipeline.

1-Getting Data.ipynb put data in spreadsheets to be imported into data cleaning file. data from Yesenergy for prices data from sunrise sunset API data from meteomatics API data from synoptic labs API data from airport lat/long API

2-Cleaning Data.ipynb clean it up joins change variable names removes $, commas, nans converts timezones from utc to pst

3-Data Exploration.ipynb graph how price has changed over time graph price throughout the day graph price over the months graph price spread through day price spread through months

4-Machine Learning.ipynb predict price spread given input variables clean "return $/MW" column to just be binary buy or sell if it's positive or negative predict buy or sell given input variables

5- CombinedMLPipeline.ipynb is where the magic happens! Here we combine ALL files 1, 2, and 4 to create a for loop to iterate through many nodes.

Data: in this folder we have price data for each node. I got this from YesEnergy. It was my only non-api data. Intermediate Data: a lot of my data is from APIs and they are saved as csvs through the process. If you want to check in what a CSV looks like, it's probably in the intermediate data folder.

stats112's People

Contributors

ananyachadha avatar

Watchers

James Cloos avatar  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.