-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Reference to See Also section for example of usage in all estimators #3577
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
Conversation
@@ -876,6 +876,8 @@ public VBuffer<ReadOnlyMemory<char>>[] SlotNamesMetadata(out VectorDataViewType[ | |||
/// <xref:Microsoft.ML.Transforms.Text.NgramHashingEstimator> is different from <xref:Microsoft.ML.Transforms.Text.WordHashBagEstimator> | |||
/// in a way that The former takes tokenized text as input while the latter tokenizes text internally. | |||
/// Check the See Also section for links to examples of the usage. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check [](start = 8, length = 5)
Duplicate.
Forests](https://blogs.technet.microsoft.com/machinelearning/2014/09/10/from-stumps-to-trees-to-forests/) | ||
|
||
Check the See Also section for links to examples of the usage. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"to examples of the usage" doesn't sound well..
I think they should all be "to usage examples."
Sorry.. probably should have put that in the bug..
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with @sfilipi but we could live with what is here
Forests](https://blogs.technet.microsoft.com/machinelearning/2014/09/10/from-stumps-to-trees-to-forests/) | ||
|
||
Check the See Also section for links to examples of the usage. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I agree with @sfilipi but we could live with what is here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov Report
@@ Coverage Diff @@
## master #3577 +/- ##
=========================================
Coverage ? 72.78%
=========================================
Files ? 808
Lines ? 145452
Branches ? 16244
=========================================
Hits ? 105866
Misses ? 35163
Partials ? 4423
|
FIxes #3485.