model_reverse | R Documentation |
Reverse the effect of a preprocessing step on a dataset_
model_reverse(M, D, ...)
M |
a model object |
D |
a dataset object |
... |
other optional inputs |
Returns a modified dataset object
M = example_model()
D = model_reverse(M,iris_DatasetExperiment())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.