-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Input Output column md file for regression and ranking. #3447
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
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.
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.
nit: Isn't it the other way around: Refers to: docs/api-reference/io-columns-binary-classification.md:7 in 812880e. [](commit_id = 812880e, deletion_comment = False) |
|
||
| Output Column Name | Column Type | Description| | ||
| -- | -- | -- | | ||
| `Score` | <xref:System.Single> | The unbounded score that was calculated by the model to determine the prediction.| |
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.
unbounded == raw/calculated/un-calibrated?
|
||
| Output Column Name | Column Type | Description| | ||
| -- | -- | -- | | ||
| `Score` | <xref:System.Single> | The unbounded score that was predicted by the 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.
same comment re: unbounded
Codecov Report
@@ Coverage Diff @@
## master #3447 +/- ##
==========================================
+ Coverage 72.76% 72.77% +<.01%
==========================================
Files 808 808
Lines 145452 145452
Branches 16244 16244
==========================================
+ Hits 105835 105848 +13
+ Misses 35196 35186 -10
+ Partials 4421 4418 -3
|
#2522