save_model: Save Model

Description Usage Arguments

View source: R/train.R

Description

First, serialize model object to pickle and save to disk, then uploads it to cloud.

Usage

1
2
3
4
5
6
7
8
save_model(
  model,
  model_path = "models/",
 
    model_name = glue::glue("auto_model_{strftime(start_time, \"%Y-%m-%d--%H-%M-%S\")}.rds"),
  container_url = "https://storageaccountcsapp9d08.blob.core.windows.net/",
  key = Sys.getenv("STORAGE_ACCOUNT_KEY")
)

Arguments

key

csatio/autoasn documentation built on Dec. 19, 2021, 6:21 p.m.