plotMSEs: Plot the top (smallest) validation MSEs for an ensemble of...

Description Usage Arguments

Description

Plot the top (smallest) validation MSEs for an ensemble of prediction models

Usage

1
plotMSEs(PredictionModel, K = 1, interactive = FALSE)

Arguments

PredictionModel

Must be an R6 object of class PredictionModel (returned by get_fit function) or an object of class PredictionStack (returned by make_PredictionStack function). Must also contain validation /test set predictions and corresponding MSEs.

K

How many top (smallest) MSEs should be plotted? Default is 5.

interactive

Setting this to TRUE will produce an interactive plot in html format using the package ggiraph.


osofr/longGriDiSL documentation built on May 24, 2019, 4:56 p.m.