We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f47d82b commit 54eb504Copy full SHA for 54eb504
src/sasctl/utils/pyml2ds/core.py
@@ -13,6 +13,7 @@
13
except ImportError:
14
lightgbm = None
15
16
+from sasctl.utils.decorators import experimental
17
from .connectors import LightgbmParser, PmmlParser, XgbParser
18
19
@@ -41,6 +42,7 @@ def _check_type(model):
41
42
return parser
43
44
45
+@experimental
46
def pyml2ds(in_file, out_file, out_var_name="P_TARGET"):
47
"""Translate a gradient boosting model and write SAS scoring code to file.
48
0 commit comments