Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IndicateMissingValues documentation #2767

Closed
yaeldekel opened this issue Feb 27, 2019 · 0 comments
Closed

IndicateMissingValues documentation #2767

yaeldekel opened this issue Feb 27, 2019 · 0 comments
Labels
documentation Related to documentation of ML.NET
Milestone

Comments

@yaeldekel
Copy link

The documentation for

public static MissingValueIndicatorEstimator IndicateMissingValues(this TransformsCatalog catalog,
            string outputColumnName,
            string inputColumnName = null)

says:
Creates a new output column, or replaces the source with a new column (depending on whether the outputColumnName is given a value, or left to null)

it should be:
Creates a new output column, or replaces the source with a new column (depending on whether the inputColumnName is given a value, or left to null)

@yaeldekel yaeldekel added documentation Related to documentation of ML.NET Bug Bash labels Feb 27, 2019
@shauheen shauheen added this to the 0219 milestone Mar 1, 2019
@shauheen shauheen closed this as completed Mar 1, 2019
@ghost ghost locked as resolved and limited conversation to collaborators Mar 24, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
documentation Related to documentation of ML.NET
Projects
None yet
Development

No branches or pull requests

2 participants