Skip to content

Commit

Permalink
Update mlflow.md
Browse files Browse the repository at this point in the history
  • Loading branch information
meoril authored and seldondev committed Jul 20, 2020
1 parent 1ece8d5 commit 15671b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/servers/mlflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ spec:
## MLFlow xtype
By default the server will call your loaded model's predict function with a `numpy.ndarray`. If you wish for it to call it with `pandas.DataFrame` instead, you can pass a parameter `X_type` and set it to `DataFrame`. For example:
By default the server will call your loaded model's predict function with a `numpy.ndarray`. If you wish for it to call it with `pandas.DataFrame` instead, you can pass a parameter `xtype` and set it to `DataFrame`. For example:

```yaml
apiVersion: machinelearning.seldon.io/v1alpha2
Expand Down

0 comments on commit 15671b9

Please sign in to comment.