Datasets:
Upload README.md
Browse files
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 |
|