Aybars Nazlica
Results
2
issues of
Aybars Nazlica
**Bug description** Running the example command for the MSA Transformer in the Variant Prediction example in https://github.com/facebookresearch/esm/tree/main/examples/variant-prediction results in a runtime error "Received unaligned sequences for input to MSA, all...
According to scikit-learn documentation `roc_auc_score` function takes target probability scores from `estimator.predict_proba(X, y)[:, 1]`. However, in `Supervised.py` `roc_auc_score` takes binary predictions. This changes the output from `roc_auc_score`. Is there a...