LICENSE-BSD3.txt
LICENSE-CC-BY.txt
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
mlxtend/__init__.py
mlxtend.egg-info/PKG-INFO
mlxtend.egg-info/SOURCES.txt
mlxtend.egg-info/dependency_links.txt
mlxtend.egg-info/requires.txt
mlxtend.egg-info/top_level.txt
mlxtend/_base/__init__.py
mlxtend/_base/_base_model.py
mlxtend/_base/_classifier.py
mlxtend/_base/_cluster.py
mlxtend/_base/_iterative_model.py
mlxtend/_base/_multiclass.py
mlxtend/_base/_multilayer.py
mlxtend/_base/_regressor.py
mlxtend/classifier/__init__.py
mlxtend/classifier/adaline.py
mlxtend/classifier/ensemble_vote.py
mlxtend/classifier/logistic_regression.py
mlxtend/classifier/multilayerperceptron.py
mlxtend/classifier/perceptron.py
mlxtend/classifier/softmax_regression.py
mlxtend/classifier/stacking_classification.py
mlxtend/classifier/stacking_cv_classification.py
mlxtend/cluster/__init__.py
mlxtend/cluster/kmeans.py
mlxtend/data/__init__.py
mlxtend/data/autompg.py
mlxtend/data/boston_housing.py
mlxtend/data/iris.py
mlxtend/data/local_mnist.py
mlxtend/data/mnist.py
mlxtend/data/three_blobs.py
mlxtend/data/wine.py
mlxtend/data/data/autompg.csv.gz
mlxtend/data/data/boston_housing.csv
mlxtend/data/data/iris.csv.gz
mlxtend/data/data/mnist_5k.csv.gz
mlxtend/data/data/three_blobs.csv.gz
mlxtend/data/data/wine.csv
mlxtend/evaluate/__init__.py
mlxtend/evaluate/confusion_matrix.py
mlxtend/evaluate/lift_score.py
mlxtend/evaluate/mcnemar.py
mlxtend/evaluate/scoring.py
mlxtend/externals/__init__.py
mlxtend/externals/name_estimators.py
mlxtend/externals/six.py
mlxtend/feature_extraction/__init__.py
mlxtend/feature_extraction/base.py
mlxtend/feature_extraction/linear_discriminant_analysis.py
mlxtend/feature_extraction/principal_component_analysis.py
mlxtend/feature_extraction/rbf_kernel_pca.py
mlxtend/feature_selection/__init__.py
mlxtend/feature_selection/column_selector.py
mlxtend/feature_selection/exhaustive_feature_selector.py
mlxtend/feature_selection/sequential_feature_selector.py
mlxtend/file_io/__init__.py
mlxtend/file_io/find_filegroups.py
mlxtend/file_io/find_files.py
mlxtend/frequent_patterns/__init__.py
mlxtend/frequent_patterns/apriori.py
mlxtend/frequent_patterns/association_rules.py
mlxtend/math/__init__.py
mlxtend/math/counting.py
mlxtend/plotting/__init__.py
mlxtend/plotting/checkerboard.py
mlxtend/plotting/decision_regions.py
mlxtend/plotting/ecdf.py
mlxtend/plotting/enrichment_plot.py
mlxtend/plotting/learning_curves.py
mlxtend/plotting/plot_confusion_matrix.py
mlxtend/plotting/plot_linear_regression.py
mlxtend/plotting/plot_sequential_feature_selection.py
mlxtend/plotting/remove_chartjunk.py
mlxtend/plotting/scatter.py
mlxtend/plotting/stacked_barplot.py
mlxtend/preprocessing/__init__.py
mlxtend/preprocessing/copy_transformer.py
mlxtend/preprocessing/dense_transformer.py
mlxtend/preprocessing/mean_centering.py
mlxtend/preprocessing/onehot.py
mlxtend/preprocessing/scaling.py
mlxtend/preprocessing/shuffle.py
mlxtend/regressor/__init__.py
mlxtend/regressor/linear_regression.py
mlxtend/regressor/stacking_cv_regression.py
mlxtend/regressor/stacking_regression.py
mlxtend/text/__init__.py
mlxtend/text/names.py
mlxtend/text/tokenizer.py
mlxtend/utils/__init__.py
mlxtend/utils/checking.py
mlxtend/utils/counter.py
mlxtend/utils/testing.py