LICENSE
MANIFEST.in
NOTICE
README.md
requirements.txt
setup.cfg
setup.py
docs/api_summary.rst
docs/conf.py
docs/index.rst
docs/index_tutorial.rst
docs/introduction.rst
docs/logo_main.png
docs/parameterized.rst
docs/pipeline.png
docs/pipeline.rst
docs/requirements.txt
docs/supported.rst
docs/tutorial_1-5_external.rst
docs/tutorial_1_simple.rst
docs/tutorial_2_new_converter.rst
docs/tutorial_3_new_operator.rst
docs/tutorial_4_advanced.rst
docs/examples/Au-Salon-de-l-agriculture-la-campagne-recrute.jpg
docs/examples/README.txt
docs/examples/daisy_wikipedia.jpg
docs/examples/pipeline_titanic.dot
docs/examples/pipeline_titanic.dot.png
docs/examples/pipeline_titanic.onnx
docs/examples/pipeline_titanic_nozipmap.onnx
docs/examples/plot_backend.py
docs/examples/plot_benchmark_cdist.py
docs/examples/plot_benchmark_pipeline.py
docs/examples/plot_black_op.py
docs/examples/plot_cast_transformer.py
docs/examples/plot_complex_pipeline.py
docs/examples/plot_convert_decision_function.py
docs/examples/plot_convert_model.py
docs/examples/plot_convert_syntax.py
docs/examples/plot_convert_zipmap.py
docs/examples/plot_custom_model.py
docs/examples/plot_custom_parser.py
docs/examples/plot_custom_parser_alternative.py
docs/examples/plot_errors_onnxruntime.py
docs/examples/plot_gpr.py
docs/examples/plot_intermediate_outputs.py
docs/examples/plot_investigate_pipeline.py
docs/examples/plot_metadata.py
docs/examples/plot_nmf.py
docs/examples/plot_onnx_operators.py
docs/examples/plot_pipeline.py
docs/examples/plot_pipeline_lightgbm.py
docs/examples/plot_pipeline_xgboost.py
docs/examples/plot_tfidfvectorizer.py
docs/exts/github_link.py
docs/exts/sphinx_skl2onnx_extension.py
docs/tests/test_documentation_examples.py
docs/tests/test_documentation_tutorial.py
docs/tests/test_utils_benchmark.py
docs/tests/test_utils_classes.py
docs/tutorial/README.txt
docs/tutorial/plot_abegin_convert_pipeline.py
docs/tutorial/plot_bbegin_measure_time.py
docs/tutorial/plot_cbegin_opset.py
docs/tutorial/plot_dbegin_options.py
docs/tutorial/plot_dbegin_options_list.py
docs/tutorial/plot_ebegin_float_double.py
docs/tutorial/plot_fbegin_investigate.py
docs/tutorial/plot_gbegin_dataframe.py
docs/tutorial/plot_gbegin_transfer_learning.py
docs/tutorial/plot_gexternal_lightgbm.py
docs/tutorial/plot_gexternal_xgboost.py
docs/tutorial/plot_icustom_converter.py
docs/tutorial/plot_jcustom_syntax.py
docs/tutorial/plot_kcustom_converter_wrapper.py
docs/tutorial/plot_lcustom_options.py
docs/tutorial/plot_mcustom_parser.py
docs/tutorial/plot_pextend_python_runtime.py
docs/tutorial/plot_qextend_onnxruntime.py
docs/tutorial/plot_usparse_xgboost.py
skl2onnx/__init__.py
skl2onnx/_parse.py
skl2onnx/_supported_operators.py
skl2onnx/convert.py
skl2onnx.egg-info/PKG-INFO
skl2onnx.egg-info/SOURCES.txt
skl2onnx.egg-info/dependency_links.txt
skl2onnx.egg-info/requires.txt
skl2onnx.egg-info/top_level.txt
skl2onnx/algebra/__init__.py
skl2onnx/algebra/automation.py
skl2onnx/algebra/complex_functions.py
skl2onnx/algebra/custom_ops.py
skl2onnx/algebra/graph_state.py
skl2onnx/algebra/onnx_operator.py
skl2onnx/algebra/onnx_operator_mixin.py
skl2onnx/algebra/onnx_ops.py
skl2onnx/algebra/onnx_subgraph_operator_mixin.py
skl2onnx/algebra/sklearn_ops.py
skl2onnx/algebra/type_helper.py
skl2onnx/common/__init__.py
skl2onnx/common/_apply_operation.py
skl2onnx/common/_container.py
skl2onnx/common/_onnx_optimisation_common.py
skl2onnx/common/_registration.py
skl2onnx/common/_topology.py
skl2onnx/common/data_types.py
skl2onnx/common/exceptions.py
skl2onnx/common/interface.py
skl2onnx/common/onnx_optimisation_identity.py
skl2onnx/common/shape_calculator.py
skl2onnx/common/tree_ensemble.py
skl2onnx/common/utils.py
skl2onnx/common/utils_checking.py
skl2onnx/common/utils_classifier.py
skl2onnx/common/utils_sklearn.py
skl2onnx/helpers/__init__.py
skl2onnx/helpers/investigate.py
skl2onnx/helpers/onnx_helper.py
skl2onnx/helpers/onnx_rare_helper.py
skl2onnx/operator_converters/__init__.py
skl2onnx/operator_converters/_gp_kernels.py
skl2onnx/operator_converters/ada_boost.py
skl2onnx/operator_converters/array_feature_extractor.py
skl2onnx/operator_converters/bagging.py
skl2onnx/operator_converters/binariser.py
skl2onnx/operator_converters/calibrated_classifier_cv.py
skl2onnx/operator_converters/cast_op.py
skl2onnx/operator_converters/common.py
skl2onnx/operator_converters/concat_op.py
skl2onnx/operator_converters/cross_decomposition.py
skl2onnx/operator_converters/decision_tree.py
skl2onnx/operator_converters/decomposition.py
skl2onnx/operator_converters/dict_vectoriser.py
skl2onnx/operator_converters/feature_selection.py
skl2onnx/operator_converters/flatten_op.py
skl2onnx/operator_converters/function_transformer.py
skl2onnx/operator_converters/gaussian_mixture.py
skl2onnx/operator_converters/gaussian_process.py
skl2onnx/operator_converters/gradient_boosting.py
skl2onnx/operator_converters/grid_search_cv.py
skl2onnx/operator_converters/id_op.py
skl2onnx/operator_converters/imputer_op.py
skl2onnx/operator_converters/isolation_forest.py
skl2onnx/operator_converters/k_bins_discretiser.py
skl2onnx/operator_converters/k_means.py
skl2onnx/operator_converters/label_binariser.py
skl2onnx/operator_converters/label_encoder.py
skl2onnx/operator_converters/linear_classifier.py
skl2onnx/operator_converters/linear_regressor.py
skl2onnx/operator_converters/multilayer_perceptron.py
skl2onnx/operator_converters/multiply_op.py
skl2onnx/operator_converters/naive_bayes.py
skl2onnx/operator_converters/nearest_neighbours.py
skl2onnx/operator_converters/normaliser.py
skl2onnx/operator_converters/one_hot_encoder.py
skl2onnx/operator_converters/one_vs_rest_classifier.py
skl2onnx/operator_converters/ordinal_encoder.py
skl2onnx/operator_converters/polynomial_features.py
skl2onnx/operator_converters/power_transformer.py
skl2onnx/operator_converters/random_forest.py
skl2onnx/operator_converters/random_projection.py
skl2onnx/operator_converters/ransac_regressor.py
skl2onnx/operator_converters/replace_op.py
skl2onnx/operator_converters/scaler_op.py
skl2onnx/operator_converters/sgd_classifier.py
skl2onnx/operator_converters/stacking.py
skl2onnx/operator_converters/support_vector_machines.py
skl2onnx/operator_converters/text_vectoriser.py
skl2onnx/operator_converters/tfidf_transformer.py
skl2onnx/operator_converters/tfidf_vectoriser.py
skl2onnx/operator_converters/voting_classifier.py
skl2onnx/operator_converters/voting_regressor.py
skl2onnx/operator_converters/zip_map.py
skl2onnx/proto/__init__.py
skl2onnx/proto/onnx_helper_modified.py
skl2onnx/shape_calculators/__init__.py
skl2onnx/shape_calculators/array_feature_extractor.py
skl2onnx/shape_calculators/cast_op.py
skl2onnx/shape_calculators/concat.py
skl2onnx/shape_calculators/cross_decomposition.py
skl2onnx/shape_calculators/dict_vectorizer.py
skl2onnx/shape_calculators/ensemble_shapes.py
skl2onnx/shape_calculators/flatten.py
skl2onnx/shape_calculators/function_transformer.py
skl2onnx/shape_calculators/gaussian_process.py
skl2onnx/shape_calculators/grid_search_cv.py
skl2onnx/shape_calculators/identity.py
skl2onnx/shape_calculators/imputer.py
skl2onnx/shape_calculators/isolation_forest.py
skl2onnx/shape_calculators/k_bins_discretiser.py
skl2onnx/shape_calculators/k_means.py
skl2onnx/shape_calculators/label_binariser.py
skl2onnx/shape_calculators/label_encoder.py
skl2onnx/shape_calculators/linear_classifier.py
skl2onnx/shape_calculators/linear_regressor.py
skl2onnx/shape_calculators/mixture.py
skl2onnx/shape_calculators/nearest_neighbours.py
skl2onnx/shape_calculators/one_hot_encoder.py
skl2onnx/shape_calculators/one_vs_rest_classifier.py
skl2onnx/shape_calculators/ordinal_encoder.py
skl2onnx/shape_calculators/polynomial_features.py
skl2onnx/shape_calculators/power_transformer.py
skl2onnx/shape_calculators/random_projection.py
skl2onnx/shape_calculators/replace_op.py
skl2onnx/shape_calculators/scaler.py
skl2onnx/shape_calculators/support_vector_machines.py
skl2onnx/shape_calculators/svd.py
skl2onnx/shape_calculators/text_vectorizer.py
skl2onnx/shape_calculators/tfidf_transformer.py
skl2onnx/shape_calculators/voting_classifier.py
skl2onnx/shape_calculators/voting_regressor.py
skl2onnx/shape_calculators/zip_map.py
skl2onnx/sklapi/__init__.py
skl2onnx/sklapi/cast_regressor.py
skl2onnx/sklapi/cast_transformer.py
skl2onnx/sklapi/replace_transformer.py
skl2onnx/tutorial/__init__.py
skl2onnx/tutorial/benchmark.py
skl2onnx/tutorial/imagenet_classes.py
tests/benchmark.py
tests/bug.onnx
tests/graph.dot
tests/graph.dot.png
tests/temp_model_onnx.onnx
tests/test_algebra_cascade.py
tests/test_algebra_complex.py
tests/test_algebra_converters.py
tests/test_algebra_custom_model.py
tests/test_algebra_deprecation.py
tests/test_algebra_double.py
tests/test_algebra_onnx_doc.py
tests/test_algebra_onnx_operator_mixin_syntax.py
tests/test_algebra_onnx_operators.py
tests/test_algebra_onnx_operators_opset.py
tests/test_algebra_onnx_operators_scan.py
tests/test_algebra_onnx_operators_sparse.py
tests/test_algebra_onnx_operators_sub_estimator.py
tests/test_algebra_onnx_operators_wrapped.py
tests/test_algebra_symbolic.py
tests/test_algebra_test_helper.py
tests/test_algebra_to_onnx.py
tests/test_applied_functions.py
tests/test_convert.py
tests/test_custom_transformer.py
tests/test_investigate.py
tests/test_onnx_helper.py
tests/test_onnx_rare_helper.py
tests/test_op10.py
tests/test_opset13.py
tests/test_other_converter_library_pipelines.py
tests/test_parsing_options.py
tests/test_scikit_pandas.py
tests/test_shapes.py
tests/test_sklearn_adaboost_converter.py
tests/test_sklearn_array_feature_extractor.py
tests/test_sklearn_bagging_converter.py
tests/test_sklearn_binarizer_converter.py
tests/test_sklearn_calibrated_classifier_cv_converter.py
tests/test_sklearn_cast_regressor.py
tests/test_sklearn_cast_transformer.py
tests/test_sklearn_concat.py
tests/test_sklearn_count_vectorizer_converter.py
tests/test_sklearn_count_vectorizer_converter_bug.py
tests/test_sklearn_custom_nmf.py
tests/test_sklearn_decision_tree_converters.py
tests/test_sklearn_dict_vectorizer_converter.py
tests/test_sklearn_documentation.py
tests/test_sklearn_double_tensor_type_cls.py
tests/test_sklearn_double_tensor_type_reg.py
tests/test_sklearn_double_tensor_type_tr.py
tests/test_sklearn_feature_selection_converters.py
tests/test_sklearn_feature_union.py
tests/test_sklearn_function_transformer_converter.py
tests/test_sklearn_gaussian_mixture_converter.py
tests/test_sklearn_gaussian_process_classifier.py
tests/test_sklearn_gaussian_process_regressor.py
tests/test_sklearn_glm_classifier_converter.py
tests/test_sklearn_glm_regressor_converter.py
tests/test_sklearn_gradient_boosting_converters.py
tests/test_sklearn_grid_search_cv_converter.py
tests/test_sklearn_imputer_converter.py
tests/test_sklearn_isolation_forest.py
tests/test_sklearn_k_bins_discretiser_converter.py
tests/test_sklearn_k_means_converter.py
tests/test_sklearn_label_binariser_converter.py
tests/test_sklearn_label_encoder_converter.py
tests/test_sklearn_mlp_converter.py
tests/test_sklearn_naive_bayes_converter.py
tests/test_sklearn_nearest_neighbour_converter.py
tests/test_sklearn_normalizer_converter.py
tests/test_sklearn_one_hot_encoder_converter.py
tests/test_sklearn_one_vs_rest_classifier_converter.py
tests/test_sklearn_ordinal_encoder.py
tests/test_sklearn_passive_aggressive_classifier_converter.py
tests/test_sklearn_pca_converter.py
tests/test_sklearn_perceptron_converter.py
tests/test_sklearn_pipeline.py
tests/test_sklearn_pipeline_within_pipeline.py
tests/test_sklearn_pls_regression.py
tests/test_sklearn_polynomial_features_converter.py
tests/test_sklearn_power_transformer.py
tests/test_sklearn_random_forest_converters.py
tests/test_sklearn_random_projection.py
tests/test_sklearn_replace_transformer.py
tests/test_sklearn_scaler_converter.py
tests/test_sklearn_sgd_classifier_converter.py
tests/test_sklearn_stacking.py
tests/test_sklearn_svm_converters.py
tests/test_sklearn_tfidf_transformer_converter.py
tests/test_sklearn_tfidf_transformer_converter_sparse.py
tests/test_sklearn_tfidf_vectorizer_converter.py
tests/test_sklearn_tfidf_vectorizer_converter_char.py
tests/test_sklearn_tfidf_vectorizer_converter_dataset.py
tests/test_sklearn_tfidf_vectorizer_converter_pipeline.py
tests/test_sklearn_tfidf_vectorizer_converter_regex.py
tests/test_sklearn_truncated_svd.py
tests/test_sklearn_voting_classifier_converter.py
tests/test_sklearn_voting_regressor_converter.py
tests/test_supported_converters.py
tests/test_topology_prune.py
tests/test_utils_sklearn.py
tests/datasets/small_titanic.csv
tests/test_utils/__init__.py
tests/test_utils/main.py
tests/test_utils/tests_helper.py
tests/test_utils/utils_backend.py
tests/test_utils/utils_backend_onnxruntime.py