mstz commited on
Commit
5908898
1 Parent(s): 211dc42

Update README.md

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