# MLOnnx


Exports a traditional machine learning model (i.e. scikit-learn) to ONNX.
## Example
See the link below for a detailed example.
| Notebook | Description | |
|:----------|:-------------|------:|
| [Export and run other machine learning models](https://github.com/neuml/txtai/blob/master/examples/21_Export_and_run_other_machine_learning_models.ipynb) | Export and run models from scikit-learn, PyTorch and more | [](https://colab.research.google.com/github/neuml/txtai/blob/master/examples/21_Export_and_run_other_machine_learning_models.ipynb) |
## Methods
Python documentation for the pipeline.
### ::: txtai.pipeline.MLOnnx.__call__