:orphan:
Gallery of examples
===================
.. toctree::
:maxdepth: 1
.. raw:: html
.. thumbnail-parent-div-open
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_plot_metadata_thumb.png
:alt:
:doc:`/auto_examples/plot_metadata`
.. raw:: html
Metadata
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_plot_backend_thumb.png
:alt:
:doc:`/auto_examples/plot_backend`
.. raw:: html
ONNX Runtime Backend for ONNX
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_plot_pipeline_thumb.png
:alt:
:doc:`/auto_examples/plot_pipeline`
.. raw:: html
Draw a pipeline
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_plot_logging_thumb.png
:alt:
:doc:`/auto_examples/plot_logging`
.. raw:: html
Logging, verbose
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_plot_convert_decision_function_thumb.png
:alt:
:doc:`/auto_examples/plot_convert_decision_function`
.. raw:: html
Probabilities or raw scores
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_plot_convert_model_thumb.png
:alt:
:doc:`/auto_examples/plot_convert_model`
.. raw:: html
Train, convert and predict a model
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_plot_output_onnx_single_probability_thumb.png
:alt:
:doc:`/auto_examples/plot_output_onnx_single_probability`
.. raw:: html
Append onnx nodes to the converted model
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_plot_investigate_pipeline_thumb.png
:alt:
:doc:`/auto_examples/plot_investigate_pipeline`
.. raw:: html
Investigate a pipeline
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_plot_benchmark_cdist_thumb.png
:alt:
:doc:`/auto_examples/plot_benchmark_cdist`
.. raw:: html
Compare CDist with scipy
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_plot_pipeline_lightgbm_thumb.png
:alt:
:doc:`/auto_examples/plot_pipeline_lightgbm`
.. raw:: html
Convert a pipeline with a LightGbm model
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_plot_convert_zipmap_thumb.png
:alt:
:doc:`/auto_examples/plot_convert_zipmap`
.. raw:: html
Probabilities as a vector or as a ZipMap
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_plot_black_op_thumb.png
:alt:
:doc:`/auto_examples/plot_black_op`
.. raw:: html
Convert a model with a reduced list of operators
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_plot_nmf_thumb.png
:alt:
:doc:`/auto_examples/plot_nmf`
.. raw:: html
Custom Operator for NMF Decomposition
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_plot_cast_transformer_thumb.png
:alt:
:doc:`/auto_examples/plot_cast_transformer`
.. raw:: html
Discrepencies with StandardScaler
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_plot_benchmark_pipeline_thumb.png
:alt:
:doc:`/auto_examples/plot_benchmark_pipeline`
.. raw:: html
Benchmark a pipeline
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_plot_pipeline_xgboost_thumb.png
:alt:
:doc:`/auto_examples/plot_pipeline_xgboost`
.. raw:: html
Convert a pipeline with a XGBoost model
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_plot_gpr_thumb.png
:alt:
:doc:`/auto_examples/plot_gpr`
.. raw:: html
Discrepencies with GaussianProcessorRegressor: use of double
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_plot_errors_onnxruntime_thumb.png
:alt:
:doc:`/auto_examples/plot_errors_onnxruntime`
.. raw:: html
Errors with onnxruntime
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_plot_onnx_operators_thumb.png
:alt:
:doc:`/auto_examples/plot_onnx_operators`
.. raw:: html
Play with ONNX operators
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_plot_convert_syntax_thumb.png
:alt:
:doc:`/auto_examples/plot_convert_syntax`
.. raw:: html
Different ways to convert a model
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_plot_complex_pipeline_thumb.png
:alt:
:doc:`/auto_examples/plot_complex_pipeline`
.. raw:: html
Convert a pipeline with ColumnTransformer
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_plot_tfidfvectorizer_thumb.png
:alt:
:doc:`/auto_examples/plot_tfidfvectorizer`
.. raw:: html
TfIdfVectorizer with ONNX
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_plot_intermediate_outputs_thumb.png
:alt:
:doc:`/auto_examples/plot_intermediate_outputs`
.. raw:: html
Walk through intermediate outputs
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_plot_custom_parser_alternative_thumb.png
:alt:
:doc:`/auto_examples/plot_custom_parser_alternative`
.. raw:: html
When a custom model is neither a classifier nor a regressor (alternative)
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_plot_custom_parser_thumb.png
:alt:
:doc:`/auto_examples/plot_custom_parser`
.. raw:: html
When a custom model is neither a classifier nor a regressor
.. raw:: html
.. only:: html
.. image:: /auto_examples/images/thumb/sphx_glr_plot_custom_model_thumb.png
:alt:
:doc:`/auto_examples/plot_custom_model`
.. raw:: html
Write your own converter for your own model
.. thumbnail-parent-div-close
.. raw:: html
.. toctree::
:hidden:
/auto_examples/plot_metadata
/auto_examples/plot_backend
/auto_examples/plot_pipeline
/auto_examples/plot_logging
/auto_examples/plot_convert_decision_function
/auto_examples/plot_convert_model
/auto_examples/plot_output_onnx_single_probability
/auto_examples/plot_investigate_pipeline
/auto_examples/plot_benchmark_cdist
/auto_examples/plot_pipeline_lightgbm
/auto_examples/plot_convert_zipmap
/auto_examples/plot_black_op
/auto_examples/plot_nmf
/auto_examples/plot_cast_transformer
/auto_examples/plot_benchmark_pipeline
/auto_examples/plot_pipeline_xgboost
/auto_examples/plot_gpr
/auto_examples/plot_errors_onnxruntime
/auto_examples/plot_onnx_operators
/auto_examples/plot_convert_syntax
/auto_examples/plot_complex_pipeline
/auto_examples/plot_tfidfvectorizer
/auto_examples/plot_intermediate_outputs
/auto_examples/plot_custom_parser_alternative
/auto_examples/plot_custom_parser
/auto_examples/plot_custom_model
.. only:: html
.. container:: sphx-glr-footer sphx-glr-footer-gallery
.. container:: sphx-glr-download sphx-glr-download-python
:download:`Download all examples in Python source code: auto_examples_python.zip `
.. container:: sphx-glr-download sphx-glr-download-jupyter
:download:`Download all examples in Jupyter notebooks: auto_examples_jupyter.zip `
.. only:: html
.. rst-class:: sphx-glr-signature
`Gallery generated by Sphinx-Gallery