Skip to content

Commit

Permalink
Merge branch 'main' into unpin-xgb
Browse files Browse the repository at this point in the history
  • Loading branch information
ksaur authored Jan 4, 2024
2 parents a25cf45 + 1904db7 commit bfc0cc3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,3 +45,4 @@ def convert_onnx_array_feature_extractor(operator, device, extra_config):


register_converter("ONNXMLArrayFeatureExtractor", convert_onnx_array_feature_extractor)
register_converter("ONNXMLGather", convert_onnx_array_feature_extractor)
2 changes: 2 additions & 0 deletions hummingbird/ml/supported.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@
Concat,
Div,
Imputer,
Gather,
LabelEncoder,
Less,
LinearClassifier,
Expand Down Expand Up @@ -357,6 +358,7 @@ def _build_onnxml_operator_list():
"ArrayFeatureExtractor",
"Binarizer",
"FeatureVectorizer",
"Gather",
"Imputer",
"LabelEncoder",
"OneHotEncoder",
Expand Down

0 comments on commit bfc0cc3

Please sign in to comment.