Paul Perry

Results 8 comments of Paul Perry

Sorry, my example was incomplete, and I was passing a properly trained model instead of 'X'. I was trying to get a simple example to narrow down where the problem...

I have a properly trained model that is able to output the regular XGB feature importance, but I get the same error reported here with rankeval importance. Let me know...

I'm using` lightgbm 2.3.0` . I'm in the first case and have missing values and cat data. As @anuragreddygv323 asks, can I transform my input to numerical and still have...

I landed here due to the same confusion. I could not figure out how to open a second view of a notebook and I knew it could be done, till...

`auto-sklearn 0.15.0 requires scikit-learn=0.24.0, but you have scikit-learn 1.2.2 which is incompatible.` Is there a move to scikit-learn > 1.0 ?

I did find a way to [install auto-sklearn on Kaggle](https://www.kaggle.com/code/kyuhwanyeon/installation-guide-of-auto-sklearn-for-automl/notebook), and it worked: I was able to get scikit-learn==1.2.2 and auto-sklearn ==0.15.0 and was able to : ``` import sklearn...

Jorge: Thanks for replying. I had no way to reach you. I've updated the comment with a small example of what I'm trying to do. On Mon, Jan 18, 2016...