Just looking for a little help.
Trying to run a script from https://www.financial-hacker.com
which uses
Quote:
library('deepnet', quietly = T)
library('caret', quietly = T)


I think I have successfully installed these 2 packages but now get the following error message. I believe I have accessed something like 950 packages but no sign of ModelMetrics

Error: package or namespace load failed for ‘caret’ in loadNamespace(j <- i[[1L]], c(lib.loc, .libPaths()), versionCheck = vI[[j]]):
there is no package called ‘ModelMetrics’


I am newish to Zorro and trying to learn by reading and by example and so I sort of want to have working examples or really understand why and how to overcome the problem.

Last edited by peterhw; 12/20/18 10:30.