Skip to content

Commit 4b3b9fc

Browse files
committed
tweak
1 parent 7bfb0d0 commit 4b3b9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/models/rfe.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Train the machine using `fit!(mach, rows=...)`.
8888
# Operations
8989
9090
- `transform(mach, X)`: transform the input table `X` into a new table containing only
91-
columns corresponding to features gotten from the RFE algorithm.
91+
columns corresponding to features gotten from the RFE algorithm.
9292
9393
- `predict(mach, X)`: transform the input table `X` into a new table same as in
9494
`transform(mach, X)` above and predict using the fitted base model on the transformed

0 commit comments

Comments
 (0)