Scott Fleming
Scott Fleming
Any progress on this? In combination with the introduction of [categorical variables](https://pandas.pydata.org/pandas-docs/stable/user_guide/categorical.html) from pandas, there's a need more than ever for having the ability to transpile LightGBM models trained with...
Same issue here. Different video, different dataset, but basically the exact same problem as @ffahmed. Doesn't affect runtime - despite the ominous error the reading/loading appears to work just fine....
Bumping this, as I'm running into the same error with the old `state-spaces/mamba-130m` model. Probably the right thing to do is, now that there is a [mamba-130-hf](https://huggingface.co/state-spaces/mamba-130m-hf) model and the...
Is there a reason why you wouldn't use something like the [editdistance](https://github.com/roy-ht/editdistance) package? Hard to beat the speed in C/C++. I don't mean this tongue-in-cheek, I recognize that there are...
+1 this would be very helpful!
Bumping this, as currently saving/logging models with `pickle` will fail for any models > 4GB: https://stackoverflow.com/questions/29704139/pickle-in-python3-doesnt-work-for-large-data-saving. This is especially problematic with high-dimensional outputs (e.g. label models that spit out ~1000...