ExpandingMan

Results 326 comments of ExpandingMan

Sorry for not responding, yeah never ran into this again, don't know what I did.

I don't see any additional options that we can pass to [`XGBoosterPredict`](https://xgboost.readthedocs.io/en/stable/dev/group__Prediction.html#ga3e4d11089d266ae4f913ab43864c6b12)... To be clear, the parameters we already have in that `opts` dict are the only ones I see...

Ah, I was looking at the wrong one, indeed we are using `PredictFromDMatrix`. I think that also the documentation is out of sync, maybe I should have been looking at...

Btw, a really quick and minimal effort way of getting this working which I would be happy to merge is if we just added a `type` keyword arg when, if...

These lines are merely for adapting libxgboost's internal memory format (in which it returns) to the memory format of Julia arrays (in particular, the former is row-major and the latter...

I'm a bit confused... why not just check if `dims == 2` in the existing `predict` function? That way you can know whether `transpose` works or you have to do...

I was feeling very enthusiastic about this initially, but after a lot of struggling I can reach no other conclusion than that creating an FFI for rust *sucks*. It necessarily...

> I wonder, couldn’t a similar approach to what [RustFFT.jl](https://github.com/Taaitaaiger/RustFFT.jl) has done be possible for making polars available to Julia? The problem is that polars does not already have a...

Can you clarify what happened here? It sounded like you were interested in implementing this.

Fair enough, I'm not about to tell you how to govern the package. For whatever it's worth, I'd still be very much interested in this if anybody ever wanted to...