This function need learner and task as input, and will use the orginal model in learner. It is similar as the function with same name in mlr but it used orginal model in learner (usually used all features) rather than make a new model based on only two selected features. The interestedFeatures were only used for visulization purpose as X axis and Y axis. To show the distribution of prediction result or probability, grid with different colours were plotted as background. It used orginal model in learner, and interestedFeatures among X and Y axis as data. The median values or most common values for Features used in model but not in interestedFeatures were used to predict the grid background.
1 2 3 4 |
1 | 1
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.