├── Feature_selection_genetic_algorithm.py ├── Genetic_algorithm.py ├── LICENSE ├── Life.py ├── README.md ├── dataSet ├── train_feature.csv └── validate_feature.csv └── result.jpg /Feature_selection_genetic_algorithm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeroyer/feature_selection_GAAlgorithm/HEAD/Feature_selection_genetic_algorithm.py -------------------------------------------------------------------------------- /Genetic_algorithm.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeroyer/feature_selection_GAAlgorithm/HEAD/Genetic_algorithm.py -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeroyer/feature_selection_GAAlgorithm/HEAD/LICENSE -------------------------------------------------------------------------------- /Life.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeroyer/feature_selection_GAAlgorithm/HEAD/Life.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeroyer/feature_selection_GAAlgorithm/HEAD/README.md -------------------------------------------------------------------------------- /dataSet/train_feature.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeroyer/feature_selection_GAAlgorithm/HEAD/dataSet/train_feature.csv -------------------------------------------------------------------------------- /dataSet/validate_feature.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeroyer/feature_selection_GAAlgorithm/HEAD/dataSet/validate_feature.csv -------------------------------------------------------------------------------- /result.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/rogeroyer/feature_selection_GAAlgorithm/HEAD/result.jpg --------------------------------------------------------------------------------