Wrapper-Feature-Selection-Toolbox-Python icon indicating copy to clipboard operation
Wrapper-Feature-Selection-Toolbox-Python copied to clipboard

Adding another .csv file to PSO example

Open ttamvn opened this issue 2 years ago • 0 comments

Hi! Really appreciate Mr. Jingwei Too for this. I tried the file Demo_PSO with ionosphere.csv and it ran perfectly well... But when I replaced the ionosphere.csv file with another file, there was an error occur:

ValueError: Unknown label type: continuous. Maybe you are trying to fit a classifier, which expects discrete classes on a regression target with continuous values.

How to solve this problem?

ttamvn avatar Jan 26 '24 10:01 ttamvn