3

how to apply the genetic algorithm as a feature selection for text classification in python I need to use GA to select most relevant feature in text classification

Ahmed
  • 31
  • 1

1 Answers1

2

There's a python library that helps do this task. TextFeatureSelection is the library and TextFeatureSelectionGA is the module.

https://pypi.org/project/TextFeatureSelection/

StatguyUser
  • 885
  • 1
  • 8
  • 20