Skip to content

Commit

Permalink
correct class name
Browse files Browse the repository at this point in the history
  • Loading branch information
A7medAbdeldaim authored Feb 16, 2019
1 parent f65a8d5 commit 4c0ec85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Data scientists find it really difficult to choose the right features to get max
#### Usage:
```
model = LogisticRegression()
fsga = FearureSelectionGA(model,x_train,y_train)
fsga = FeatureSelectionGA(model,x_train,y_train)
pop = fsga.generate(100)
#Select the best individual from the final population and fit the initialized model
```
Expand Down

0 comments on commit 4c0ec85

Please sign in to comment.