Upload README.md with huggingface_hub
Browse files
README.md
CHANGED
@@ -1,21 +1,15 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
|
15 |
-
|
16 |
-
configs:
|
17 |
-
- config_name: default
|
18 |
-
data_files:
|
19 |
-
- split: train
|
20 |
-
path: data/train-*
|
21 |
-
---
|
|
|
1 |
+
|
2 |
+
---
|
3 |
+
language: en
|
4 |
+
license: mit
|
5 |
+
---
|
6 |
+
|
7 |
+
# Dataset Name
|
8 |
+
adult_dataset_with_top_2_log_features
|
9 |
+
|
10 |
+
# Features Used
|
11 |
+
['capital-gain', 'workclass']
|
12 |
+
|
13 |
+
## Dataset Description
|
14 |
+
Top 2 features selected from the adult dataset using feature importance ranking.
|
15 |
+
|
|
|
|
|
|
|
|
|
|
|
|