diff --git a/doc/source/servers/xgboost.md b/doc/source/servers/xgboost.md index 47c74a64ec..39d4b6e5c2 100644 --- a/doc/source/servers/xgboost.md +++ b/doc/source/servers/xgboost.md @@ -4,6 +4,7 @@ If you have a trained XGBoost model saved you can deploy it simply using Seldon' Prequisites: + * Use xgboost v0.82 * The model pickle must be named `model.bst` An example for a saved Iris prediction model: @@ -27,4 +28,4 @@ spec: ``` -Try out a [worked notebook](../examples/server_examples.html) \ No newline at end of file +Try out a [worked notebook](../examples/server_examples.html)