mlr (version 2.10)

plotFilterValuesGGVIS: Plot filter values using ggvis.

Description

Plot filter values using ggvis.

Usage

plotFilterValuesGGVIS(fvalues, feat.type.cols = FALSE)

Arguments

fvalues
[FilterValues] Filter values.
feat.type.cols
[logical(1)] Colors for factor and numeric features. FALSE means no colors. Default is FALSE.

Value

a ggvis plot object.

See Also

Other plot: plotBMRBoxplots, plotBMRRanksAsBarChart, plotBMRSummary, plotCalibration, plotCritDifferences, plotLearningCurveGGVIS, plotLearningCurve, plotPartialDependenceGGVIS, plotPartialDependence, plotROCCurves, plotResiduals, plotThreshVsPerfGGVIS, plotThreshVsPerf Other filter: filterFeatures, generateFilterValuesData, getFilterValues, getFilteredFeatures, makeFilterWrapper, plotFilterValues

Examples

Run this code
## Not run: ------------------------------------
# fv = generateFilterValuesData(iris.task, method = "chi.squared")
# plotFilterValuesGGVIS(fv)
## ---------------------------------------------

Run the code above in your browser using DataCamp Workspace