Skip to content

Recipes for pre-processing categorical features in data

Notifications You must be signed in to change notification settings

kramer99/kaggle-categorical

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

kaggle-categorical

Practice pre-processing different types of categorical features: https://www.kaggle.com/c/cat-in-the-dat/overview

I leaned on Pandas more heavily in this exercise than in the Titanic, all pre-processing of categorical fields was done within Pandas, and seems a little more straight-forward than doing the same in scikit-learn.

I also calculated precision, recall, and F1 scores for each variation of hyper-parameters, rather than just the accuracy score I'd used for Titanic.

Code

About

Recipes for pre-processing categorical features in data

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages