Preprocessor for Data Modeling
Applying Categorical to Continuous conversion to a new dataframe
Extrapolate t-test based binning to a new data
Preprocessor for Data Modeling
Categorical variables into Continuous features
t-test based binning
Relationship between the response variables and predictors
Includes binning categorical variables into lesser number of categories based on t-test, converting categorical variables into continuous features using the mean of the response variable for the respective categories, understanding the relationship between the response variable and predictor variables using data transformations.