Photovoltaic per site modeling
Project description
pv-site-prediction
This repo contains code to train and evaluate pv-site models.
Organisation of the repo
.
├── exp_reports # Experiment reports - markdown notes about experiments we have made
├── exp_results # Default output for the {train,eval}_model.py scripts
├── notebooks # Diverse notebooks
├── data # Placeholder for data files
└── psp # Main python package
├── clients # Client specific code
├── data_sources # Data sources (PV, NWP, Satellite, etc.)
├── exp_configs # Experimentation configs - a config defines the different options for
│ # training and evaluation models. This directory contains many ready
│ # configs where the paths points to the data on Leonardo.
├── models # The machine learning code
├── scripts # Scripts (entry points)
└── tests # Unit tests
Training and evaluating a model
poetry run python psp/scripts/train_model.py \
--exp-config-name test_config1 \
-n test
poetry run python psp/scripts/eval_model.py \
-n test
# This will have generated a model and test results in `exp_results/test`.
# You can then look at the results in the `expriment_analysis.ipynb` and
# `sample_analysis.ipynb` notebooks by setting EXP_NAMES=["test"] in the first cells.
# Call the scripts with `--help` to see more options, in particular to run on more than one CPU.
# The script run_exp.sh can be used to train and then evaluate a model, for example
./run_exp.sh exp_config_to_use name_for_exp
Prerequisites
Development
# Installation of the dependencies.
poetry install
# Formatting
make format
# Linting
make lint
# Running the tests.
make test
# Starting the jupyter notebooks.
make notebook
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Close
Hashes for pv_site_prediction-0.1.13.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 415a819b7ec65f85bcbed194dc75aabbcbc54b2756c5e6d1c5e52bbcd76f09ad |
|
MD5 | cfd9fd710d85ff233abd6c6e72767b4e |
|
BLAKE2b-256 | 7cb591c50a9ba5aff15e8d79a32c454468b550dcb112e05e4a0a8c68764adb6f |
Close
Hashes for pv_site_prediction-0.1.13-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 57214c674690066da228105e0bbdfa0b46c7e6bd1d444b8d7571ecb19aa75855 |
|
MD5 | 0eb6f349a6dd648c76d81e1c2d970a7c |
|
BLAKE2b-256 | 6c890cb39409d2e90107fd778c961dee49dff863870e691bb134312cf4cd6c20 |