File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,17 @@ enhance the functionality of scikit-learn's estimators.
140
140
- `treelite <https://treelite.readthedocs.io >`_
141
141
Compiles tree-based ensemble models into C code for minimizing prediction
142
142
latency.
143
+
144
+ **Model throughput **
145
+
146
+ - `Intel(R) Extension for scikit-learn <https://github.com/intel/scikit-learn-intelex >`_
147
+ Mostly on high end Intel(R) hardware, accelerates some scikit-learn models
148
+ for both training and inference under certain circumstances. This project is
149
+ maintained by Intel(R) and scikit-learn's maintainers are not involved in the
150
+ development of this project. Also note that in some cases using the tools and
151
+ estimators under ``scikit-learn-intelex `` would give different results than
152
+ ``scikit-learn `` itself. If you encounter issues while using this project,
153
+ make sure you report potential issues in their respective repositories.
143
154
144
155
145
156
Other estimators and tasks
You can’t perform that action at this time.
0 commit comments