Changelog¶
This page tracks notable changes to lochan-eda across published PyPI releases.
0.1.1 (current)¶
AutomatedEDA,HandleNumerical, andHandleCategoricalpublic API as documented on this site.- Leakage-free
TargetEncoderhandling for high-cardinality categorical columns (encoder is fit only duringis_train=True). - Schema-safe test-time output: columns reindexed to the training schema, missing columns filled with
0.
0.0.1 – 0.1.0¶
Earlier releases; detailed per-version notes weren't tracked at the time. See the GitHub tags and commit history for the full history.
Planned¶
See Contributing → Known gaps for the current roadmap:
- Forward
excludethroughfull_handler()on both handlers - Configurable missing-value and outlier thresholds
- Optional verbose/logging mode
- Datetime column handling