mstz commited on
Commit
89c9fd2
1 Parent(s): 1a6984c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -4
README.md CHANGED
@@ -20,14 +20,13 @@ Predict the age of the given abalone.
20
  # Configurations and tasks
21
  | **Configuration** | **Task** | Description |
22
  |-------------------|---------------------------|---------------------------------------------------------------|
23
- | Abalon | Regression | Predict the age of the abalone. |
24
 
25
  # Usage
26
- ```
27
  from datasets import load_dataset
28
- from sklearn.tree import DecisionTreeClassifier
29
 
30
- dataset = load_dataset("mstz/abalone", "abalone")["train"]
31
  ```
32
 
33
  # Features
 
20
  # Configurations and tasks
21
  | **Configuration** | **Task** | Description |
22
  |-------------------|---------------------------|---------------------------------------------------------------|
23
+ | abalone | Regression | Predict the age of the abalone. |
24
 
25
  # Usage
26
+ ```python
27
  from datasets import load_dataset
 
28
 
29
+ dataset = load_dataset("mstz/abalone")["train"]
30
  ```
31
 
32
  # Features