Skip to content

Commit a9fce27

Browse files
authored
Add back Trainer Characteristics table. (#3441)
1 parent 09b72da commit a9fce27

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/Microsoft.ML.FastTree/RandomForestClassification.cs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,14 @@ private static IPredictorProducing<float> Create(IHostEnvironment env, ModelLoad
120120
///
121121
/// [!include[io](~/../docs/samples/docs/api-reference/io-columns-binary-classification.md)]
122122
///
123+
/// ### Trainer Characteristics
124+
/// | | |
125+
/// | -- | -- |
126+
/// | Machine learning task | Binary classification |
127+
/// | Is normalization required? | Yes |
128+
/// | Is caching required? | No |
129+
/// | Required NuGet in addition to Microsoft.ML | None |
130+
///
123131
/// [!include[algorithm](~/../docs/samples/docs/api-reference/algo-details-fastforest.md)]
124132
/// ]]>
125133
/// </format>

0 commit comments

Comments
 (0)