Fix2 electricity price prediction. (#296)

Normalize electricity price prediction to €/Wh.
Provide electricity price prediction by €/kWh for convenience.

Allow to configure electricity price charges by €/kWh.

Also added error page to fastapi rest server to get rid of annoying
unrelated fault messages during testing.

Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
This commit is contained in:
Bobby Noelte
2024-12-30 21:29:50 +01:00
committed by GitHub
parent 45079ca29c
commit c0ea13d0f4
13 changed files with 178 additions and 52 deletions

View File

@@ -2,7 +2,7 @@ numpy==2.2.0
numpydantic==1.6.4
matplotlib==3.10.0
fastapi[standard]==0.115.6
python-fasthtml==0.9.1
python-fasthtml==0.10.3
uvicorn==0.34.0
scikit-learn==1.6.0
timezonefinder==6.5.7