-
Notifications
You must be signed in to change notification settings - Fork 1.9k
XML documentation for FastForest binary classification. #3399
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
@@ -414,7 +414,7 @@ public static class TreeExtensions | |||
} | |||
|
|||
/// <summary> | |||
/// Predict a target using a decision tree regression model trained with the <see cref="FastForestBinaryTrainer"/> and advanced options. | |||
/// Create <see cref="FastForestBinaryTrainer"/> with <see cref="FastForestBinaryTrainer.Options"/>, which predicts a target using a decision tree regression model. |
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.
[](start = 62, length = 45)
just say "with advanced options" to be consistent with the template #Closed
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.
/// | ||
/// [!include[io](~/../docs/samples/docs/api-reference/io-columns-binary-classification.md)] | ||
/// | ||
/// [!include[algorithm](~/../docs/samples/docs/api-reference/fastforest.md)] |
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.
fastforest [](start = 66, length = 10)
use 'algo-details-xxx' pattern. in this case 'algo-details-fastforest.md' #Resolved
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 #3399 +/- ##
==========================================
+ Coverage 72.69% 72.73% +0.03%
==========================================
Files 807 807
Lines 145172 145206 +34
Branches 16225 16230 +5
==========================================
+ Hits 105533 105613 +80
+ Misses 35223 35176 -47
- Partials 4416 4417 +1
|
towards #2522