LICENSE
NOTICE
README.rst
setup.py
scikit_endpoint/__init__.py
scikit_endpoint/base.py
scikit_endpoint/dummy.py
scikit_endpoint/map.py
scikit_endpoint/naive_bayes.py
scikit_endpoint/pipeline.py
scikit_endpoint/utils.py
scikit_endpoint.egg-info/PKG-INFO
scikit_endpoint.egg-info/SOURCES.txt
scikit_endpoint.egg-info/dependency_links.txt
scikit_endpoint.egg-info/requires.txt
scikit_endpoint.egg-info/top_level.txt
scikit_endpoint/ensemble/__init__.py
scikit_endpoint/ensemble/_bagging.py
scikit_endpoint/ensemble/_forest.py
scikit_endpoint/ensemble/_gb.py
scikit_endpoint/ensemble/_gb_losses.py
scikit_endpoint/feature_extraction/__init__.py
scikit_endpoint/feature_extraction/_dict_vectorizer.py
scikit_endpoint/feature_extraction/_hash.py
scikit_endpoint/feature_extraction/text.py
scikit_endpoint/feature_selection/__init__.py
scikit_endpoint/feature_selection/_base.py
scikit_endpoint/feature_selection/_variance_threshold.py
scikit_endpoint/impute/__init__.py
scikit_endpoint/impute/_base.py
scikit_endpoint/linear_model/__init__.py
scikit_endpoint/linear_model/_base.py
scikit_endpoint/linear_model/_logistic.py
scikit_endpoint/linear_model/_passive_aggressive.py
scikit_endpoint/linear_model/_perceptron.py
scikit_endpoint/linear_model/_ridge.py
scikit_endpoint/linear_model/_stochastic_gradient.py
scikit_endpoint/metrics/__init__.py
scikit_endpoint/metrics/pairwise.py
scikit_endpoint/preprocessing/__init__.py
scikit_endpoint/preprocessing/_data.py
scikit_endpoint/preprocessing/_encoders.py
scikit_endpoint/preprocessing/_label.py
scikit_endpoint/svm/__init__.py
scikit_endpoint/svm/_classes.py
scikit_endpoint/tree/__init__.py
scikit_endpoint/tree/_classes.py
scikit_endpoint/xgboost/__init__.py
scikit_endpoint/xgboost/_classes.py
tests/__init__.py
tests/test_base.py
tests/test_dummy.py
tests/test_naive_bayes.py
tests/test_pipeline.py
tests/test_utils.py
tests/ensemble/__init__.py
tests/ensemble/test_bagging.py
tests/ensemble/test_extra_trees.py
tests/ensemble/test_gb.py
tests/ensemble/test_import.py
tests/ensemble/test_random_forest.py
tests/feature_extraction/__init__.py
tests/feature_extraction/test_dict_vectorizer.py
tests/feature_extraction/test_import.py
tests/feature_extraction/test_text.py
tests/feature_selection/__init__.py
tests/feature_selection/test_variance_threshold.py
tests/impute/__init__.py
tests/impute/test_import.py
tests/impute/test_missing_indicator.py
tests/impute/test_simple_imputer.py
tests/linear_model/__init__.py
tests/linear_model/test_import.py
tests/linear_model/test_logistic.py
tests/linear_model/test_passive_aggressive.py
tests/linear_model/test_perceptron.py
tests/linear_model/test_ridge.py
tests/linear_model/test_stochastic_gradient.py
tests/metrics/__init__.py
tests/metrics/test_import.py
tests/metrics/test_pairwise.py
tests/preprocessing/__init__.py
tests/preprocessing/test_data.py
tests/preprocessing/test_encoders.py
tests/preprocessing/test_import.py
tests/svm/__init__.py
tests/svm/test_import.py
tests/svm/test_linear_svc.py
tests/tree/__init__.py
tests/tree/test_decision_tree.py
tests/tree/test_extra_tree.py
tests/tree/test_import.py
tests/xgboost/__init__.py
tests/xgboost/test_import.py
tests/xgboost/test_xgboost.py