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

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.