extract_recovery_framework: Extract recovery framework to put into gcode

View source: R/extract_config.R

extract_recovery_frameworkR Documentation

Extract recovery framework to put into gcode

Description

Can recover data points by imputing or predicting missing values

Usage

extract_recovery_framework(verbose = T)

Arguments

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

Value

Prediction framework for gcode


AskExplain/gcode documentation built on Oct. 4, 2022, 3:07 a.m.