AWeirdDev commited on
Commit
9c1f96d
·
verified ·
1 Parent(s): 0bd9893

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md CHANGED
@@ -2,10 +2,24 @@
2
  license: mit
3
  library_name: sklearn
4
  pipeline_tag: tabular-classification
 
 
 
 
 
 
 
 
 
 
 
 
5
  ---
6
 
7
  # human-disease-prediction
8
 
 
 
9
  ```python
10
  import joblib
11
  import numpy
 
2
  license: mit
3
  library_name: sklearn
4
  pipeline_tag: tabular-classification
5
+ model-index:
6
+ - name: human-disease-prediction
7
+ results:
8
+ - task:
9
+ type: tabular-classification
10
+ dataset:
11
+ name: human-disease-prediction
12
+ type: kaggle
13
+ metrics:
14
+ - name: Score
15
+ type: Score
16
+ value: 1.0
17
  ---
18
 
19
  # human-disease-prediction
20
 
21
+ Try it on [🤗 Spaces](https://huggingface.co/spaces/AWeirdDev/human-disease-prediction)
22
+
23
  ```python
24
  import joblib
25
  import numpy