Set `library_name` to `tf-keras`. (#1)
Browse files- Set `library_name` to `tf-keras`. (c1e0d4887a8da2e8c9bbe4ca5451f7f17da8f0b2)
Co-authored-by: Lucain Pouget <[email protected]>
README.md
CHANGED
@@ -1,33 +1,24 @@
|
|
1 |
---
|
2 |
-
|
3 |
-
|
4 |
-
tags:
|
5 |
-
- tabular-classification
|
6 |
-
- keras
|
7 |
-
- tensorflow
|
8 |
-
|
9 |
-
library_name: keras
|
10 |
-
|
11 |
-
|
12 |
license: apache-2.0
|
13 |
-
|
14 |
metrics:
|
15 |
- accuracy
|
16 |
-
|
|
|
|
|
17 |
model-index:
|
18 |
- name: TF_Decision_Trees
|
19 |
results:
|
20 |
-
- task:
|
21 |
type: structured-data-classification
|
22 |
dataset:
|
23 |
-
type: census
|
24 |
name: Census-Income Data Set
|
|
|
25 |
metrics:
|
26 |
- type: accuracy
|
27 |
value: 96.57
|
28 |
- type: validation loss
|
29 |
-
value: 0.227394
|
30 |
-
|
31 |
---
|
32 |
|
33 |
# TensorFlow's Gradient Boosted Trees Model for structured data classification
|
|
|
1 |
---
|
2 |
+
library_name: tf-keras
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
3 |
license: apache-2.0
|
|
|
4 |
metrics:
|
5 |
- accuracy
|
6 |
+
tags:
|
7 |
+
- tabular-classification
|
8 |
+
- tensorflow
|
9 |
model-index:
|
10 |
- name: TF_Decision_Trees
|
11 |
results:
|
12 |
+
- task:
|
13 |
type: structured-data-classification
|
14 |
dataset:
|
|
|
15 |
name: Census-Income Data Set
|
16 |
+
type: census
|
17 |
metrics:
|
18 |
- type: accuracy
|
19 |
value: 96.57
|
20 |
- type: validation loss
|
21 |
+
value: 0.227394
|
|
|
22 |
---
|
23 |
|
24 |
# TensorFlow's Gradient Boosted Trees Model for structured data classification
|