Vilnius-Lithuania-iGEM
commited on
Commit
·
b4ff048
1
Parent(s):
afc2bea
Updated README.md
Browse files
README.md
CHANGED
@@ -26,14 +26,18 @@ To predict batches of sequences you have to employ custom functions shown in [gi
|
|
26 |
|
27 |
#### Limitations and bias
|
28 |
|
29 |
-
|
30 |
|
31 |
## Eval results
|
32 |
|
33 |
accuracy : 0.8601
|
|
|
34 |
precision: 0.8515
|
|
|
35 |
recall : 0.8725
|
|
|
36 |
f1 : 0.8618
|
|
|
37 |
roc_auc : 0.9388
|
38 |
|
39 |
The score was calculated using sklearn.metrics.
|
|
|
26 |
|
27 |
#### Limitations and bias
|
28 |
|
29 |
+
It seems that fine-tuned Albert model for this kind of task has limition of 90 % accuracy predicting which aptamer is more suitable for a target protein, also Albert-large or immense dataset of 15s aptamer could increase accuracy few %, however extrapolation case is not studied and we cannot confirm this model is state-of-The-art when one of aptamers is SUPER good (has almost maximum entropy to the Albumin).
|
30 |
|
31 |
## Eval results
|
32 |
|
33 |
accuracy : 0.8601
|
34 |
+
|
35 |
precision: 0.8515
|
36 |
+
|
37 |
recall : 0.8725
|
38 |
+
|
39 |
f1 : 0.8618
|
40 |
+
|
41 |
roc_auc : 0.9388
|
42 |
|
43 |
The score was calculated using sklearn.metrics.
|