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.
2 parents 51b18af + ac19b87 commit 9ad3b8cCopy full SHA for 9ad3b8c
README.md
@@ -81,7 +81,7 @@ which can handle all necessary communication with the SAS Viya server:
81
82
>>> with Session('example.com', authinfo=<authinfo file>):
83
... model = lm.LogisticRegression()
84
-... register_model('Sklearn Model', model, 'My Project')
+... register_model(model, 'Sklearn Model', 'My Project')
85
```
86
87
@@ -165,7 +165,7 @@ Register a pure Python model in Model Manager:
165
166
>>> with Session(host, authinfo=<authinfo file>):
167
168
169
170
171
Register a CAS model in Model Manager:
0 commit comments