bajiang commited on
Commit
2f73a5f
Β·
verified Β·
1 Parent(s): 21ecc32

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -4
README.md CHANGED
@@ -1,4 +1,27 @@
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
 
@@ -117,6 +140,4 @@ print(df.head())
117
 
118
  ## πŸ“„ License
119
 
120
- MIT License – You are free to use, modify, and distribute this project with proper attribution.
121
-
122
-
 
1
+ ---
2
+ license: mit
3
+ tags:
4
+ - regression
5
+ - electricity
6
+ - ev-charging
7
+ - price-prediction
8
+ - random-forest
9
+ - scikit-learn
10
+ - tabular-data
11
+ language:
12
+ - en
13
+ library_name: scikit-learn
14
+ datasets:
15
+ - processed_electric_price_filled.csv
16
+ metrics:
17
+ - r2
18
+ - mse
19
+ - mape
20
+ model-index:
21
+ - name: Electricity Price Predictor
22
+ results: []
23
+ ---
24
+
25
 
26
  # πŸ”‹ Electricity Price Predictor (Random Forest Regression)
27
 
 
140
 
141
  ## πŸ“„ License
142
 
143
+ MIT License – You are free to use, modify, and distribute this project with proper attribution.