JingweiToo / Wrapper-Feature-Selection-Toolbox-Python

This toolbox offers 13 wrapper feature selection methods (PSO, GA, GWO, HHO, BA, WOA, and etc.) with examples. It is simple and easy to implement.
BSD 3-Clause "New" or "Revised" License
244 stars 69 forks source link

INSTALL #22

Open thanaswetha15 opened 1 year ago

thanaswetha15 commented 1 year ago

from FS.pso import jfs

how to pip install this libray in colab .it shows no library found.could please give solution

thanaswetha15 commented 1 year ago

ERROR: Could not find a version that satisfies the requirement FS.pso (from versions: none) ERROR: No matching distribution found for FS.pso

while install "from FS.pso import jfs" this type error is display in colab.could you please give us solution