Open AndyBunn opened 2 years ago
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.
elm
elmNNRcpp
elm.R
library(mlbench) data(BostonHousing) elmFit <- train(medv ~ . + rm:lstat, data = BostonHousing, method = "elm")
Hello, just a note to say that the
elm
package has been archived and replaced withelmNNRcpp
which is actively maintained. There is a note inelm.R
pointing out thatelm
has been archived but I've been running into problems with getting it to run.