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
249 stars 69 forks source link

Install #19

Open Plkostas opened 2 years ago

Plkostas commented 2 years ago

How can i install the library via conda with pip?

ZLDA22 commented 2 years ago

Make sure you install git you can use the command "conda install git" from the environment terminal in anaconda Then use the command "git clone https://github.com/JingweiToo/Wrapper-Feature-Selection-Toolbox-Python.git"

Hope this work