Get the predicted responses
regression.get_y_hat(internal, model, predict_model)
The same internal
list, but added vectors internal$data$x_train_y_hat
and
internal$data$x_explain_y_hat
containing the predicted response of the training and explain data.
List.
Holds all parameters, data, functions and computed objects used within explain()
The list contains one or more of the elements parameters
, data
, objects
, iter_list
, timing_list
,
main_timing_list
, output
, and iter_timing_list
.
Objects.
The model object that ought to be explained.
See the documentation of explain()
for details.
Function.
The prediction function used when model
is not natively supported.
See the documentation of explain()
for details.
Lars Henry Berge Olsen