├── .github └── FUNDING.yml ├── Example_GeneticAlgorithm.py ├── README.md ├── dataset_features.pkl ├── ga.py ├── outputs.pkl └── requirements.txt /.github/FUNDING.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedfgad/FeatureReductionGenetic/HEAD/.github/FUNDING.yml -------------------------------------------------------------------------------- /Example_GeneticAlgorithm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedfgad/FeatureReductionGenetic/HEAD/Example_GeneticAlgorithm.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedfgad/FeatureReductionGenetic/HEAD/README.md -------------------------------------------------------------------------------- /dataset_features.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedfgad/FeatureReductionGenetic/HEAD/dataset_features.pkl -------------------------------------------------------------------------------- /ga.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedfgad/FeatureReductionGenetic/HEAD/ga.py -------------------------------------------------------------------------------- /outputs.pkl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/ahmedfgad/FeatureReductionGenetic/HEAD/outputs.pkl -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | pygad --------------------------------------------------------------------------------