bajiang commited on
Commit
21ecc32
·
1 Parent(s): 1f5ba93

add YAML metadata to model card

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -1,4 +1,5 @@
1
- <<<<<<< HEAD
 
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.