--- license: apache-2.0 tags: - bacformer - genomics - genome - bacteria - protein - phenotype - prokaryotes pretty_name: Bacformer genome embeddings with phenotypic traits labels dataset size_categories: - 10K best_auc: best_auc, best_C, best_model = auc, C, model print(f"Best C on validation: {best_C} | AUROC_val = {best_auc:.4f}") # ------------------------------------------------------------------ # 4 Final evaluation on the held-out test set # ------------------------------------------------------------------ test_probs = best_model.predict_proba(X_test)[:, 1] test_auc = roc_auc_score(y_test, test_probs) print(f"AUROC_test = {test_auc:.4f}") ``` ## Contact In case of questions/issues or feature requests please raise an issue on github - https://github.com/macwiatrak/Bacformer. ## References [1] Madin, Joshua S., et al. "A synthesis of bacterial and archaeal phenotypic trait data." Scientific data 7.1 (2020): 170. [2] Weimann, Aaron, et al. "From genomes to phenotypes: Traitar, the microbial trait analyzer." MSystems 1.6 (2016): 10-1128. [3] Brbić, Maria, et al. "The landscape of microbial phenotypic traits and associated genes." Nucleic acids research (2016): gkw964.