Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -30,7 +30,7 @@ Census dataset including personal characteristic of a person, and their income t
|
|
30 |
| race | Multiclass classification | Predict the race of the individual. |
|
31 |
|
32 |
# Usage
|
33 |
-
```
|
34 |
from datasets import load_dataset
|
35 |
from sklearn.tree import DecisionTreeClassifier
|
36 |
|
|
|
30 |
| race | Multiclass classification | Predict the race of the individual. |
|
31 |
|
32 |
# Usage
|
33 |
+
```python
|
34 |
from datasets import load_dataset
|
35 |
from sklearn.tree import DecisionTreeClassifier
|
36 |
|