Skip to content

Commit

Permalink
Fix allcop prediction logic
Browse files Browse the repository at this point in the history
  • Loading branch information
mariya committed Oct 16, 2024
1 parent ad8f7d1 commit 4eea28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mpm_experiments/allcop_predictions.py
Original file line number Diff line number Diff line change
@@ -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')

Expand Down

0 comments on commit 4eea28b

Please sign in to comment.