add YAML metadata to model card
Browse files
README.md
CHANGED
@@ -1,4 +1,5 @@
|
|
1 |
-
|
|
|
2 |
# 🔋 Electricity Price Predictor (Random Forest Regression)
|
3 |
|
4 |
This is a custom regression model trained to predict electricity prices ($/kWh) in California, based on a variety of grid-level and environmental features such as EV charging demand, solar/wind production, carbon emissions, and storage indicators.
|
|
|
1 |
+
<pre><code>--- license: mit tags: - electricity - price-prediction - random-forest - energy - machine-learning - ev-charging model-index: - name: Electricity Price Predictor results: [] --- </code></pre>
|
2 |
+
|
3 |
# 🔋 Electricity Price Predictor (Random Forest Regression)
|
4 |
|
5 |
This is a custom regression model trained to predict electricity prices ($/kWh) in California, based on a variety of grid-level and environmental features such as EV charging demand, solar/wind production, carbon emissions, and storage indicators.
|