Google News
logo
R - Interview Questions
What do you mean by evaluate_model() from "statisticalModeling"?
It is used to find the model outputs for specified inputs. This is identical to the general predict() function, except it will choose sensible values by default. This simplifies to get a quick look at the model values. There are several arguments of it like model, data, on_training, nlevels, at, etc. This function is set up to look easily at typical outputs. 
Advertisement