File tree 2 files changed +2
-2
lines changed
Filter options
2 files changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ enhance the functionality of scikit-learn's estimators.
97
97
98
98
**Model export for production **
99
99
100
- - `onnxmltools <https://github.com/onnx/onnxmltools >`_ Serializes many
100
+ - `sklearn-onnx <https://github.com/onnx/sklearn-onnx >`_ Serialization of many
101
101
Scikit-learn pipelines to `ONNX <https://onnx.ai/ >`_ for interchange and
102
102
prediction.
103
103
Original file line number Diff line number Diff line change @@ -223,7 +223,7 @@ the document up to date as we work on these issues.
223
223
(to be discussed);
224
224
225
225
* Extend documentation to mention how to deploy models in Python-free
226
- environments for instance `ONNX <https://github.com/onnx/onnxmltools >`_.
226
+ environments for instance `ONNX <https://github.com/onnx/sklearn-onnx >`_.
227
227
and use the above best practices to assess predictive consistency between
228
228
scikit-learn and ONNX prediction functions on validation set.
229
229
* Document good practices to detect temporal distribution drift for deployed
You can’t perform that action at this time.
0 commit comments