From 56098e7f71301f2fe7e675d84ee96e2ce51d383e Mon Sep 17 00:00:00 2001 From: Lawrence Wu Date: Wed, 27 Feb 2019 16:20:24 -0800 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b936b2d..cc7fb72 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Download, import and do as you would with any other scikit-learn method: Python implementations of the Boruta R package. This implementation tries to mimic the scikit-learn interface, so use fit, -transform or fit_transform, to run the feautre selection. +transform or fit_transform, to run the feature selection. For more, see the docs of these functions, and the examples below.