Skip to content

Commit 510ff50

Browse files
committed
Clearer description for model arg
1 parent 968fd7f commit 510ff50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unboxapi/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,8 +93,8 @@ def add_model(
9393
expect the latency of model calls in the platform to be similar to that of calling ``function`` on a CPU.
9494
Preparing ``function`` to work with batches of data can improve latency.
9595
model :
96-
The Python object for your model loaded into memory. This is what gets passed as the first arg
97-
to your predict ``function``.
96+
The Python object for your model loaded into memory. This will get pickled now and later loaded and
97+
passed to your ``predict_proba`` function to compute run reports, test reports, or conduct what-if analysis.
9898
model_type : :obj:`ModelType`
9999
Model framework. E.g. :obj:`ModelType.sklearn`.
100100
class_names : List[str]

0 commit comments

Comments
 (0)