manuel-calzolari / sklearn-genetic

Genetic feature selection module for scikit-learn
https://sklearn-genetic.readthedocs.io
GNU Lesser General Public License v3.0
323 stars 77 forks source link

Understand the independent probability #15

Closed MichelleKuroda closed 3 years ago

MichelleKuroda commented 3 years ago

Dear Manuel

Congratulations on your code, and thank you very much for sharing it. I'm using it for geological issues, and I would like to understand the independent crossover probability and also independent mutation probability. I was studying these topics in GA papers, but I didn't find a definition. Can you explain it to me?

Best regards,

Michelle.

manuel-calzolari commented 3 years ago

Hello Michelle,

they are the independent probability for each attribute to be exchanged or mutated. In this case, an attribute can be 0 (don't select the feature) or 1 (select the feature).

MichelleKuroda commented 3 years ago

Thank you very much, Manuel!

Your code is really useful. I'm writing a paper with results based on the selected attributes that I found using your code. I will cite you!

Best wishes,

Michelle.