Skip to content

Commit 5cfdaff

Browse files
committed
Allow Viya35 models to use missingValues flag
1 parent ff889b2 commit 5cfdaff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sasctl/pzmm/importModel.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ def getFiles(extensions):
304304
isH2OModel=isH2OModel,
305305
isBinaryModel=binaryModel,
306306
binaryString=binaryString,
307+
missingValues=missingValues
307308
)
308309
print(
309310
"Model score code was written successfully to {} and uploaded to SAS Model Manager".format(

0 commit comments

Comments
 (0)