├── LICENSE ├── README.md ├── datasets ├── iris.csv └── nuclear.csv └── gaFeatureSelection.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renatoosousa/GeneticAlgorithmForFeatureSelection/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renatoosousa/GeneticAlgorithmForFeatureSelection/HEAD/README.md -------------------------------------------------------------------------------- /datasets/iris.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renatoosousa/GeneticAlgorithmForFeatureSelection/HEAD/datasets/iris.csv -------------------------------------------------------------------------------- /datasets/nuclear.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renatoosousa/GeneticAlgorithmForFeatureSelection/HEAD/datasets/nuclear.csv -------------------------------------------------------------------------------- /gaFeatureSelection.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/renatoosousa/GeneticAlgorithmForFeatureSelection/HEAD/gaFeatureSelection.py --------------------------------------------------------------------------------