issues
search
jimthompson5802
/
model-stacking-workbench
Framework for model stacking that can be applied to Kaggle competitions
MIT License
3
stars
1
forks
source link
Add standard feature set creation functions
#26
Open
jimthompson5802
opened
5 years ago
jimthompson5802
commented
5 years ago
Functions to create following standard feature sets:
raw numeric, with encoded categorical variables (top X categories)
raw numeric, with one-hot encoding categorical variables (top X categories)
z scaled numeric with encoded categorical variables (top x categories)
z scaled numeric with one-hot encoded categorical variables (top x categories)
min-max scaled numeric with encoded categorical variables (top x categories)
min-max scaled numeric with one-hot encoded categorical variables (top x categories)
Functions to create following standard feature sets: