CluelessNovice commited on
Commit
17c8ab8
1 Parent(s): 1197c99

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -6
README.md CHANGED
@@ -4,12 +4,6 @@ license: mit
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" .
6
 
7
- The digital label means:
8
-
9
- 0: membrane-bound
10
-
11
- 1: soluble
12
-
13
  # Splits
14
 
15
  **Structure type:** AF2
@@ -19,3 +13,9 @@ The dataset is from [**DeepLoc: prediction of protein subcellular localization u
19
  - Train: 6707
20
  - Valid: 698
21
  - Test: 807
 
 
 
 
 
 
 
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" .
6
 
 
 
 
 
 
 
7
  # Splits
8
 
9
  **Structure type:** AF2
 
13
  - Train: 6707
14
  - Valid: 698
15
  - Test: 807
16
+
17
+ # Label
18
+
19
+ 0: membrane-bound
20
+
21
+ 1: soluble