Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalshetty authored May 25, 2018
1 parent 0b58266 commit b140270
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ Data scientists find it really difficult to choose the right features to get max
#### Usage:
`model = LogisticRegression()
fsga = FearureSelectionGA(model,x_train,y_train)
pop = fsga.generate(100)`
pop = fsga.generate(100)
#Select the best individual from the final population and fit the initialized model
`



0 comments on commit b140270

Please sign in to comment.