FinalBinnedData: Intermediate Binned Dataset

Description Usage Arguments Value Examples

Description

Retrieves the transformed dataset returned from HybridFS function

Usage

1
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

1
BinnedData=FinalBinnedData(input.df=validation,target.var.name="Survived")

HybridFS documentation built on June 11, 2019, 5:02 p.m.