Wuuzzaa

Results 9 comments of Wuuzzaa

Hi, this is the repo for an Python implementation of boruta. Your code is in a diffrent language (maybe R?)

https://github.com/cran/Boruta is R boruta repo. but there are no issues. I do not know how the R guys work.

I have no clue about R. Maybe search on stackoverflow.

Hi, set the early_stopping parameter = True. Take a look at n_iter_no_change too. Both of them are implementet but not in the version you get from pip (at least the...

Conda and PIP still use version 0.3 (which does not support early stopping). Imho the easiest way is too clone this repo (or only the boruta.py file) into your project...

At the moment boruta tries to set the random state to all estimators. cuML's RF classifier do not have this parameter. You can try a fix like with lightgbm. Something...

Seems like the implementation from cuML´s random forest differs quiete a lot from sklearns. I just took a look at the docu and do not found something similar to the...

My blind guess would be an error on your y data? y must be integers. Did you check your X and y for compatible Data types. For the types see:...

BorutaPy was never planned to be used within cuML. Seems like it still do not work. Like beckernick mentioned there is still an open Issue on [cuML ](https://github.com/rapidsai/cuml/issues/3531) for the...