☀️ Solar Production Forecaster

Predict annual energy production for future solar installations.

Project Parameters

{% for cat_feature, options in metadata.categorical_options.items() %}
{% endfor %}
{% if prediction_gwh %}
Predicted Annual Production

{{ "%.2f"|format(prediction_gwh) }}

GWh

{% endif %}

Data Insights

{{ correlation_plot_div | safe }}
{{ region_plot_div | safe }}