Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upmlp model with RSNNS package masks confusionMatrix, train #256
Comments
|
I checked in a change. Please give it a try to see if it fixes the issue for you. Thanks, Max |
|
Cool. Thank you |
|
Looking at my changes, there really isn't anything else that I can do. The function in |
HI,
downloading the test or example data from > model <- "mlp" the following issue occurs:
this will lead from the correct
to the incorrect:
This will further down the road lead to the following error for all packages that are used after the "mlp" training model such as
Still need to verify that but it is under RSNNS_0.4-7, Rcpp_0.12.0 , caret_6.0-52
under PRO 3.2.2 under Windows. Basically, code that was running OK, will after the install of the mlp training model, generate only errors such as confusionMatrix $ operator is invalid for atomic vectors or others. One solution would be to use:
But I have not tested that for all scenarios.
Cheers
Tobias