AmelieSchreiber
commited on
Commit
•
d940ece
1
Parent(s):
bd4c693
Update README.md
Browse files
README.md
CHANGED
@@ -19,4 +19,5 @@ We excluded any sequences with `<`, `>`, or `?` in the binding site annotations.
|
|
19 |
listed as binding sites in the labels (seen in the merged "Binding-Active Sites" column). We split any sequence longer than 1000 residues
|
20 |
into non-overlapping sections of 1000 amino acids or less after the train test split. This results in subsequences of the original protein
|
21 |
sequence that may be too short for consideration, and filtration of the dataset to exclude such subsequences or segment the longer sequences
|
22 |
-
in a more intelligent way may improve performance.
|
|
|
|
19 |
listed as binding sites in the labels (seen in the merged "Binding-Active Sites" column). We split any sequence longer than 1000 residues
|
20 |
into non-overlapping sections of 1000 amino acids or less after the train test split. This results in subsequences of the original protein
|
21 |
sequence that may be too short for consideration, and filtration of the dataset to exclude such subsequences or segment the longer sequences
|
22 |
+
in a more intelligent way may improve performance. Pickle files containing only the train/test sequences and their binary labels are also available
|
23 |
+
and can be downloaded for training or validation of the train/test metrics.
|