with.mlflow_run | R Documentation |
with
wrapper for MLFlow runsAdds some error handling on exit
## S3 method for class 'mlflow_run'
with(data, expr, ...)
data |
data to use for constructing an environment. For the default with method this may be an environment, a list, a data frame, or an integer as in sys.call. For within, it can be a list or a data frame. |
expr |
expression to evaluate; particularly for within() often a “compound” expression, i.e., of the form a <- somefun() b <- otherfun() ..... rm(unused1, temp) |
... |
Arguments to be passed to future methods |
No return value. Called for side effects
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.