Skip to content

Commit 67a22c4

Browse files
committed
typos
1 parent 41f0bf2 commit 67a22c4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.ML.Transforms/CountFeatureSelection.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ namespace Microsoft.ML.Transforms
3838
/// The count feature selection can remove the features generated by the hash transform that have no data in the examples.
3939
///
4040
/// For example, if we set the count to 3 and fit the estimator, apply the transformer to the following Features column,
41-
/// we would see the second solot, containing: NaN, 5, 5, NaN values being dropped because that slot has only two non-default values, the two 5 values.
42-
/// The third slot is being kept, because it has the values 6, 6, 6, NaN; so it has at least 3 non-NaN.
41+
/// we would see the second slot, containing: NaN, 5, 5, NaN values being dropped because that slot has only two non-default values, the two 5 values.
42+
/// The third slot is being kept, because it has the values 6, 6, 6, NaN; so it has at least 3 non-NaN.
4343
///
4444
/// | Features |
4545
/// | -- |

0 commit comments

Comments
 (0)