We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7bfb0d0 commit 4b3b9fcCopy full SHA for 4b3b9fc
src/models/rfe.jl
@@ -88,7 +88,7 @@ Train the machine using `fit!(mach, rows=...)`.
88
# Operations
89
90
- `transform(mach, X)`: transform the input table `X` into a new table containing only
91
-columns corresponding to features gotten from the RFE algorithm.
+ columns corresponding to features gotten from the RFE algorithm.
92
93
- `predict(mach, X)`: transform the input table `X` into a new table same as in
94
`transform(mach, X)` above and predict using the fitted base model on the transformed
0 commit comments