You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/sasctl/pzmm/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,9 +35,9 @@ Importing the pzmm module is done by running the following line in Python after
35
35
36
36
## Demos
37
37
38
-
The following demo video walks through the process of importing a Python model in SAS Model Manager in SAS Viya and shows most of the current features of pzmm. (Note that for this release, the module import statement needs to be `import sasctl.pzmm as pzmm` instead of `import pzmm`.) The notebook from the demo is called Fleet_Management_DecisionTree.ipynb and can be found in the [examples folder here.](../../../examples/Fleet_Management_DecisionTree.ipynb)
38
+
The following demo video walks through the process of importing a Python model in SAS Model Manager in SAS Viya and shows most of the current features of pzmm. The notebook from the demo is called FleetManagement.ipynb and can be found in the [examples folder here.](../../../examples/FleetManagement.ipynb)
0 commit comments