Learn R Programming

mlr (version 2.8)

plotPartialPredictionGGVIS: Plot a partial prediction using ggvis.

Description

Plot a partial prediction from generatePartialPredictionData using ggvis.

Usage

plotPartialPredictionGGVIS(obj, interact = NULL, p = 1)

Arguments

obj
[PartialPredictionData] Generated by generatePartialPredictionData.
interact
[character(1)] The name of a feature to be mapped to an interactive sidebar using Shiny. This feature must have been an element of the features argument to generatePartialPredictionData and is only applicable when said argument had length greater than 1. If generatePartialPredictionData is called with the interaction argument FALSE (the default) with argument features of length greater than one, then interact is ignored and the feature displayed is controlled by an interactive side panel. Default is NULL.
p
[numeric(1)] If individual = TRUE then sample allows the user to sample without replacement from the output to make the display more readable. Each row is sampled with probability p. Default is 1.

Value

a ggvis plot object.

See Also

Other partial_prediction: generatePartialPredictionData, plotPartialPrediction

Other plot: plotBMRBoxplots, plotBMRRanksAsBarChart, plotBMRSummary, plotCalibration, plotCritDifferences, plotFilterValuesGGVIS, plotFilterValues, plotLearningCurveGGVIS, plotLearningCurve, plotPartialPrediction, plotROCCurves, plotThreshVsPerfGGVIS, plotThreshVsPerf