You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update github pages for DAALL-7867
Update to fix daal4py conversion of XGBoost model error for non-numerical data used for training.
* GH Pages for DAALL-7867
@@ -194,11 +194,11 @@ Scikit-Learn API and patching
194
194
-----------------------------
195
195
.. tip::
196
196
We recommend using
197
-
the 'scikit-learn-intelex package patching <https://intel.github.io/scikit-learn-intelex/what-is-patching.html>' _ for the scikit-learn patching. daal4py exposes some oneDAL solvers using a scikit-learn compatible API.
197
+
the 'scikit-learn-intelex package patching <https://intel.github.io/scikit-learn-intelex/latest/what-is-patching.html>' _ for the scikit-learn patching.
198
+
daal4py exposes some oneDAL solvers using a scikit-learn compatible API.
198
199
199
200
daal4py can furthermore monkey-patch the ``sklearn`` package to use the DAAL
200
201
solvers as drop-in replacement without any code change.
201
202
202
203
Please refer to the section on :ref:`scikit-learn API and patching <sklearn>`
Model Builders support only base inference with prediction and probabilities prediction. The functionality is to be extended.
123
+
Therefore, there are the following limitations:
124
+
- The categorical features are not supported for conversion and prediction.
125
+
- The multioutput models are not supported for conversion and prediction.
126
+
- SHAP values can be calculated for regression models only.
127
+
128
+
86
129
Examples
87
130
---------------------------------
88
131
Model Builders models conversion
89
132
90
-
- `XGBoost model conversion <https://github.com/intel/scikit-learn-intelex/blob/master/examples/daal4py/model_builders_xgboost.py>`_
91
-
- `LightGBM model conversion <https://github.com/intel/scikit-learn-intelex/blob/master/examples/daal4py/model_builders_lightgbm.py>`_
92
-
- `CatBoost model conversion <https://github.com/intel/scikit-learn-intelex/blob/master/examples/daal4py/model_builders_catboost.py>`_
133
+
- `XGBoost model conversion <https://github.com/intel/scikit-learn-intelex/blob/main/examples/daal4py/model_builders_xgboost.py>`_
134
+
- `SHAP value prediction from an XGBoost model <https://github.com/intel/scikit-learn-intelex/blob/main/examples/daal4py/model_builders_xgboost_shap.py>`_
135
+
- `LightGBM model conversion <https://github.com/intel/scikit-learn-intelex/blob/main/examples/daal4py/model_builders_lightgbm.py>`_
136
+
- `CatBoost model conversion <https://github.com/intel/scikit-learn-intelex/blob/main/examples/daal4py/model_builders_catboost.py>`_
93
137
94
138
Articles and Blog Posts
95
139
---------------------------------
96
140
97
141
- `Improving the Performance of XGBoost and LightGBM Inference <https://medium.com/intel-analytics-software/improving-the-performance-of-xgboost-and-lightgbm-inference-3b542c03447e>`_
0 commit comments