Skip to content

Commit

Permalink
Store changes before cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
GerardSoleCa committed Jan 4, 2020
1 parent 0500718 commit d5a79f7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Binary file added week_4-5/algorithms-10-fold-tune/Rplots.pdf
Binary file not shown.
3 changes: 3 additions & 0 deletions week_4-5/algorithms-10-fold-tune/knn.R
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ plot.train(model)

# Predict values
t2 <- proc.time()
print("Train Time")
print(t2-t)

predictions <- predict(model, test_data)
prediction <- proc.time() - t2

Expand Down
Binary file modified week_4-5/algorithms/.RData
Binary file not shown.

0 comments on commit d5a79f7

Please sign in to comment.