LICENSE
README.md
setup.py
PyQuickML/__init__.py
PyQuickML/anomaly.py
PyQuickML/arules.py
PyQuickML/classification.py
PyQuickML/clustering.py
PyQuickML/datasets.py
PyQuickML/distributions.py
PyQuickML/nlp.py
PyQuickML/regression.py
PyQuickML/utils.py
PyQuickML.egg-info/PKG-INFO
PyQuickML.egg-info/SOURCES.txt
PyQuickML.egg-info/dependency_links.txt
PyQuickML.egg-info/top_level.txt
PyQuickML/containers/__init__.py
PyQuickML/containers/base_container.py
PyQuickML/containers/metrics/__init__.py
PyQuickML/containers/metrics/anomaly.py
PyQuickML/containers/metrics/base_metric.py
PyQuickML/containers/metrics/classification.py
PyQuickML/containers/metrics/clustering.py
PyQuickML/containers/metrics/regression.py
PyQuickML/containers/models/__init__.py
PyQuickML/containers/models/anomaly.py
PyQuickML/containers/models/base_model.py
PyQuickML/containers/models/classification.py
PyQuickML/containers/models/clustering.py
PyQuickML/containers/models/regression.py
PyQuickML/internal/Display.py
PyQuickML/internal/__init__.py
PyQuickML/internal/cuml_wrappers.py
PyQuickML/internal/distributions.py
PyQuickML/internal/logging.py
PyQuickML/internal/meta_estimators.py
PyQuickML/internal/metrics.py
PyQuickML/internal/persistence.py
PyQuickML/internal/pipeline.py
PyQuickML/internal/preprocess.py
PyQuickML/internal/tabular.py
PyQuickML/internal/tunable.py
PyQuickML/internal/utils.py
PyQuickML/internal/validation.py
PyQuickML/internal/patches/__init__.py
PyQuickML/internal/patches/boruta_py.py
PyQuickML/internal/patches/sklearn.py
PyQuickML/internal/patches/yellowbrick.py
PyQuickML/internal/plots/__init__.py
PyQuickML/internal/plots/helper.py
PyQuickML/internal/plots/residual_plots.py
PyQuickML/internal/plots/yellowbrick.py
tests/__init__.py
tests/test_anomaly.py
tests/test_arules.py
tests/test_categorical_features.py
tests/test_classification.py
tests/test_classification_plots.py
tests/test_classification_tuning.py
tests/test_clustering.py
tests/test_create_clusters.py
tests/test_custom_pipeline.py
tests/test_datasets.py
tests/test_ignore_features.py
tests/test_ignore_low_variance.py
tests/test_missing_values.py
tests/test_multiclass.py
tests/test_nlp.py
tests/test_normalize.py
tests/test_overflow.py
tests/test_pca.py
tests/test_preprocess.py
tests/test_regression.py
tests/test_regression_plots.py
tests/test_regression_tuning.py
tests/test_remove_outliers.py
tests/test_transform_target.py
tests/test_utils.py