Skip to contents

Reads a pigauto_fit object previously saved with save_pigauto.

Usage

load_pigauto(path)

Arguments

path

character. File path to load from.

Value

An object of class "pigauto_fit".

Examples

if (FALSE) { # \dontrun{
fit <- load_pigauto("my_model.pigauto")
pred <- predict(fit)
} # }