Remove unused plot images and clean up whitespace in my_utils.py
Browse files- Plots/ConfusionMatrix/CM_ESM600m.png +0 -0
- Plots/ConfusionMatrix/CM_RF_ESM300m.png +0 -0
- Plots/ConfusionMatrix/CM_RF_ProstT5.png +0 -0
- Plots/ConfusionMatrix/CM_SVM_ESM300m.png +0 -0
- Plots/ConfusionMatrix/CM_SVM_ESM600m.png +0 -0
- Plots/ConfusionMatrix/CM_SVM_ProstT5.png +0 -0
- Plots/Embeddings/PCA_ESM300m.png +0 -3
- Plots/Embeddings/PCA_ESM600m.png +0 -3
- Plots/Embeddings/PCA_ProstT5.png +0 -3
- Plots/Embeddings/UMAP_ESM300m.png +0 -3
- Plots/Embeddings/UMAP_ESM600m.png +0 -3
- Plots/Embeddings/UMAP_ProstT5.png +0 -3
- Plots/Embeddings/t-SNE_ESM300m.png +0 -3
- Plots/Embeddings/t-SNE_ESM600m.png +0 -3
- Plots/Embeddings/t-SNE_ProstT5.png +0 -3
- Plots/ModelEvaluations/RFevaluacion.png +0 -0
- Plots/ModelEvaluations/SVMevaluacion.png +0 -0
- src/my_utils.py +1 -1
Plots/ConfusionMatrix/CM_ESM600m.png
DELETED
|
Binary file (52.5 kB)
|
|
|
Plots/ConfusionMatrix/CM_RF_ESM300m.png
DELETED
|
Binary file (53.8 kB)
|
|
|
Plots/ConfusionMatrix/CM_RF_ProstT5.png
DELETED
|
Binary file (54.6 kB)
|
|
|
Plots/ConfusionMatrix/CM_SVM_ESM300m.png
DELETED
|
Binary file (52.6 kB)
|
|
|
Plots/ConfusionMatrix/CM_SVM_ESM600m.png
DELETED
|
Binary file (51.8 kB)
|
|
|
Plots/ConfusionMatrix/CM_SVM_ProstT5.png
DELETED
|
Binary file (51 kB)
|
|
|
Plots/Embeddings/PCA_ESM300m.png
DELETED
Git LFS Details
|
Plots/Embeddings/PCA_ESM600m.png
DELETED
Git LFS Details
|
Plots/Embeddings/PCA_ProstT5.png
DELETED
Git LFS Details
|
Plots/Embeddings/UMAP_ESM300m.png
DELETED
Git LFS Details
|
Plots/Embeddings/UMAP_ESM600m.png
DELETED
Git LFS Details
|
Plots/Embeddings/UMAP_ProstT5.png
DELETED
Git LFS Details
|
Plots/Embeddings/t-SNE_ESM300m.png
DELETED
Git LFS Details
|
Plots/Embeddings/t-SNE_ESM600m.png
DELETED
Git LFS Details
|
Plots/Embeddings/t-SNE_ProstT5.png
DELETED
Git LFS Details
|
Plots/ModelEvaluations/RFevaluacion.png
DELETED
|
Binary file (33.5 kB)
|
|
|
Plots/ModelEvaluations/SVMevaluacion.png
DELETED
|
Binary file (35.2 kB)
|
|
|
src/my_utils.py
CHANGED
|
@@ -626,7 +626,7 @@ def fetch_sequences_for_dataframe(df: pd.DataFrame) -> pd.DataFrame:
|
|
| 626 |
return result_df
|
| 627 |
|
| 628 |
|
| 629 |
-
|
| 630 |
def esm_embed(model: ESMC,
|
| 631 |
seq : str,
|
| 632 |
acc : str,
|
|
|
|
| 626 |
return result_df
|
| 627 |
|
| 628 |
|
| 629 |
+
|
| 630 |
def esm_embed(model: ESMC,
|
| 631 |
seq : str,
|
| 632 |
acc : str,
|