Tag Archives: CORElearn

R: Get AppliedPredictiveModeling Library

install.packages(“AppliedPredictiveModeling”)

Verify it installed correctly; try loading the library:

library(AppliedPredictiveModeling)

 

If you also see “also installing the dependency ‘CORElearn’” in the console is because Applied Predictive Modeling requires CORElearn which should install automatically.  If it already is installed you won’t see that message.