Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"History" and "Yts" objects not found #3

Open
KKel414 opened this issue Jun 22, 2019 · 0 comments
Open

"History" and "Yts" objects not found #3

KKel414 opened this issue Jun 22, 2019 · 0 comments

Comments

@KKel414
Copy link

KKel414 commented Jun 22, 2019

Hello,

When I run this code, it says it cant find the "History" object in the following line of code:

#---OptPar------
evalq({
  foreach(i = 1:4) %do% {
    OPT_Res[[i]] %$% History %>% dp$arrange(desc(Value)) %>% head(3)
  } -> best.res
  names(best.res) <- group
}, env)
evalq({
  foreach(i = 1:4) %do% {
     OPT_Res1[[i]] %$% History %>% dp$arrange(desc(Value)) %>% head(3)
  } -> best.res1
  names(best.res1) <- group
}, env)

...And the "Yts" in the following line of code
th <- GetThreshold(ensPred, Yts$Ytest1, type[th2])

Can you tell me what I am missing?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant