renatoosousa/GeneticAlgorithmForFeatureSelection

Issue in convergence of logistic regression and minor tuple indexing problem

Satendra01 opened this issue · 1 comments

The convergence of logistic regression model does not take place .Also,the comparison of fitness values of individuals with maxAccuracy is an error since the comparison is not taking place between the compatible data types.

I have created the pull request to resolve this issue.Please take a look at it and see if it actually does.