Skip to content

Commit 9e5723b

Browse files
authored
fix style (#723)
1 parent 5935b56 commit 9e5723b

File tree

1 file changed

+2
-0
lines changed
  • onnxmltools/convert/xgboost/operator_converters

1 file changed

+2
-0
lines changed

onnxmltools/convert/xgboost/operator_converters/XGBoost.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ class XGBConverter:
1919
This class provides methods to validate the model, retrieve parameters,
2020
and fill in the attributes for the ONNX TreeEnsemble node.
2121
"""
22+
2223
@staticmethod
2324
def get_xgb_params(xgb_node):
2425
"""
@@ -234,6 +235,7 @@ class XGBRegressorConverter(XGBConverter):
234235
It handles the conversion of model parameters, tree structure,
235236
and the creation of the ONNX TreeEnsembleRegressor node.
236237
"""
238+
237239
@staticmethod
238240
def validate(xgb_node):
239241
return XGBConverter.validate(xgb_node)

0 commit comments

Comments
 (0)