dotnet / dotnet/machinelearning
Let DataFrame support UInt32 columns to be compatible with MapValueToKey
Open
area-DataFrame
enhancement
- Dominant language
- C#
- Stars
- 9.4k
- Forks
- 2k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 11
Description
ML.NETs Transforms.Conversion.MapValueToKey() adds a UInt32 column with an auto generated integer category key.
Unfortunately the resulting dataview crashes when trying to convert to ToDataFrame(), because it does not support UInt32.
However converting to DataFrame is essential to easily display the results in a Jupyter Notebook (which works nicely in VS Code for DataFrames).
Contributor guide
Assessment
This issue has not been assessed yet.