CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
autoprepml/__init__.py
autoprepml/autoeda.py
autoprepml/cleaning.py
autoprepml/cli.py
autoprepml/cli_config.py
autoprepml/config.py
autoprepml/config_manager.py
autoprepml/core.py
autoprepml/dashboard.py
autoprepml/detection.py
autoprepml/feature_engine.py
autoprepml/graph.py
autoprepml/image.py
autoprepml/llm_suggest.py
autoprepml/reports.py
autoprepml/text.py
autoprepml/timeseries.py
autoprepml/utils.py
autoprepml/visualization.py
docs/ADVANCED_FEATURES.md
docs/DYNAMIC_LLM_CONFIGURATION.md
docs/LLM_CONFIGURATION.md
docs/QUICK_START_CLI.md
docs/README.md
docs/api_reference.md
docs/index.md
docs/tutorials.md
docs/usage.md
docs/releases/RELEASE_v1.2.0.md
docs/releases/RELEASE_v1.3.0.md
examples/complete_integration_demo.py
examples/demo_all.py
examples/demo_autoeda.py
examples/demo_dashboard.py
examples/demo_feature_engine.py
examples/demo_graph.py
examples/demo_image.py
examples/demo_llm_assistant.py
examples/demo_script.py
examples/demo_text.py
examples/demo_timeseries.py
tests/conftest.py
tests/test_advanced_features.py
tests/test_all_functionality.py
tests/test_autoeda.py
tests/test_cleaning.py
tests/test_config_manager.py
tests/test_core.py
tests/test_dashboard.py
tests/test_detection.py
tests/test_dynamic_config.py
tests/test_feature_engine.py
tests/test_gemini.py
tests/test_graph.py
tests/test_image.py
tests/test_llm_integration.py
tests/test_llm_suggest.py
tests/test_reports.py
tests/test_text.py
tests/test_timeseries.py
tests/test_visualization.py