From 2fc751b2f0ca11f7f0f976f9e72f3c58fc982671 Mon Sep 17 00:00:00 2001 From: Jakub Eichner Date: Tue, 7 Jun 2022 17:05:25 +0200 Subject: [PATCH] v1.0 --- run.py | 3 --- 1 file changed, 3 deletions(-) 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