zachmayer / caretEnsemble

caret models all the way down :turtle:
http://zachmayer.github.io/caretEnsemble/
Other
226 stars 75 forks source link

varImp in caretStack #224

Closed jeonghyunwoo closed 1 month ago

jeonghyunwoo commented 7 years ago

caretEnsemble object provides varImp. But, caretStack object doesn't provide varImp. Are there any reason that caretStack doesn't provide varImp?

zachmayer commented 1 month ago

caretStack now supports all the S3 clasess of caretEnsemble varImp, plot, dotplot, autoplot, summary, print

https://github.com/zachmayer/caretEnsemble/pull/289