View source: R/ResampleResult.R
predict_grid | R Documentation |
For each point we have the predicted class / regression value in column response. If the learner predicts probabilities, a column ".prob.response" is added that contains the probability of the predicted class
predict_grid(learners, task, grid_points, expand_range)
learners |
list of trained learners, each learner belongs to one resampling iteration |
task |
the task all learners are trained on |
grid_points |
(int): see sequenize |
expand_range |
see sequenize |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.