Skip to content
Snippets Groups Projects
Commit 0c09aeb7 authored by JesseBalster's avatar JesseBalster
Browse files

final

parent dd8ba5d7
Branches
No related tags found
No related merge requests found
......@@ -30,9 +30,9 @@ test = pd.read_csv('./all/test.csv')
test_labels = pd.read_csv('./all/test_labels.csv')
# Take all test labels that are not -1
#test = test[test_labels.toxic != -1]
test = test[test_labels.toxic != -1]
test_labels = test_labels.drop(columns = ["id"])
#test_labels = test_labels[test_labels.toxic != -1]
test_labels = test_labels[test_labels.toxic != -1]
#train = pd.read_csv("C:/Users/Spiros/Desktop/Σχολή/Pattern
# Recognition/asdf/all/train.csv", engine='python')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment