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

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -13
README.md CHANGED
@@ -18,9 +18,9 @@ The [Abalone dataset](https://archive.ics.uci.edu/ml/datasets/Abalone) from the
18
  Predict the age of the given abalone.
19
 
20
  # Configurations and tasks
21
- | **Configuration** | **Task** | Description |
22
  |-------------------|---------------------------|---------------------------------------------------------------|
23
- | abalone | Regression | Predict the age of the abalone. |
24
 
25
  # Usage
26
  ```python
@@ -30,14 +30,15 @@ dataset = load_dataset("mstz/abalone")["train"]
30
  ```
31
 
32
  # Features
33
- |**Feature** |**Type** |
34
- |-------------------|---------------|
35
- | sex | `[string]` |
36
- | length | `[float64]` |
37
- | diameter | `[float64]` |
38
- | height | `[float64]` |
39
- | whole_weight | `[float64]` |
40
- | shucked_weight | `[float64]` |
41
- | viscera_weight | `[float64]` |
42
- | shell_weight | `[float64]` |
43
- | number_of_rings | `[int8]` |
 
 
18
  Predict the age of the given abalone.
19
 
20
  # Configurations and tasks
21
+ | **Configuration** | **Task** | **Description** |
22
  |-------------------|---------------------------|---------------------------------------------------------------|
23
+ | abalone | Regression | Predict the age of the abalone. |
24
 
25
  # Usage
26
  ```python
 
30
  ```
31
 
32
  # Features
33
+ Target feature in bold.
34
+ |**Feature** |**Type** |
35
+ |-----------------------|---------------|
36
+ | sex | `[string]` |
37
+ | length | `[float64]` |
38
+ | diameter | `[float64]` |
39
+ | height | `[float64]` |
40
+ | whole_weight | `[float64]` |
41
+ | shucked_weight | `[float64]` |
42
+ | viscera_weight | `[float64]` |
43
+ | shell_weight | `[float64]` |
44
+ | **number_of_rings** | `[int8]` |