OutputPlotGenerator.create_training_curve: OutputPlotGenerator.create_training_curve

Description Usage Arguments

View source: R/OutputPlotGenerator.R

Description

Function to plot the training curve given the number of iterations used

Usage

1
2
OutputPlotGenerator.create_training_curve(historical_cvs,
  relevantVariables, output = "historical_cvs", dir = "tmp")

Arguments

historical_cvs

the historical CV risks. List of lists of datatables. First list is for each iteration, second for each learner, and the datatable has columns for each relevant variable.

relevantVariables

list of relevantvariables to use in the output

output

string (default = 'historical_cvs') the filename to write the pdf to (without .pdf).

dir

string (default = 'tmp') the directory to write the file to.


frbl/OnlineSuperLearner documentation built on Feb. 9, 2020, 9:28 p.m.