Update README.md
Browse files
README.md
CHANGED
@@ -1,4 +1,27 @@
|
|
1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|