Learn R Programming

HybridFS (version 0.1.3)

FinalBinnedData: Intermediate Binned Dataset

Description

Retrieves the transformed dataset returned from HybridFS function

Usage

FinalBinnedData(input.df, target.var.name)

Arguments

input.df

Input data frame that contains the target variable and predictor variables with no missing values. Predictors can be either categorical or continuous.

target.var.name

Name of binary target variable. Target variables should be numeric with only two distinct values (0, 1)

Value

TransformedData

A data frame that contains the transformed dataset used in the HybridFS function

Examples

Run this code
# NOT RUN {
BinnedData=FinalBinnedData(input.df=validation,target.var.name="Survived")
# }

Run the code above in your browser using DataLab