Commit ·
be9bb4a
1
Parent(s): 911e76f
fix readme yamil context
Browse files
README.md
CHANGED
|
@@ -1,33 +1,31 @@
|
|
| 1 |
-
|
| 2 |
-
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
-
|
| 7 |
-
-
|
| 8 |
-
-
|
| 9 |
-
-
|
| 10 |
-
|
| 11 |
-
|
| 12 |
-
|
| 13 |
-
|
| 14 |
-
-
|
| 15 |
-
-
|
| 16 |
-
-
|
| 17 |
-
|
| 18 |
-
|
| 19 |
-
|
| 20 |
-
|
| 21 |
-
|
| 22 |
-
|
| 23 |
-
|
| 24 |
-
|
| 25 |
-
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
value: 0.94
|
| 30 |
-
name: R² Score
|
| 31 |
|
| 32 |
# ✈️ Air Passengers Prediction System
|
| 33 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
language: en
|
| 3 |
+
license: mit
|
| 4 |
+
tags:
|
| 5 |
+
- passenger-prediction
|
| 6 |
+
- machine-learning
|
| 7 |
+
- scikit-learn
|
| 8 |
+
- linear-regression
|
| 9 |
+
- time-series
|
| 10 |
+
pipeline_tag: regression
|
| 11 |
+
metrics:
|
| 12 |
+
- r2_score
|
| 13 |
+
- mean_squared_error
|
| 14 |
+
- mean_absolute_error
|
| 15 |
+
model-index:
|
| 16 |
+
- name: Passenger Prediction
|
| 17 |
+
results:
|
| 18 |
+
- task:
|
| 19 |
+
type: Regression
|
| 20 |
+
name: Passenger Prediction
|
| 21 |
+
dataset:
|
| 22 |
+
type: Air Passengers Prediction System
|
| 23 |
+
name: Air Passengers Prediction System
|
| 24 |
+
metrics:
|
| 25 |
+
- type: r2_score
|
| 26 |
+
value: 0.94
|
| 27 |
+
name: R² Score
|
| 28 |
+
---
|
|
|
|
|
|
|
| 29 |
|
| 30 |
# ✈️ Air Passengers Prediction System
|
| 31 |
|