genetic-algorithm-feature-selection icon indicating copy to clipboard operation
genetic-algorithm-feature-selection copied to clipboard

Script to select the best subset of variables based on genetic algorithm in R

Results 3 genetic-algorithm-feature-selection issues
Sort by recently updated
recently updated
newest added

I tried to run this algorithm. It started fine with data loading, x and y variables. I had problems while executing the GA # Executing the GA ga_GA_1 = ga(fitness...

Hi I am new and interested in studying GA with R. I have a question regarding the "vars" in your script. custom_fitness

Hello, i downloaded the repository and installed all packages but the command ga(...) not working properly because the function "get_sample" is missing. Thank you for your answer