Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 3b11a40

Browse filesBrowse files
sdpythonglemaitre
authored andcommitted
DOC Replace onnxmltools by sklearn-onnx (scikit-learn#19484)
1 parent 5284876 commit 3b11a40
Copy full SHA for 3b11a40

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎doc/related_projects.rst

Copy file name to clipboardExpand all lines: doc/related_projects.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ enhance the functionality of scikit-learn's estimators.
9797

9898
**Model export for production**
9999

100-
- `onnxmltools <https://github.com/onnx/onnxmltools>`_ Serializes many
100+
- `sklearn-onnx <https://github.com/onnx/sklearn-onnx>`_ Serialization of many
101101
Scikit-learn pipelines to `ONNX <https://onnx.ai/>`_ for interchange and
102102
prediction.
103103

‎doc/roadmap.rst

Copy file name to clipboardExpand all lines: doc/roadmap.rst
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ the document up to date as we work on these issues.
223223
(to be discussed);
224224

225225
* 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>`_.
227227
and use the above best practices to assess predictive consistency between
228228
scikit-learn and ONNX prediction functions on validation set.
229229
* Document good practices to detect temporal distribution drift for deployed

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.