AUTHORS.md
CONTRIBUTING.md
HISTORY.md
LICENSE
MANIFEST.in
README.md
requirements.txt
setup.cfg
setup.py
lazypredict/__init__.py
lazypredict/auto.py
lazypredict/classifier.py
lazypredict/regressor.py
lazypredict/supervised.py
lazypredict/timeseries.py
lazypredict/timeseries_classification.py
lazypredict/timeseries_forecasting.py
lazypredict/utils/__init__.py
lazypredict/utils/classification_metrics.py
lazypredict/utils/regression_metrics.py
lazypredict/utils/time_series_metrics.py
lazypredict_nightly.egg-info/PKG-INFO
lazypredict_nightly.egg-info/SOURCES.txt
lazypredict_nightly.egg-info/dependency_links.txt
lazypredict_nightly.egg-info/not-zip-safe
lazypredict_nightly.egg-info/requires.txt
lazypredict_nightly.egg-info/top_level.txt
tests/run_end_to_end.py
tests/test_auto_selection.py
tests/test_classifier.py
tests/test_regressor.py
tests/test_timeseries.py