alteryx / alteryx/evalml

Use pandas categorical dtype encoding where applicable

Open
#2,360 3 comments 1 reaction 1 assignee Claimed by @asniyaz View on GitHub
enhancement needs design spike
Dominant language
Python
Stars
850
Forks
96
PR merge metrics
No merged PRs in 30d

Description

- Woodwork uses the `category` dtype where applicable for certain Logical Types.
- One of the [benefits](https://pandas.pydata.org/pandas-docs/stable/user_guide/categorical.html) of using this pandas dtype is that pandas will automatically encode the column and provide you with a mapping.
- EvalML is currently not using this functionality and may benefit from it (possible in the **OneHotEncoder**?)

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.