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 9b12929 commit 5ad9051Copy full SHA for 5ad9051
src/main/python/SystemML/mlcontext.py
@@ -34,6 +34,7 @@
34
def dml(scriptString):
35
"""
36
Create a dml script object based on a string.
37
+
38
Parameters
39
----------
40
scriptString: string
@@ -183,8 +184,8 @@ class Script(object):
183
184
185
186
- path: string
187
- Can be either a file path to a DML script or a DML script itself.
+ scriptString: string
188
+ Script language, either "dml" for DML (R-like) or "pydml" for PyDML (Python-like).
189
190
def __init__(self, scriptString, scriptType="dml"):
191
self.scriptString = scriptString
0 commit comments