XGBoost
Usage
pip install mlserver mlserver-xgboostXGBoost Artifact Type
Extension
Docs
Example
By default, the runtime will look for a file called `model.[json | ubj | bst]`.
However, this can be modified through the `parameters.uri` field of your
{class}`ModelSettings <mlserver.settings.ModelSettings>` config (see the
section on [Model Settings](../../docs/reference/model-settings.md) for more
details).
```{code-block} json
---
emphasize-lines: 3-5
---
{
"name": "foo",
"parameters": {
"uri": "./my-own-model-filename.json"
}
}
```Content Types
Model Outputs
Output
Returned By Default
Availability
Last updated
Was this helpful?
