monsoon-nlp commited on
Commit
b1f3c46
·
verified ·
1 Parent(s): 3ef0033

add code sample

Browse files
Files changed (1) hide show
  1. README.md +2 -0
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
  ```