dotnet / dotnet/machinelearning-modelbuilder
Configurable MissingValueReplacingEstimator.ReplacementMode
Open
Feature request
Stale
- Dominant language
- Dockerfile
- Stars
- 285
- Forks
- 66
- PR merge metrics
- No merged PRs in 30d
Description
**Is your feature request related to a problem? Please describe.**
Modelbuilder appears to replace all missing values with `default(T)`, also known as `MissingValueReplacingEstimator.ReplacementMode.DefaultValue`. In some cases this might not be desirable.
**Describe the solution you'd like**
I'd like the ability to configure different missing-value-replacement-modes, ideally per-column.
**Describe alternatives you've considered**
I edit the generated code manually.
**Additional context**
No
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.