mstz commited on
Commit
1f0b482
·
1 Parent(s): 822fbd5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
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