Skip to content

Commit 54eb504

Browse files
committed
flag as experimental
1 parent f47d82b commit 54eb504

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/sasctl/utils/pyml2ds/core.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
except ImportError:
1414
lightgbm = None
1515

16+
from sasctl.utils.decorators import experimental
1617
from .connectors import LightgbmParser, PmmlParser, XgbParser
1718

1819

@@ -41,6 +42,7 @@ def _check_type(model):
4142
return parser
4243

4344

45+
@experimental
4446
def pyml2ds(in_file, out_file, out_var_name="P_TARGET"):
4547
"""Translate a gradient boosting model and write SAS scoring code to file.
4648

0 commit comments

Comments
 (0)