Skip to content

Commit e6558d7

Browse files
authored
Update README.md
Removed/replaced documentation that was outside of the legal name guidelines for SAS.
1 parent 37937d6 commit e6558d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/sasctl/pzmm/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
## Overview
44

5-
The goal of the PZMM (Python Zip Model Management) module is to allow users of SAS Model Manager on SAS Viya (MM) and SAS Open Model Manager (OMM) to zip through the process of importing Python models to OMM & MM. In order to facilitate model imports, the module can allow the user to complete the following tasks:
5+
The goal of the PZMM (Python Zip Model Management) module is to enable users of SAS Model Manager on SAS Viya and SAS Open Model Manager to zip through the process of importing Python models into the common model repository. In order to facilitate model imports, the module allows the user to complete the following tasks:
66

77
* Writes JSON files to read in the model information, which includes the following files:
88
* `fileMetadata.json` specifies the file roles for the names of the input and output variables files, the Python score code file, and the Python pickle file
99
* `ModelProperties.json` is used to set the model properties that are read during the import process
1010
* `inputVar.json` and `outputVar.json` are used to set the input and output variables of the model
1111
* `dmcas_fitstat.json` is an optional file that provides the fit statistics that are associated with the imported model, which are either user-generated or data-generated
1212
* `dmcas_lift.json` and `dmcas_roc.json` are optional files that provide the Lift and ROC plots that are associated with the imported model, which are data-generated
13-
* Writes the `*score.py` file that is used for model scoring in MM & OMM
13+
* Writes the `*score.py` model file that is used for model scoring
1414
* Serializes a trained model into a binary pickle file
1515
* Archives all relevant model files into a ZIP file and imports the model using REST API calls
1616

0 commit comments

Comments
 (0)