openclimatefix / Open-Source-Quartz-Solar-Forecast

Open Source Solar Site Level Forecast
MIT License
43 stars 40 forks source link

Add 'gb' model v1_1 to handle tilt and orientation #127

Closed zakwatts closed 3 weeks ago

zakwatts commented 4 weeks ago

Pull Request

Description

'gb' model has been retrained to be able to use tilt and orientation as features in the model. This has now been set as the default model to use. The previous model has been kept to maintain consistency.

The new model added is named: "model-0.3.1.pkl" and is saved under the models folder in quartz-solar-forecast.

For naming purposes its referenced as v1_1, which changes made in the forecast.py file to change from using forecast_v1 to using forecast_v1_1.

Fixes:

20 #119

If your changes affect data processing, have you plotted any changes? i.e. have you done a quick sanity check?

Screenshot 2024-06-04 at 17 29 21 Screenshot 2024-06-04 at 17 28 52

Images showing results from different models using different tilt and orientation values.

Checklist: