Skip to content

Commit

Permalink
Add Krali dataset
Browse files Browse the repository at this point in the history
  • Loading branch information
mariya committed Oct 16, 2024
1 parent cea71a7 commit 76d97e0
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/mpm_experiments/generate_allcop_inputs.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
import pandas as pd
from src.allium.gex_classifier import GEXClassifier

datasets = ['diedrich', 'heinaniemi', 'jude', 'lilljebjorn', 'tran']
datasets = ['diedrich',
'heinaniemi',
'jude',
'krali',
'lilljebjorn',
'tran']
data_dir = '/home/mariya/Data/allium'
gc = GEXClassifier('v3')

Expand Down

0 comments on commit 76d97e0

Please sign in to comment.