Hi colleagues, I am newbie with R and I am trying to train a very simple neural network, but the example is sending this error:

Error in `[.data.frame`(newdata, , object$model.list$variables) : undefined columns selected Could any one please help me with that? Here is my example code... library(neuralnet) setwd(dir = "C:/Users/yordan/Desktop/tested_data_results/alto_desbalance/ecoli-0-1-3-7_vs_2-6") headers = c("col1", "col2", "col3", "col4", "col5", "col6", "col7", "type") testData0

More Yordan Estrada Rodriguez's questions See All
Similar questions and discussions