Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Microsoft.ML.Transforms/Text/LdaTransform.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1006,7 +1006,7 @@ private protected override IRowMapper MakeRowMapper(DataViewSchema schema)
/// we would get the results displayed in the table below. Example documents:
/// * I like to eat bananas.
/// * I eat bananas everyday.
/// * First celebrated in 1970, Earth Day now includes events in more than 193 countries,
/// * First celebrated in 1970, Earth Day now includes events in more than 193 countries/regions,
/// which are now coordinated globally by the Earth Day Network.
///
/// Notice the similarity in values of the first and second row, compared to the third,
Expand Down
Loading