Commit 6915606
doc: Update sklearn default predict_fn (#1039)
The current sklearn sagemaker image actually calls `model.predict()`,
not `model()`. Update documentation to reflect this.
Current implemenation: https://github.com/aws/sagemaker-scikit-learn-container/blob/85a994234f0ed46fbf569dd927d3c4825f3445d3/src/sagemaker_sklearn_container/serving.py#L661 parent 9661e29 commit 6915606
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
381 | 381 | | |
382 | 382 | | |
383 | 383 | | |
384 | | - | |
| 384 | + | |
385 | 385 | | |
386 | 386 | | |
387 | 387 | | |
| |||
0 commit comments