Generate: Generate Asks for a dataframe and generates a new sample
returns novel sample along with intervals it contained to revalidate it using confidence levels
Description
Generate Asks for a dataframe and generates a new sample
returns novel sample along with intervals it contained to revalidate it using confidence levels
Usage
Generate(data, regression = FALSE)
Arguments
data
Dataframe
regression
if we are to generate data for regression or classification (will the data be conditioned on a certain class)
Value
if regression is true returns a dataframe, if false returns a list.