zachmayer / caretEnsemble

caret models all the way down :turtle:
Other
226 stars 75 forks source link

Allow predict without newdata #262

Open zachmayer opened 1 week ago

zachmayer commented 1 week ago

Currently if you predict with no data, it raises a warning that predicting without new data isnt well supported.

we should make it well supported and remove the warning.

zachmayer commented 1 week ago

came up in https://github.com/zachmayer/caretEnsemble/pull/260