caret icon indicating copy to clipboard operation
caret copied to clipboard

Pacakge elm is archived. Possible to replace method="elm" with elmNNRcpp?

Open AndyBunn opened this issue 3 years ago • 0 comments

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")

AndyBunn avatar Feb 23 '22 06:02 AndyBunn