Skip to content
Snippets Groups Projects
Commit 323c7a0a authored by Michael's avatar Michael
Browse files

Removed silly error

parent 14bad186
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ def predict(data, model):
return model.predict(data)
def evaluate(test, model):
return 0
def main():
......
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