Set `library_name` to `tf-keras`.
#1
by
Wauplin
HF staff
- opened
README.md
CHANGED
@@ -1,12 +1,12 @@
|
|
1 |
---
|
2 |
-
license: mit
|
3 |
datasets:
|
4 |
- scikit-learn/auto-mpg
|
5 |
language:
|
6 |
- en
|
|
|
|
|
7 |
metrics:
|
8 |
- accuracy
|
9 |
-
library_name: keras
|
10 |
pipeline_tag: tabular-regression
|
11 |
---
|
12 |
|
|
|
1 |
---
|
|
|
2 |
datasets:
|
3 |
- scikit-learn/auto-mpg
|
4 |
language:
|
5 |
- en
|
6 |
+
library_name: tf-keras
|
7 |
+
license: mit
|
8 |
metrics:
|
9 |
- accuracy
|
|
|
10 |
pipeline_tag: tabular-regression
|
11 |
---
|
12 |
|