From 3b7c7de347e2e582df6ac4776fae6d88eeba7a8b Mon Sep 17 00:00:00 2001 From: Bijay Pariyar Date: Tue, 25 Aug 2026 20:32:31 +0545 Subject: [PATCH] Add edaprep to the list of tools in README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 14a91fc..4d982ee 100644 --- a/README.md +++ b/README.md @@ -391,6 +391,7 @@ * [NitroFE](https://github.com/NITRO-AI/NitroFE) - Moving window features. sklearn * [sk-transformer](https://github.com/chrislemke/sk-transformers) - A collection of various pandas & scikit-learn compatible transformers for all kinds of preprocessing and feature engineering steps pandas compatible * [tubular](https://github.com/azukds/tubular) - Collection of scikit-learn compatible transformers written in [narwhals]( https://github.com/narwhals-dev/narwhals), which can accept either polars/pandas inputs and utilise the chosen library under the hood. sklearnpandas compatible +* [edaprep](https://github.com/bijay-odyssey/edaprep) - Leakage-safe EDA and preprocessing with a planner that explains every automatic decision and names the measurement behind it. pandas compatible ### Feature Selection