CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
autoprepml/__init__.py
autoprepml/autoeda.py
autoprepml/batch.py
autoprepml/cleaning.py
autoprepml/cli.py
autoprepml/cli_config.py
autoprepml/config.py
autoprepml/config_manager.py
autoprepml/contracts.py
autoprepml/core.py
autoprepml/dashboard.py
autoprepml/data_plan.py
autoprepml/detection.py
autoprepml/exceptions.py
autoprepml/experiments.py
autoprepml/feature_engine.py
autoprepml/fingerprints.py
autoprepml/graph.py
autoprepml/image.py
autoprepml/llm_suggest.py
autoprepml/normalization.py
autoprepml/pipeline.py
autoprepml/protocols.py
autoprepml/readiness.py
autoprepml/reports.py
autoprepml/storage.py
autoprepml/streaming.py
autoprepml/text.py
autoprepml/timeseries.py
autoprepml/utils.py
autoprepml/visualization.py
creator_examples/01_openml_pipeline.ipynb
creator_examples/01_openml_pipeline.py
creator_examples/README.md
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/cli.md
docs/creator_examples.md
docs/examples.md
docs/getting_started.md
docs/index.md
docs/limitations.md
docs/migration_v1.5.md
docs/normalization.md
docs/tutorials.md
docs/usage.md
docs/concepts/contracts.md
docs/concepts/data_plan.md
docs/concepts/leakage.md
docs/concepts/lineage.md
docs/concepts/reproducibility.md
docs/guides/serialization.md
docs/releases/RELEASE_v1.2.0.md
docs/releases/RELEASE_v1.3.0.md
docs/releases/RELEASE_v1.4.0.md
docs/releases/RELEASE_v1.4.1.md
docs/releases/RELEASE_v1.5.0.md
examples/README.md
examples/notebooks/01_tabular_quality.ipynb
examples/notebooks/02_text_nlp.ipynb
examples/notebooks/03_time_series.ipynb
examples/notebooks/04_graph_data.ipynb
examples/notebooks/05_image_data.ipynb
examples/notebooks/06_scalable_pipeline.ipynb
examples/notebooks/07_llm_integration.ipynb
examples/notebooks/08_normalization_standards.ipynb
tests/conftest.py
tests/test_advanced_features.py
tests/test_all_functionality.py
tests/test_autoeda.py
tests/test_batch.py
tests/test_cleaning.py
tests/test_cli.py
tests/test_cli_config.py
tests/test_config_manager.py
tests/test_contracts.py
tests/test_core.py
tests/test_dashboard.py
tests/test_data_plan.py
tests/test_detection.py
tests/test_experiments.py
tests/test_feature_engine.py
tests/test_fingerprints.py
tests/test_graph.py
tests/test_image.py
tests/test_llm_integration.py
tests/test_llm_suggest.py
tests/test_normalization.py
tests/test_openml_smoke.py
tests/test_pipeline.py
tests/test_properties.py
tests/test_readiness.py
tests/test_reports.py
tests/test_storage.py
tests/test_streaming.py
tests/test_text.py
tests/test_timeseries.py
tests/test_utils.py
tests/test_version.py
tests/test_visualization.py