Skip to contents

Returns the iteration-by-iteration diagnostics (sample size, OOB RMSE, mean queried-point uncertainty) as a tidy data frame, ready for plotting with ggplot2 or base graphics.

Usage

al_history(model)

Arguments

model

A edaphos_al_model returned by al_fit() or al_loop().

Value

A data frame with columns iter, n_labeled, rmse_oob, mean_uncertainty.