Skip to content

Commit 5e0bf4d

Browse files
authored
Update MutInt_nolabel_prediction.py
1 parent 6540ebc commit 5e0bf4d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Scripts/MutInt_nolabel_prediction.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ def get_corpus(matrix, tokens_only=False):
121121
max_depth = args.max_depth
122122
learning_rate = args.learning_rate
123123

124-
# load in data (should be mutant only!)
124+
# load in data (should be training + test mutant only!)
125125
df = pd.read_csv(args.data_set)
126126

127127
# add in wild types

0 commit comments

Comments
 (0)