diff --git a/src/mpm_experiments/allcop_predictions.py b/src/mpm_experiments/allcop_predictions.py index d551e13..2685e8d 100644 --- a/src/mpm_experiments/allcop_predictions.py +++ b/src/mpm_experiments/allcop_predictions.py @@ -1,7 +1,7 @@ import pandas as pd from src.allium.gex_classifier import GEXClassifier -datasets = ['jude', 'lilljebjorn', 'jude'] +datasets = ['jude', 'lilljebjorn', 'tran'] data_dir = '/home/mariya/Data/allium' gc = GEXClassifier('v3')