GithubHelp home page GithubHelp logo

arsamaryandoust / energytransitiontasks Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 1.25 MB

Machine learning tasks and datasets for enhancing the global energy transition

License: MIT License

Shell 0.06% Python 63.61% Jupyter Notebook 36.33%
climate-change deep-learning energy-transition machine-learning artificial-intelligence building-electricity climart data-science open-catalyst wind-farm

energytransitiontasks's Introduction

Unified machine learning tasks and datasets for enhancing renewable energy

Citation

Aryandoust A., Rigoni, T., Di Stefano, F., Patt, A. Unified machine learning tasks and datasets for enhancing renewable energy. Preprint at https://arxiv.org/abs/2311.06876 (2023).

Contributions

We use two long-lived branches for this project, develop and master.

-------------------------------------master-------------------------------------
------------------------------------develop-------------------------------------

In order to get started with contributing code, follow these steps:

  1. git clone https://github.com/ArsamAryandoust/EnergyTransitionTasks or
    git clone https://<your_personal_access_token>@github.com/ArsamAryandoust/EnergyTransitionTasks
  2. cd EnergyTransitionTasks
  3. git checkout develop
  4. git branch <your_personal_branch>
  5. git checkout <your_personal_branch>
-------------------------------------master-------------------------------------
------------------------------------develop-------------------------------------
            ----------------<your_personal_branch>----------------

All changes that you make should be done to <your_personal_branch>. In a running workflow, where others from the team are contributing to the project simultaneously, you should always make sure that your code has no collision with the latest changes to the develop branch, before opening a pull request. For this, please follow these steps:

  1. git checkout <your_personal_branch>
  2. git fetch origin develop:develop
  3. git merge develop (resolve conflicts locally, if they occur)
  4. git push -u origin <your_personal_branch>
  5. On the remote host, create a pull request for <your_personal_branch> into the develop branch

While making changes to <your_personal_branch>, you can create arbitrary short-lived branches named <your_feature_branch> originating from <your_personal_branch>. Make sure you test and merge/rebase these smaller feature branches before pushing <your_personal_branch> to the remote repository and openning a pull request.

-------------------------------------master-------------------------------------
------------------------------------develop-------------------------------------
            ----------------<your_personal_branch>----------------
                     -------<your_feature_branch>-------

Warning notice:

Do NOT use Rebase on commits that you have already pushed to a remote repository! Instead, use Rebase only for cleaning up your local commit history before merging it into a shared team branch.

energytransitiontasks's People

Contributors

arsamaryandoust avatar fdistefano99 avatar thomasrigoni7 avatar

Watchers

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