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
@@ -396,7 +396,7 @@ public sealed class MatrixFactorizationPredictionTransformer : PredictionTransfo
396
396
/// <param name="matrixColumnIndexColumnName">The name of the column used as role <see cref="RecommenderUtils.MatrixColumnIndexKind"/> in matrix factorization world</param>
397
397
/// <param name="matrixRowIndexColumnName">The name of the column used as role <see cref="RecommenderUtils.MatrixRowIndexKind"/> in matrix factorization world</param>
398
398
/// <param name="scoreColumnNameSuffix">A string attached to the output column name of this transformer</param>
/// The row index, column index, and label columns needed to specify the training matrix. This trainer uses tuples of (row index, column index, label value) to specify a matrix.
@@ -427,6 +427,10 @@ public MatrixFactorizationPredictionTransformer Train(IDataView trainData, IData
427
427
/// <param name="input">The training data set.</param>
0 commit comments