dotnet / dotnet/machinelearning
Implement non-nullable versions of the ApplyElementwise and Apply APIs on DataFrame
Open
area-DataFrame
- Dominant language
- C#
- Stars
- 9.4k
- Forks
- 2k
- Avg merge
- 2d 20h
- Merged PRs (30d)
- 11
Description
Follow up from: https://github.com/dotnet/corefxlab/issues/2812
F# has issues dealing with nullable types. For cases where a column doesn't have null values, non-nullable versions of these API are easier to use in F#. If the APIs are called when `NullCount > 0`, we could just throw.
Contributor guide
Assessment
This issue has not been assessed yet.