MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
mlearner/__init__.py
mlearner.egg-info/PKG-INFO
mlearner.egg-info/SOURCES.txt
mlearner.egg-info/dependency_links.txt
mlearner.egg-info/requires.txt
mlearner.egg-info/top_level.txt
mlearner/_base/__init__.py
mlearner/_base/_base_model.py
mlearner/_base/_classifier.py
mlearner/_base/_cluster.py
mlearner/_base/_iterative_model.py
mlearner/_base/_multiclass.py
mlearner/_base/_multilayer.py
mlearner/_base/_regressor.py
mlearner/classifier/__init__.py
mlearner/classifier/_base_classification.py
mlearner/classifier/adaline.py
mlearner/classifier/ensemble_vote.py
mlearner/classifier/logistic_regression.py
mlearner/classifier/multilayerperceptron.py
mlearner/classifier/perceptron.py
mlearner/classifier/softmax_regression.py
mlearner/classifier/stacking_classification.py
mlearner/classifier/stacking_cv_classification.py
mlearner/cluster/__init__.py
mlearner/cluster/kmeans.py
mlearner/data/__init__.py
mlearner/data/autompg.py
mlearner/data/boston_housing.py
mlearner/data/iris.py
mlearner/data/local_mnist.py
mlearner/data/mnist.py
mlearner/data/multiplexer.py
mlearner/data/three_blobs.py
mlearner/data/wine.py
mlearner/evaluate/__init__.py
mlearner/evaluate/accuracy.py
mlearner/evaluate/bias_variance_decomp.py
mlearner/evaluate/bootstrap.py
mlearner/evaluate/bootstrap_outofbag.py
mlearner/evaluate/bootstrap_point632.py
mlearner/evaluate/cochrans_q.py
mlearner/evaluate/confusion_matrix.py
mlearner/evaluate/f_test.py
mlearner/evaluate/feature_importance.py
mlearner/evaluate/holdout.py
mlearner/evaluate/lift_score.py
mlearner/evaluate/mcnemar.py
mlearner/evaluate/permutation.py
mlearner/evaluate/proportion_difference.py
mlearner/evaluate/scoring.py
mlearner/evaluate/ttest.py
mlearner/externals/__init__.py
mlearner/externals/adjust_text.py
mlearner/externals/estimator_checks.py
mlearner/externals/name_estimators.py
mlearner/externals/signature_py27.py
mlearner/externals/six.py
mlearner/externals/pyprind/__init__.py
mlearner/externals/pyprind/generator_factory.py
mlearner/externals/pyprind/prog_class.py
mlearner/externals/pyprind/progbar.py
mlearner/externals/pyprind/progpercent.py
mlearner/feature_extraction/__init__.py
mlearner/feature_extraction/base.py
mlearner/feature_extraction/linear_discriminant_analysis.py
mlearner/feature_extraction/principal_component_analysis.py
mlearner/feature_extraction/rbf_kernel_pca.py
mlearner/feature_selection/__init__.py
mlearner/feature_selection/column_selector.py
mlearner/feature_selection/exhaustive_feature_selector.py
mlearner/feature_selection/sequential_feature_selector.py
mlearner/file_io/__init__.py
mlearner/file_io/find_filegroups.py
mlearner/file_io/find_files.py
mlearner/frequent_patterns/__init__.py
mlearner/frequent_patterns/apriori.py
mlearner/frequent_patterns/association_rules.py
mlearner/frequent_patterns/fpcommon.py
mlearner/frequent_patterns/fpgrowth.py
mlearner/frequent_patterns/fpmax.py
mlearner/image/__init__.py
mlearner/image/extract_face_landmarks.py
mlearner/image/eyepad_align.py
mlearner/image/utils.py
mlearner/math/__init__.py
mlearner/math/counting.py
mlearner/math/linalg.py
mlearner/plotting/__init__.py
mlearner/plotting/checkerboard.py
mlearner/plotting/decision_regions.py
mlearner/plotting/ecdf.py
mlearner/plotting/enrichment_plot.py
mlearner/plotting/heatmap.py
mlearner/plotting/learning_curves.py
mlearner/plotting/pca_correlation_graph.py
mlearner/plotting/plot_confusion_matrix.py
mlearner/plotting/plot_linear_regression.py
mlearner/plotting/plot_sequential_feature_selection.py
mlearner/plotting/remove_chartjunk.py
mlearner/plotting/scatter.py
mlearner/plotting/scatterplotmatrix.py
mlearner/plotting/stacked_barplot.py
mlearner/preprocessing/__init__.py
mlearner/preprocessing/copy_transformer.py
mlearner/preprocessing/dense_transformer.py
mlearner/preprocessing/mean_centering.py
mlearner/preprocessing/onehot.py
mlearner/preprocessing/scaling.py
mlearner/preprocessing/shuffle.py
mlearner/preprocessing/transactionencoder.py
mlearner/regressor/__init__.py
mlearner/regressor/linear_regression.py
mlearner/regressor/stacking_cv_regression.py
mlearner/regressor/stacking_regression.py
mlearner/text/__init__.py
mlearner/text/names.py
mlearner/text/tokenizer.py
mlearner/utils/__init__.py
mlearner/utils/base_compostion.py
mlearner/utils/checking.py
mlearner/utils/counter.py
mlearner/utils/testing.py