sklearn-onnx icon indicating copy to clipboard operation
sklearn-onnx copied to clipboard

Does it support feature engineering processing of sklearn? For example, fill in the missing values, encode the category features with one hot, and so on

Open gp1322719830 opened this issue 3 years ago • 1 comments

Does it support feature engineering processing of sklearn? For example, fill in the missing values, encode the category features with one hot, and so on.

gp1322719830 avatar Jan 11 '22 09:01 gp1322719830

Most of the model are supported. The whole list is available in the documentation: http://onnx.ai/sklearn-onnx/supported.html. Only sparse is not supported yet.

xadupre avatar Jan 14 '22 12:01 xadupre