mstz commited on
Commit
fe18bda
·
1 Parent(s): 1e6e614

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -26,7 +26,7 @@ The [Acute Inflammation dataset](https://archive.ics.uci.edu/ml/datasets/Acute I
26
  | inflammation | Binary classification | Predict if the patient has an acute inflammation. |
27
 
28
  # Usage
29
- ```
30
  from datasets import load_dataset
31
  from sklearn.tree import DecisionTreeClassifier
32
 
 
26
  | inflammation | Binary classification | Predict if the patient has an acute inflammation. |
27
 
28
  # Usage
29
+ ```python
30
  from datasets import load_dataset
31
  from sklearn.tree import DecisionTreeClassifier
32