Upload folder using huggingface_hub
Browse files
README.md
CHANGED
@@ -185,3 +185,15 @@ Below you can find information related to citation.
|
|
185 |
# Intended uses & limitations
|
186 |
|
187 |
This model is experimental, and is undergoing further testing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
185 |
# Intended uses & limitations
|
186 |
|
187 |
This model is experimental, and is undergoing further testing.
|
188 |
+
|
189 |
+
# Five-fold cross validation
|
190 |
+
|
191 |
+
We test the model on a random subset of the transcript pairs processed from all our coordinate data. These metrics represent the performance on the binary classification task of 'do these two transcripts come from the same gene'
|
192 |
+
|
193 |
+
| balanced_acc | F1 | auc | ap |
|
194 |
+
|----------------|----------|----------|----------|
|
195 |
+
| 0.970089 | 0.989711 | 0.995063 | 0.998216 |
|
196 |
+
| 0.968053 | 0.98935 | 0.994941 | 0.998181 |
|
197 |
+
| 0.970278 | 0.989625 | 0.995177 | 0.998239 |
|
198 |
+
| 0.968382 | 0.989364 | 0.994861 | 0.998184 |
|
199 |
+
| 0.968858 | 0.989405 | 0.994907 | 0.997969 |
|