Guest User

Untitled

a guest
Jun 20th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. #myGrid <- grid.arrange(.decay = c(0.01,0.05,0.1),
  2. .size=c(1,2,3,4,5,6))
  3. fit.pca2 <- train(pca.X,pca.Y,
  4. tuneGrid = myGrid,
  5. method = 'nnet',
  6. maxit = 1000,
  7. linout = TRUE,
  8. trace = FALSE
  9.  
  10. )
  11.  
  12. Error: Please make sure `y` is a factor or numeric value.
Add Comment
Please, Sign In to add comment