From 38655c383c51473dcae24d33a04b7083c10c3b09 Mon Sep 17 00:00:00 2001 From: Liam Holmes Date: Wed, 3 Dec 2025 16:50:39 +0000 Subject: [PATCH 1/3] added tubular to feature engineering section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 753461a..98f3d06 100644 --- a/README.md +++ b/README.md @@ -382,6 +382,7 @@ * [dirty_cat](https://github.com/dirty-cat/dirty_cat) - Machine learning on dirty tabular data (especially: string-based variables for classifcation and regression). sklearn * [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 `_, which can accept either polars/pandas inputs and utilise the chosen library under the hood. sklearnpandas compatible ### Feature Selection From 9c6f2fe20b6a756d93fc43b6915a3f52e52be54c Mon Sep 17 00:00:00 2001 From: Liam Holmes Date: Wed, 3 Dec 2025 16:52:57 +0000 Subject: [PATCH 2/3] fixed typo in narwhals link for tubular entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 98f3d06..d240fb6 100644 --- a/README.md +++ b/README.md @@ -382,7 +382,7 @@ * [dirty_cat](https://github.com/dirty-cat/dirty_cat) - Machine learning on dirty tabular data (especially: string-based variables for classifcation and regression). sklearn * [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 `_, which can accept either polars/pandas inputs and utilise the chosen library under the hood. sklearnpandas 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 ### Feature Selection From d309a8d58f9ecc3a47ee90eb66a2e34f1c33b4cf Mon Sep 17 00:00:00 2001 From: Liam Holmes Date: Wed, 3 Dec 2025 16:53:40 +0000 Subject: [PATCH 3/3] fixed typo in narwhals link for tubular entry --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d240fb6..9d29c90 100644 --- a/README.md +++ b/README.md @@ -382,7 +382,7 @@ * [dirty_cat](https://github.com/dirty-cat/dirty_cat) - Machine learning on dirty tabular data (especially: string-based variables for classifcation and regression). sklearn * [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 +* [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 ### Feature Selection