Use pandas categorical dtype encoding where applicable
Aperta
enhancement
needs design
spike
- Lingua principale
- Python
- Stelle
- 850
- Fork
- 96
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
- 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**?)
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.