Skip to content

Commit d4300cd

Browse files
gustavocidornelaswhoseoyster
authored andcommitted
Removed tokenizer from tabular data example
1 parent 69903fd commit d4300cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unboxapi/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ def add_model(
327327
The ``model`` arg must be the actual trained model object, and the ``input_features`` arg must be a 2D numpy array
328328
containing a batch of features that will be passed to the model as inputs.
329329
330-
You can optionally include other kwargs in the function, including tokenizers, variables, encoders etc.
330+
You can optionally include other kwargs in the function, including variables, encoders etc.
331331
You simply pass those kwargs to the ``project.add_model`` function call when you upload the model.
332332
333333
Here's an example of the ``predict_proba`` function in action:

0 commit comments

Comments
 (0)