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 968fd7f commit 510ff50Copy full SHA for 510ff50
unboxapi/__init__.py
@@ -93,8 +93,8 @@ def add_model(
93
expect the latency of model calls in the platform to be similar to that of calling ``function`` on a CPU.
94
Preparing ``function`` to work with batches of data can improve latency.
95
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``.
+ The Python object for your model loaded into memory. This will get pickled now and later loaded and
+ passed to your ``predict_proba`` function to compute run reports, test reports, or conduct what-if analysis.
98
model_type : :obj:`ModelType`
99
Model framework. E.g. :obj:`ModelType.sklearn`.
100
class_names : List[str]
0 commit comments