Update README.md
Browse files
README.md
CHANGED
@@ -1,5 +1,8 @@
|
|
1 |
---
|
2 |
license: mit
|
|
|
|
|
|
|
3 |
---
|
4 |
# Description
|
5 |
Binary Localization prediction is a binary classification task where each input protein *x* is mapped to a label *y* ∈ {0, 1}, corresponding to either "membrane-bound" or "soluble" .
|
|
|
1 |
---
|
2 |
license: mit
|
3 |
+
configs:
|
4 |
+
- config_name: dataset
|
5 |
+
data_files: "dataset.csv"
|
6 |
---
|
7 |
# Description
|
8 |
Binary Localization prediction is a binary classification task where each input protein *x* is mapped to a label *y* ∈ {0, 1}, corresponding to either "membrane-bound" or "soluble" .
|