LICENSE
README.md
pyproject.toml
autothink/__init__.py
autothink.egg-info/PKG-INFO
autothink.egg-info/SOURCES.txt
autothink.egg-info/dependency_links.txt
autothink.egg-info/requires.txt
autothink.egg-info/top_level.txt
autothink/core/__init__.py
autothink/core/advanced.py
autothink/core/autothink_safe.py
autothink/core/autothink_v2.py
autothink/core/autothink_v3.py
autothink/core/autothink_v4.py
autothink/core/feature_engineering_general.py
autothink/core/feature_engineering_v2.py
autothink/core/kaggle_beast.py
autothink/core/kaggle_fast.py
autothink/core/meta_learning.py
autothink/core/preprocessing.py
autothink/core/production.py
autothink/core/validation.py
tests/test_fit.py
tests/test_preprocessing.py
tests/test_task_detection.py
tests/test_validation.py