Created
April 19, 2021 21:55
-
-
Save gvyshnya/8365544d3eb721e72e1a41f678205582 to your computer and use it in GitHub Desktop.
Creating the category cross features with featurewiz
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### we create feature crosses of these categorical variables ### | |
train = FW.FE_create_categorical_feature_crosses(train, ['cat4','cat18','cat13','cat2']) | |
test = FW.FE_create_categorical_feature_crosses(test, ['cat4','cat18','cat13','cat2']) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment