You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -131,7 +152,36 @@ public sealed class Arguments : ArgumentsBase<SignatureTrainer>
131
152
132
153
internalconststringSummary="Trains a predictor, or loads it from a file, and runs it on the data.";
133
154
155
+
/// <summary>
156
+
/// Convenience method for creating <see cref="TrainAndScoreTransform"/>.
157
+
/// The <see cref="TrainAndScoreTransform"/> allows for model stacking (i.e. to combine information from multiple predictive models to generate a new model)
158
+
/// in the pipeline by training a model first and then using the scores from the trained model.
159
+
///
160
+
/// Unlike <see cref="ScoreTransform"/>, the <see cref="TrainAndScoreTransform"/> trains the model on the fly as name indicates.
0 commit comments