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 761b9e4 commit 6272ab9Copy full SHA for 6272ab9
examples/register_sas_classification_model.py
@@ -17,7 +17,7 @@
17
18
# Train a gradient boosting model to identify iris species.
19
s.loadactionset('decisionTree')
20
-tbl.decisiontree.gbtreetrain(target='Species',
+tbl.decisionTree.gbtreetrain(target='Species',
21
inputs=['SepalLength', 'SepalWidth',
22
'PetalLength', 'PetalWidth'],
23
savestate='gradboost_astore')
0 commit comments