predict.luz_module_fitted | R Documentation |
Create predictions for a fitted model
## S3 method for class 'luz_module_fitted'
predict(
object,
newdata,
...,
callbacks = list(),
accelerator = NULL,
verbose = NULL,
dataloader_options = NULL
)
object |
(fitted model) the fitted model object returned from |
newdata |
(dataloader, dataset, list or array) returning a list with at least 1 element. The other elements aren't used. |
... |
Currently unused. |
callbacks |
(list, optional) A list of callbacks defined with
|
accelerator |
(accelerator, optional) An optional |
verbose |
(logical, optional) An optional boolean value indicating if
the fitting procedure should emit output to the console during training.
By default, it will produce output if |
dataloader_options |
Options used when creating a dataloader. See
|
Other training:
evaluate()
,
fit.luz_module_generator()
,
setup()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.