Skip to content

Commit 6272ab9

Browse files
committed
Fix incorrect SWAT call
1 parent 761b9e4 commit 6272ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/register_sas_classification_model.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
# Train a gradient boosting model to identify iris species.
1919
s.loadactionset('decisionTree')
20-
tbl.decisiontree.gbtreetrain(target='Species',
20+
tbl.decisionTree.gbtreetrain(target='Species',
2121
inputs=['SepalLength', 'SepalWidth',
2222
'PetalLength', 'PetalWidth'],
2323
savestate='gradboost_astore')

0 commit comments

Comments
 (0)