swetshaw / genetic-algorithm-band-selection

6 stars 7 forks source link

genetic-algorithm-band-selection #1

Open radhesyam opened 3 years ago

radhesyam commented 3 years ago

Researcher This code is taking longer time to execute Also with some warnings Even tried with google colab also please give some execution tips

aldiak commented 3 years ago

Hi, the code is running fine you just need to change the y shape like this: y_data = np.reshape(y, (42776,)), but my is how do we convert the band selected to training data X?