README.md
pyproject.toml
featcopilot/__init__.py
featcopilot.egg-info/PKG-INFO
featcopilot.egg-info/SOURCES.txt
featcopilot.egg-info/dependency_links.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
tests/test_autofeat.py
tests/test_core.py
tests/test_engines.py
tests/test_litellm.py
tests/test_selection.py
tests/test_stores.py
tests/test_transform_rules.py