scikit-learn-contrib / boruta_py

Python implementations of the Boruta all-relevant feature selection method.
BSD 3-Clause "New" or "Revised" License
1.46k stars 252 forks source link

Possible problems in installation #114

Closed celestinoxp closed 1 year ago

celestinoxp commented 1 year ago

In some cases Boruta cannot install, for example like here: https://github.com/pycaret/pycaret/issues/3155

celestinoxp commented 1 year ago

It looks like the problem has been discovered. Everything indicates that the reason for the problem is the use of the "--pre" flag in the installation of the package that has Boruta as a dependency, thus creating a problem that is apparently misleading, since the problem may not be with Boruta, but with the package main where you use the "--pre" flag.