View source: R/extract_config.R
extract_recovery_framework | R Documentation |
Can recover data points by imputing or predicting missing values
extract_recovery_framework(verbose = T)
task |
Allows user to specify either a regression, classification, or imputation task |
method |
The algorithm for the task (Options are regression/imputation: "knn","matrix.projection", – provide your own – ; classification: "label.projection") |
design.list |
A list of design structures where each element is given a 1 to indicate the test set, 0 indicates the train set. |
labels |
For classification, these are the pre-defined labels |
Prediction framework for gcode
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.