.coveragerc
.flake8
.gitignore
.pre-commit-config.yaml
CODE_OF_CONDUCT.md
CONTRIBUTING.md
Dockerfile
LICENSE
NOTICE
README.md
SECURITY.md
TROUBLESHOOTING.md
pyproject.toml
setup.cfg
setup.py
.devcontainer/Dockerfile
.devcontainer/devcontainer.json
.github/workflows/pythonapp.yml
benchmarks/README.md
benchmarks/__init__.py
benchmarks/datasets.py
benchmarks/timer.py
benchmarks/operators/README.md
benchmarks/operators/__init__.py
benchmarks/operators/run.py
benchmarks/operators/score.py
benchmarks/operators/train.py
benchmarks/pipelines/README.md
benchmarks/pipelines/openml_pipelines.py
benchmarks/pipelines/run.py
benchmarks/pipelines/score.py
benchmarks/trees/README.md
benchmarks/trees/__init__.py
benchmarks/trees/metrics.py
benchmarks/trees/run.py
benchmarks/trees/score.py
benchmarks/trees/train.py
hummingbird/__init__.py
hummingbird/ml/__init__.py
hummingbird/ml/_executor.py
hummingbird/ml/_parse.py
hummingbird/ml/_topology.py
hummingbird/ml/_utils.py
hummingbird/ml/convert.py
hummingbird/ml/exceptions.py
hummingbird/ml/supported.py
hummingbird/ml/containers/__init__.py
hummingbird/ml/containers/_input_containers.py
hummingbird/ml/containers/_sklearn_api_containers.py
hummingbird/ml/containers/batch_container.py
hummingbird/ml/containers/sklearn/__init__.py
hummingbird/ml/containers/sklearn/onnx_containers.py
hummingbird/ml/containers/sklearn/pytorch_containers.py
hummingbird/ml/containers/sklearn/tvm_containers.py
hummingbird/ml/operator_converters/__init__.py
hummingbird/ml/operator_converters/_array_feature_extractor_implementations.py
hummingbird/ml/operator_converters/_decomposition_implementations.py
hummingbird/ml/operator_converters/_discretizer_implementations.py
hummingbird/ml/operator_converters/_gbdt_commons.py
hummingbird/ml/operator_converters/_imputer_implementations.py
hummingbird/ml/operator_converters/_kneighbors_implementations.py
hummingbird/ml/operator_converters/_label_encoder_implementations.py
hummingbird/ml/operator_converters/_linear_implementations.py
hummingbird/ml/operator_converters/_mixture_implementations.py
hummingbird/ml/operator_converters/_mlp_implementations.py
hummingbird/ml/operator_converters/_nb_implementations.py
hummingbird/ml/operator_converters/_normalizer_implementations.py
hummingbird/ml/operator_converters/_one_hot_encoder_implementations.py
hummingbird/ml/operator_converters/_physical_operator.py
hummingbird/ml/operator_converters/_pipeline_implementations.py
hummingbird/ml/operator_converters/_scaler_implementations.py
hummingbird/ml/operator_converters/_sv_implementations.py
hummingbird/ml/operator_converters/_tree_commons.py
hummingbird/ml/operator_converters/_tree_implementations.py
hummingbird/ml/operator_converters/constants.py
hummingbird/ml/operator_converters/lightgbm.py
hummingbird/ml/operator_converters/prophet.py
hummingbird/ml/operator_converters/xgb.py
hummingbird/ml/operator_converters/onnx/__init__.py
hummingbird/ml/operator_converters/onnx/array_feature_extractor.py
hummingbird/ml/operator_converters/onnx/binarizer.py
hummingbird/ml/operator_converters/onnx/feature_vectorizer.py
hummingbird/ml/operator_converters/onnx/imputer.py
hummingbird/ml/operator_converters/onnx/label_encoder.py
hummingbird/ml/operator_converters/onnx/linear.py
hummingbird/ml/operator_converters/onnx/normalizer.py
hummingbird/ml/operator_converters/onnx/one_hot_encoder.py
hummingbird/ml/operator_converters/onnx/onnx_operator.py
hummingbird/ml/operator_converters/onnx/scaler.py
hummingbird/ml/operator_converters/onnx/sv.py
hummingbird/ml/operator_converters/onnx/tree_ensemble.py
hummingbird/ml/operator_converters/sklearn/__init__.py
hummingbird/ml/operator_converters/sklearn/array_feature_extractor.py
hummingbird/ml/operator_converters/sklearn/bagging.py
hummingbird/ml/operator_converters/sklearn/cluster.py
hummingbird/ml/operator_converters/sklearn/decision_tree.py
hummingbird/ml/operator_converters/sklearn/decomposition.py
hummingbird/ml/operator_converters/sklearn/discretizer.py
hummingbird/ml/operator_converters/sklearn/gbdt.py
hummingbird/ml/operator_converters/sklearn/iforest.py
hummingbird/ml/operator_converters/sklearn/imputer.py
hummingbird/ml/operator_converters/sklearn/kneighbors.py
hummingbird/ml/operator_converters/sklearn/label_encoder.py
hummingbird/ml/operator_converters/sklearn/linear.py
hummingbird/ml/operator_converters/sklearn/mixture.py
hummingbird/ml/operator_converters/sklearn/mlp.py
hummingbird/ml/operator_converters/sklearn/nb.py
hummingbird/ml/operator_converters/sklearn/normalizer.py
hummingbird/ml/operator_converters/sklearn/one_hot_encoder.py
hummingbird/ml/operator_converters/sklearn/pipeline.py
hummingbird/ml/operator_converters/sklearn/poly_features.py
hummingbird/ml/operator_converters/sklearn/scaler.py
hummingbird/ml/operator_converters/sklearn/sv.py
hummingbird/ml/operator_converters/sparkml/__init__.py
hummingbird/ml/operator_converters/sparkml/discretizer.py
hummingbird/ml/operator_converters/sparkml/linear.py
hummingbird/ml/operator_converters/sparkml/vector_assembler.py
hummingbird_ml.egg-info/PKG-INFO
hummingbird_ml.egg-info/SOURCES.txt
hummingbird_ml.egg-info/dependency_links.txt
hummingbird_ml.egg-info/requires.txt
hummingbird_ml.egg-info/top_level.txt
notebooks/LGBM-ONNX-example.ipynb
notebooks/LGBM-ONNXML-example.ipynb
notebooks/LGBM-example.ipynb
notebooks/LGBM_year_with_train.ipynb
notebooks/XGB-example.ipynb
notebooks/blog_example.ipynb
notebooks/prophet-example.ipynb
notebooks/sklearn-random-forest-example.ipynb
notebooks/sklearn_year_with_train.ipynb
notebooks/tvm_and_pyt_graph.ipynb
tests/test_backends.py
tests/test_extra_conf.py
tests/test_lightgbm_converter.py
tests/test_no_extra_install.py
tests/test_onnxml_binarizer_converter.py
tests/test_onnxml_decision_tree_converter.py
tests/test_onnxml_imputer_converter.py
tests/test_onnxml_label_encoder_converter.py
tests/test_onnxml_lightgbm_converter.py
tests/test_onnxml_linear_converter.py
tests/test_onnxml_normalizer_converter.py
tests/test_onnxml_one_hot_encoder_converter.py
tests/test_onnxml_scaler_converter.py
tests/test_onnxml_sv_converter.py
tests/test_prophet.py
tests/test_sklearn_array_feature_extractor_converter.py
tests/test_sklearn_bagging.py
tests/test_sklearn_clustering.py
tests/test_sklearn_decision_tree_converter.py
tests/test_sklearn_decomposition.py
tests/test_sklearn_discretizer_converters.py
tests/test_sklearn_feature_union.py
tests/test_sklearn_gbdt_converter.py
tests/test_sklearn_histgbdt_converters.py
tests/test_sklearn_imputer_converter.py
tests/test_sklearn_isolation_forest_converter.py
tests/test_sklearn_kneighbors.py
tests/test_sklearn_label_encoder_converter.py
tests/test_sklearn_linear_converter.py
tests/test_sklearn_mixture.py
tests/test_sklearn_mlp_converter.py
tests/test_sklearn_model_selection.py
tests/test_sklearn_multioutput_regression.py
tests/test_sklearn_nb_converter.py
tests/test_sklearn_normalizer_converter.py
tests/test_sklearn_notfitted.py
tests/test_sklearn_one_hot_encoder_converter.py
tests/test_sklearn_pipeline.py
tests/test_sklearn_poly_features_converter.py
tests/test_sklearn_scaler_converter.py
tests/test_sklearn_sv_converter.py
tests/test_sparkml_discretizer_converters.py
tests/test_sparkml_linear_converter.py
tests/test_sparkml_pipeline.py
tests/test_sparkml_vector_assembler.py
tests/test_xgboost_converter.py
tests/tree_utils.py
website/Makefile
website/README.md
website/images/1-simple-reg-tree.png
website/images/2-calc-output.png
website/images/3-matrix.png
website/images/4-matrixnext.png
website/images/5-singletensor.png
website/images/hb-logo-notext.png
website/sphinx/Makefile
website/sphinx/conf.py
website/sphinx/index.rst
website/sphinx/_static/css/hummingbird.css
website/sphinx/_static/js/copybutton.js
website/sphinx/_templates/class.rst
website/sphinx/_templates/function.rst
website/sphinx/_templates/module.rst_t
website/sphinx/_templates/package.rst_t
website/sphinx/sphinxext/MANIFEST.in
website/sphinx/sphinxext/github_link.py
website/sphinx/sphinxext/sphinx_issues.py