Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Splitting into Categorical features #17

Open
harshraj22 opened this issue May 11, 2022 · 0 comments
Open

Splitting into Categorical features #17

harshraj22 opened this issue May 11, 2022 · 0 comments
Assignees

Comments

@harshraj22
Copy link
Owner

CATEGORICAL_COLUMNS = ['gender', 'SeniorCitizen', 'Partner', 'Dependents', 'PhoneService', 'MultipleLines', 'InternetService', 'OnlineSecurity', 'OnlineBackup', 'DeviceProtection', 'TechSupport', 'StreamingTV', 'StreamingMovies', 'Contract', 'PaperlessBilling', 'PaymentMethod']

Since the dataset is specific, it seems ok to use variables to store categorical and continuous variables. For generic case, you may want to use fastai’s cont_cat_split

@harshraj22 harshraj22 self-assigned this May 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant