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
Copy file name to clipboardExpand all lines: doc/daal4py/model-builders.rst
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,8 +36,14 @@ daal4py Model Builders deliver the accelerated
36
36
models inference of those frameworks. The inference is performed by the oneDAL GBT implementation tuned
37
37
for the best performance on the Intel(R) Architecture.
38
38
39
+
.. note::
40
+
41
+
Currently, experimental support for XGBoost* and LightGBM* categorical data is not supported.
42
+
For the model conversion to work with daal4py, convert non-numeric data to numeric data
43
+
before training and converting the model.
44
+
39
45
Conversion
40
-
---------
46
+
----------
41
47
The first step is to convert already trained model. The
42
48
API usage for different frameworks is the same:
43
49
@@ -133,3 +139,4 @@ Articles and Blog Posts
133
139
---------------------------------
134
140
135
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