:orphan: Gallery of examples =================== .. toctree:: :maxdepth: 1 .. raw:: html
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_plot_metadata_thumb.png :alt: :ref:`sphx_glr_auto_examples_plot_metadata.py` .. raw:: html
Metadata
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_plot_backend_thumb.png :alt: :ref:`sphx_glr_auto_examples_plot_backend.py` .. raw:: html
ONNX Runtime Backend for ONNX
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_plot_pipeline_thumb.png :alt: :ref:`sphx_glr_auto_examples_plot_pipeline.py` .. raw:: html
Draw a pipeline
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_plot_logging_thumb.png :alt: :ref:`sphx_glr_auto_examples_plot_logging.py` .. raw:: html
Logging, verbose
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_plot_convert_decision_function_thumb.png :alt: :ref:`sphx_glr_auto_examples_plot_convert_decision_function.py` .. raw:: html
Probabilities or raw scores
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_plot_convert_model_thumb.png :alt: :ref:`sphx_glr_auto_examples_plot_convert_model.py` .. raw:: html
Train, convert and predict a model
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_plot_investigate_pipeline_thumb.png :alt: :ref:`sphx_glr_auto_examples_plot_investigate_pipeline.py` .. raw:: html
Investigate a pipeline
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_plot_benchmark_cdist_thumb.png :alt: :ref:`sphx_glr_auto_examples_plot_benchmark_cdist.py` .. raw:: html
Compare CDist with scipy
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_plot_convert_zipmap_thumb.png :alt: :ref:`sphx_glr_auto_examples_plot_convert_zipmap.py` .. raw:: html
Probabilities as a vector or as a ZipMap
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_plot_pipeline_lightgbm_thumb.png :alt: :ref:`sphx_glr_auto_examples_plot_pipeline_lightgbm.py` .. raw:: html
Convert a pipeline with a LightGbm model
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_plot_black_op_thumb.png :alt: :ref:`sphx_glr_auto_examples_plot_black_op.py` .. 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: :ref:`sphx_glr_auto_examples_plot_nmf.py` .. raw:: html
Custom Operator for NMF Decomposition
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_plot_cast_transformer_thumb.png :alt: :ref:`sphx_glr_auto_examples_plot_cast_transformer.py` .. raw:: html
Discrepencies with StandardScaler
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_plot_benchmark_pipeline_thumb.png :alt: :ref:`sphx_glr_auto_examples_plot_benchmark_pipeline.py` .. raw:: html
Benchmark a pipeline
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_plot_pipeline_xgboost_thumb.png :alt: :ref:`sphx_glr_auto_examples_plot_pipeline_xgboost.py` .. 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: :ref:`sphx_glr_auto_examples_plot_gpr.py` .. 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: :ref:`sphx_glr_auto_examples_plot_errors_onnxruntime.py` .. raw:: html
Errors with onnxruntime
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_plot_onnx_operators_thumb.png :alt: :ref:`sphx_glr_auto_examples_plot_onnx_operators.py` .. raw:: html
Play with ONNX operators
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_plot_convert_syntax_thumb.png :alt: :ref:`sphx_glr_auto_examples_plot_convert_syntax.py` .. 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: :ref:`sphx_glr_auto_examples_plot_complex_pipeline.py` .. raw:: html
Convert a pipeline with ColumnTransformer
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_plot_tfidfvectorizer_thumb.png :alt: :ref:`sphx_glr_auto_examples_plot_tfidfvectorizer.py` .. raw:: html
TfIdfVectorizer with ONNX
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_plot_intermediate_outputs_thumb.png :alt: :ref:`sphx_glr_auto_examples_plot_intermediate_outputs.py` .. raw:: html
Walk through intermediate outputs
.. raw:: html
.. only:: html .. image:: /auto_examples/images/thumb/sphx_glr_plot_custom_parser_alternative_thumb.png :alt: :ref:`sphx_glr_auto_examples_plot_custom_parser_alternative.py` .. 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: :ref:`sphx_glr_auto_examples_plot_custom_parser.py` .. 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: :ref:`sphx_glr_auto_examples_plot_custom_model.py` .. raw:: html
Write your own converter for your own model
.. 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_investigate_pipeline /auto_examples/plot_benchmark_cdist /auto_examples/plot_convert_zipmap /auto_examples/plot_pipeline_lightgbm /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 `_