powered by
Retrieves the transformed dataset returned from HybridFS function
FinalBinnedData(input.df, target.var.name)
Input data frame that contains the target variable and predictor variables with no missing values. Predictors can be either categorical or continuous.
Name of binary target variable. Target variables should be numeric with only two distinct values (0, 1)
A data frame that contains the transformed dataset used in the HybridFS function
# NOT RUN { BinnedData=FinalBinnedData(input.df=validation,target.var.name="Survived") # }
Run the code above in your browser using DataLab