EasyPreprocessor fails on categorical data as integers with missing values
Open
bug
help wanted
- Dominant language
- Jupyter Notebook
- Stars
- 726
- Forks
- 103
- PR merge metrics
- No merged PRs in 30d
Description
Filling missing int or float values with ``dabl_missing`` breaks.
We might want to call ``clean`` on the data first (which converts the categories to string....), or have a separate ``OneHotEncoder`` for non-string categories. That would make the feature names harder to interpret because missingness will be encoded as and integer or float then.
Alternatively we can just error on dirty data?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.