monsoon-nlp
commited on
add code sample
Browse files
README.md
CHANGED
@@ -28,6 +28,8 @@ Amino acid sequences use [IUPAC-IUB codes](https://en.wikipedia.org/wiki/FASTA_f
|
|
28 |
|
29 |
The "query" field currently contains 18 possible labels from the annotation, and the "label" field is the binary class (0 = No, 1 = Yes)
|
30 |
|
|
|
|
|
31 |
### Subcellular Locations
|
32 |
|
33 |
```
|
|
|
28 |
|
29 |
The "query" field currently contains 18 possible labels from the annotation, and the "label" field is the binary class (0 = No, 1 = Yes)
|
30 |
|
31 |
+
Example using a protein embeddings model and SciKit-Learn on a "chloroplast" task: https://colab.research.google.com/drive/1MCTn8f3oeIKpB6n_8mPumet3ukm7GD8a?usp=sharing
|
32 |
+
|
33 |
### Subcellular Locations
|
34 |
|
35 |
```
|