Nothing
## ----setup, include=FALSE-----------------------------------------------------
library(httptest2)
.mockPaths("../tests/mocks")
start_vignette(dir = "../tests/mocks")
original_options <- options("NIXTLA_API_KEY"="dummy_api_key", digits=7)
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.width = 7,
fig.height = 4
)
## -----------------------------------------------------------------------------
library(nixtlar)
## -----------------------------------------------------------------------------
df <- nixtlar::electricity
head(df)
## -----------------------------------------------------------------------------
nixtla_client_cv <- nixtla_client_cross_validation(df, h = 8, n_windows = 5)
head(nixtla_client_cv)
## -----------------------------------------------------------------------------
nixtla_client_plot(df, nixtla_client_cv, max_insample_length = 200)
## ----include=FALSE------------------------------------------------------------
options(original_options)
end_vignette()
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.