hydrate | R Documentation |
Create a grafzahl S3 object from the output_dir
hydrate(output_dir, model_type = NULL, regression = FALSE)
output_dir |
string, location of the output model. If missing, the model will be stored in a temporary directory. Important: Please note that if this directory exists, it will be overwritten. |
model_type |
a string indicating model_type of the input model. If |
regression |
logical, if |
a grafzahl
S3 object with the following items
call |
original function call |
input_data |
input_data for the underlying python function |
output_dir |
location of the output model |
model_type |
model type |
model_name |
model name |
regression |
whether or not it is a regression model |
levels |
factor levels of y |
manual_seed |
random seed |
meta |
metadata about the current session |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.