caret
caret copied to clipboard
Pacakge elm is archived. Possible to replace method="elm" with elmNNRcpp?
Hello, just a note to say that the elm
package has been archived and replaced with elmNNRcpp
which is actively maintained. There is a note in elm.R
pointing out that elm
has been archived but I've been running into problems with getting it to run.
library(mlbench)
data(BostonHousing)
elmFit <- train(medv ~ . + rm:lstat,
data = BostonHousing,
method = "elm")