README.md
pyproject.toml
featcopilot/__init__.py
featcopilot/__main__.py
featcopilot/cli.py
featcopilot.egg-info/PKG-INFO
featcopilot.egg-info/SOURCES.txt
featcopilot.egg-info/dependency_links.txt
featcopilot.egg-info/entry_points.txt
featcopilot.egg-info/requires.txt
featcopilot.egg-info/top_level.txt
featcopilot/core/__init__.py
featcopilot/core/base.py
featcopilot/core/feature.py
featcopilot/core/registry.py
featcopilot/core/transform_rule.py
featcopilot/engines/__init__.py
featcopilot/engines/relational.py
featcopilot/engines/tabular.py
featcopilot/engines/text.py
featcopilot/engines/timeseries.py
featcopilot/llm/__init__.py
featcopilot/llm/code_generator.py
featcopilot/llm/copilot_client.py
featcopilot/llm/explainer.py
featcopilot/llm/litellm_client.py
featcopilot/llm/openai_client.py
featcopilot/llm/semantic_engine.py
featcopilot/llm/transform_rule_generator.py
featcopilot/selection/__init__.py
featcopilot/selection/importance.py
featcopilot/selection/redundancy.py
featcopilot/selection/statistical.py
featcopilot/selection/unified.py
featcopilot/stores/__init__.py
featcopilot/stores/base.py
featcopilot/stores/feast_store.py
featcopilot/stores/rule_store.py
featcopilot/transformers/__init__.py
featcopilot/transformers/sklearn_compat.py
featcopilot/utils/__init__.py
featcopilot/utils/cache.py
featcopilot/utils/logger.py
featcopilot/utils/models.py
featcopilot/utils/parallel.py
featcopilot/utils/validation.py
tests/test_autofeat.py
tests/test_benchmark_encoding.py
tests/test_benchmark_splits.py
tests/test_cli.py
tests/test_core.py
tests/test_engines.py
tests/test_litellm.py
tests/test_llm_modules.py
tests/test_selection.py
tests/test_sklearn_compat.py
tests/test_stores.py
tests/test_transform_rules.py
tests/test_utils.py