From f65a8d573a17f854459c37a624a28c6f9b47c4a4 Mon Sep 17 00:00:00 2001 From: Kaushal Shetty Date: Fri, 25 May 2018 17:29:00 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fafdd0c..72bd390 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # FeatureSelectionGA ### Feature Selection using Genetic Algorithm (DEAP Framework) -Data scientists find it really difficult to choose the right features to get maximum accuracy especially if you are dealing with a lot of features. There are currenlty lots of ways to select the right features. But we will have to struggle if the feature space is really big. Genetic algorithm is one solution which searches for one of the best feature set from a lot of other features in order to attain a high accuracy. +Data scientists find it really difficult to choose the right features to get maximum accuracy especially if you are dealing with a lot of features. There are currenlty lots of ways to select the right features. But we will have to struggle if the feature space is really big. Genetic algorithm is one solution which searches for one of the best feature set from other features in order to attain a high accuracy. #### Usage: ```