Skip to content
Snippets Groups Projects
Commit 32d5dc1e authored by jh1724's avatar jh1724
Browse files

delete assert

parent 078f874d
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,6 @@ def main():
testing_data = pd.read_csv(flags.input)
# extract samples and labels
# assert 'aki' in training_data.columns, "Error: Training data must contain trained labels."
training_x = training_data.drop(columns=['aki'])
# Ignore 'aki' if not present in test data
testing_x = testing_data.drop(columns=['aki'], errors='ignore')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment