alteryx / alteryx/evalml

Use `.apply` to change categories' dtype in `handle_float_categories_for_catboost`

Open
#3,973 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
850
Forks
96
PR merge metrics
No merged PRs in 30d

Description

From https://github.com/pandas-dev/pandas/issues/51074 using `apply(str)` can be used to set the float categories to be strings, and we can try to see if that lets us use the actual float categories. But we should also be able to use that to transform float integers to integers, and it seems like that should be faster.

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.