Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,26 @@
|
|
| 1 |
-
---
|
| 2 |
-
license: mit
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: mit
|
| 3 |
+
datasets:
|
| 4 |
+
- ShaqOneal/heart
|
| 5 |
+
language:
|
| 6 |
+
- en
|
| 7 |
+
metrics:
|
| 8 |
+
- accuracy
|
| 9 |
+
- precision
|
| 10 |
+
- f1
|
| 11 |
+
- recall
|
| 12 |
+
pipeline_tag: tabular-classification
|
| 13 |
+
library_name: sklearn
|
| 14 |
+
tags:
|
| 15 |
+
- random-forest
|
| 16 |
+
- machine-learning
|
| 17 |
+
- classification
|
| 18 |
+
- automl
|
| 19 |
+
- streamlit
|
| 20 |
+
- python
|
| 21 |
+
- scikit-learn
|
| 22 |
+
- student-project
|
| 23 |
+
- csv-model
|
| 24 |
+
- ensemble-learning
|
| 25 |
+
- desicion-trees
|
| 26 |
+
---
|