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 9661e29 commit 6915606Copy full SHA for 6915606
doc/using_sklearn.rst
@@ -381,7 +381,7 @@ The ``predict_fn`` function has the following signature:
381
Where ``input_object`` is the object returned from ``input_fn`` and
382
``model`` is the model loaded by ``model_fn``.
383
384
-The default implementation of ``predict_fn`` invokes the loaded model's ``__call__`` function on ``input_object``,
+The default implementation of ``predict_fn`` invokes the loaded model's ``predict`` function on ``input_object``,
385
and returns the resulting value. The return-type should be a NumPy array to be compatible with the default
386
``output_fn``.
387
0 commit comments