Skip to content

Commit 5ad9051

Browse files
author
Niketan Pansare
committed
Updated MLContext as per Mike's comments
1 parent 9b12929 commit 5ad9051

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/main/python/SystemML/mlcontext.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
def dml(scriptString):
3535
"""
3636
Create a dml script object based on a string.
37+
3738
Parameters
3839
----------
3940
scriptString: string
@@ -183,8 +184,8 @@ class Script(object):
183184
184185
Parameters
185186
----------
186-
path: string
187-
Can be either a file path to a DML script or a DML script itself.
187+
scriptString: string
188+
Script language, either "dml" for DML (R-like) or "pydml" for PyDML (Python-like).
188189
"""
189190
def __init__(self, scriptString, scriptType="dml"):
190191
self.scriptString = scriptString

0 commit comments

Comments
 (0)