Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -37,6 +37,8 @@ dataset = load_dataset("mstz/adult", "income")["train"]
|
|
37 |
```
|
38 |
|
39 |
# Features
|
|
|
|
|
40 |
|**Feature** |**Type** | **Description** |
|
41 |
|-------------------------------|-----------|------------------------------------------------------------|
|
42 |
|`age` |`[int64]` | Age of the person. |
|
|
|
37 |
```
|
38 |
|
39 |
# Features
|
40 |
+
Target feature changes according to the selected configuration and is always in last position in the dataset.
|
41 |
+
|
42 |
|**Feature** |**Type** | **Description** |
|
43 |
|-------------------------------|-----------|------------------------------------------------------------|
|
44 |
|`age` |`[int64]` | Age of the person. |
|