FluxML / FluxML/OneHotArrays.jl
Support Categorical Values directly
Open
- Dominant language
- Julia
- Stars
- 19
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
### Motivation and description
In Data Science `CategoricalArrays.CategoricalValue` or `CategoricalArrays.CategoricalVector` and the like appear often. (RDatasets loads DataFrames with columns of that type by default).
It would be great if onehotbatch could simply be applied on this.
I just came to this package, still figuring out how to transform such a Categorical Value/Vector into onehot Vector/Matrix... It is very possible that I missed something obvious
### Possible Implementation
_No response_
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.