Skip to content

Commit 6f3d95a

Browse files
authored
Input Output column md file for regression and ranking. (#3447)
* Input Output column md file for regression and ranking.: * changes. * changes. * revert.
1 parent 9a6c98b commit 6f3d95a

File tree

3 files changed

+14
-1
lines changed

3 files changed

+14
-1
lines changed

docs/api-reference/io-columns-binary-classification.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### Input and Output Columns
2-
The input label column data must be <xref:System.Single>. This trainer outputs the following columns:
2+
The input label column data must be <xref:System.Boolean>. This trainer outputs the following columns:
33

44
| Output Column Name | Column Type | Description|
55
| -- | -- | -- |
+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
### Input and Output Columns
2+
The input label column data must be <xref:System.Single> and input group column
3+
data must be <xref:System.UInt32>. This trainer outputs the following columns:
4+
5+
| Output Column Name | Column Type | Description|
6+
| -- | -- | -- |
7+
| `Score` | <xref:System.Single> | The unbounded score that was calculated by the model to determine the prediction.|
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
### Input and Output Columns
2+
The input label column data must be <xref:System.Single>. This trainer outputs the following columns:
3+
4+
| Output Column Name | Column Type | Description|
5+
| -- | -- | -- |
6+
| `Score` | <xref:System.Single> | The unbounded score that was predicted by the model.|

0 commit comments

Comments
 (0)