mlprodict
mlprodict copied to clipboard
Productionize machine learning predictions, with ONNX or without
Bumps [jinja2](https://github.com/pallets/jinja) from 3.0.3 to 3.1.3. Release notes Sourced from jinja2's releases. 3.1.3 This is a fix release for the 3.1.x feature branch. Fix for GHSA-h5c8-rqwp-cp95. You are affected if...
This issue is caused when my poetry lock file was updated with lightgbm == 4.0.0. The relevant lightgbm issue is: https://github.com/microsoft/LightGBM/pull/5654 which updated `FEATURE_IMPORTANCE_TYPE_MAPPER` to `_FEATURE_IMPORTANCE_TYPE_MAPPER`. This then affected the...
I have a model that runs properly on onnxruntime v1.15.1 and fails on mlprodict (version 0.9.1887) runtime. Stacktrace: --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) Cell In[20], line 1 ---->...
I am trying to use mlprodict to_onnx function to convert the string columns within a dataframe to onnx format. Working with sklearn-onnx convert_sklearn, the conversion to onnx works well. But...