Karla Saur
Karla Saur
Hi @ereide Welcome! Thanks for reporting this! PolynomialFeatures is only partially implemented, so yes it is very likely that there is a bug. Thanks for this example! We will use...
Hi @dcshapiro, thanks for bringing this up! Yes, the first two parts are not yet handled. * `CountVectorizer` is on our [roadmap](https://github.com/microsoft/hummingbird/wiki/Roadmap-for-Upcoming-Features-and-Support); we have it implemented but need to clean...
Hi @scivm ! I don't see `ColumnNameLowerizer` as an SKL operator. Is this a function that you wrote yourself and added to your SKL pipeline manually? Can you please share...
Thanks for posting this! So far, we have focused only on strict onnx or sklearn pipelines. This example highlights an important limitation in our setup. I'll change this to a...
ORT 1.5 has been out for a few months now, so I revisited this. It's available in [pypi](https://pypi.org/project/onnxruntime/) I pulled from main in a fresh container with `pip install -e...
I learned the reason I was getting ORT==1.4.0 is that 1.5.1 requires an update to a newer version of `pip`. That makes me a bit cautious about pinning to `onnxruntime==1.5.x`...
We have tests for `boosting_type='rf'` in `test_lightgbm_converter.py` but not `test_onnxml_lightgbm_converter.py`, and for this example we need the latter (to call `convert_lightgbm`). In this [test case i wrote](https://github.com/microsoft/hummingbird/commit/ce819c1d8ddbbbb39f95c86684188b1a492be51f), it fails with:...
closed with #562
Thanks @rathijit, we'll take a look
Hi @Hemantr05 ! You can just submit it as a pull request using the standard github way, see [here](https://github.com/microsoft/hummingbird/blob/main/CONTRIBUTING.md#pull-requests) if you need a link to instructions! Let me know if...