diff --git a/run.py b/run.py index 633c4f3..f832861 100644 --- a/run.py +++ b/run.py @@ -8,9 +8,6 @@ import numpy from sklearn.model_selection import train_test_split from sklearn.naive_bayes import GaussianNB - -pathX = "./train/in.tsv.xz" -pathY = "./train/expected.tsv" nrows = 10000