LICENSE
README.md
pyproject.toml
src/featuresmith/__init__.py
src/featuresmith/api.py
src/featuresmith/py.typed
src/featuresmith/connectors/__init__.py
src/featuresmith/connectors/_paths.py
src/featuresmith/connectors/base.py
src/featuresmith/connectors/csv_connector.py
src/featuresmith/connectors/dataframe_connector.py
src/featuresmith/connectors/excel_connector.py
src/featuresmith/connectors/parquet_connector.py
src/featuresmith/connectors/registry.py
src/featuresmith/core/__init__.py
src/featuresmith/core/dataset.py
src/featuresmith/core/exceptions.py
src/featuresmith/core/profile_result.py
src/featuresmith/core/rule_finding.py
src/featuresmith/core/rule_result.py
src/featuresmith/core/schema.py
src/featuresmith/diff/__init__.py
src/featuresmith/diff/engine.py
src/featuresmith/diff/findings.py
src/featuresmith/diff/render.py
src/featuresmith/diff/schema.py
src/featuresmith/profiling/__init__.py
src/featuresmith/profiling/categorical.py
src/featuresmith/profiling/correlation.py
src/featuresmith/profiling/datetime.py
src/featuresmith/profiling/duplicates.py
src/featuresmith/profiling/missing.py
src/featuresmith/profiling/numeric.py
src/featuresmith/profiling/profiler.py
src/featuresmith/profiling/quality.py
src/featuresmith/profiling/summary.py
src/featuresmith/profiling/text.py
src/featuresmith/review/__init__.py
src/featuresmith/review/aggregator.py
src/featuresmith/review/base.py
src/featuresmith/review/context.py
src/featuresmith/review/engine.py
src/featuresmith/review/registry.py
src/featuresmith/review/render.py
src/featuresmith/review/schema.py
src/featuresmith/review/scoring_adapter.py
src/featuresmith/review/reviewers/__init__.py
src/featuresmith/review/reviewers/base.py
src/featuresmith/review/reviewers/basic_statistics.py
src/featuresmith/review/reviewers/cardinality.py
src/featuresmith/review/reviewers/constants.py
src/featuresmith/review/reviewers/duplicates.py
src/featuresmith/review/reviewers/leakage.py
src/featuresmith/review/reviewers/missing_value.py
src/featuresmith/review/reviewers/schema_health.py
src/featuresmith/review/reviewers/types.py
src/featuresmith/rules/__init__.py
src/featuresmith/rules/base.py
src/featuresmith/rules/cardinality.py
src/featuresmith/rules/constants.py
src/featuresmith/rules/correlation.py
src/featuresmith/rules/duplicates.py
src/featuresmith/rules/engine.py
src/featuresmith/rules/missing.py
src/featuresmith/rules/outliers.py
src/featuresmith/rules/registry.py
src/featuresmith/rules/leakage/__init__.py
src/featuresmith/rules/leakage/base.py
src/featuresmith/rules/leakage/duplicate_target.py
src/featuresmith/rules/leakage/identifier.py
src/featuresmith/rules/leakage/schema.py
src/featuresmith/rules/leakage/suspicious.py
src/featuresmith/rules/leakage/target_correlation.py
src/featuresmith/rules/leakage/timestamp.py
src/featuresmith/scoring/__init__.py
src/featuresmith/scoring/aggregator.py
src/featuresmith/scoring/base.py
src/featuresmith/scoring/registry.py
src/featuresmith/scoring/schema.py
src/featuresmith/scoring/dimensions/__init__.py
src/featuresmith/scoring/dimensions/base.py
src/featuresmith/scoring/dimensions/builtin.py
src/featuresmith_core.egg-info/PKG-INFO
src/featuresmith_core.egg-info/SOURCES.txt
src/featuresmith_core.egg-info/dependency_links.txt
src/featuresmith_core.egg-info/requires.txt
src/featuresmith_core.egg-info/top_level.txt