https://github.com/openclimatefix/gb_national_pv_forecast
Machine learning experiments for forecasting national solar PV for Great Britain
https://github.com/openclimatefix/gb_national_pv_forecast
Last synced: about 1 year ago
JSON representation
Machine learning experiments for forecasting national solar PV for Great Britain
- Host: GitHub
- URL: https://github.com/openclimatefix/gb_national_pv_forecast
- Owner: openclimatefix
- License: mit
- Archived: true
- Created: 2023-03-09T09:52:09.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-02T12:16:35.000Z (about 3 years ago)
- Last Synced: 2025-03-03T08:45:44.689Z (over 1 year ago)
- Language: Jupyter Notebook
- Size: 2.03 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GB National PV forecast
Machine learning experiments to forecast national solar PV power in Great Britain.
# Installation
## Installation with conda / mamba
We recommend installing [mamba](https://github.com/mamba-org/mamba).
If installing on a platform without a GPU, then uncomment `- cpuonly` in `environment.yml`.
```shell
mamba env create -f environment.yml
conda activate pv_forecast
pip install -e .
pre-commit install
```
# Names
This git repo is called `gb_national_pv_forecast`. But the Python package is called `pv_forecast`.
# Acknowledgements
Thank you to nvidia for their very generous support: nvidia gave us four RTX A6000 GPUs via the nvidia foundation, and a further two RTX A6000 GPUs via the nvidia hardware grant. Thank you nvidia!