From 76117ce563c3fcf2ca731071e9d573f55460476e Mon Sep 17 00:00:00 2001 From: Soledad Galli Date: Tue, 4 Jan 2022 11:25:13 -0300 Subject: [PATCH 1/8] specifies umage url --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0ea6c0138..6b32ed928 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ [![DOI](https://joss.theoj.org/papers/10.21105/joss.03642/status.svg)](https://doi.org/10.21105/joss.03642) -[](http://feature-engine.readthedocs.io) +[](http://feature-engine.readthedocs.io) Feature-engine is a Python library with multiple transformers to engineer and select features for use in machine learning models. Feature-engine's transformers follow Scikit-learn's functionality with fit() and transform() methods to learn the @@ -218,5 +218,5 @@ BSD 3-Clause ## Donate -[Sponsor the maintainer](https://github.com/sponsors/solegalli) to support her continue expanding +[Sponsor us](https://github.com/sponsors/solegalli) to support her continue expanding Feature-engine. \ No newline at end of file From 0bd7e45489b484931f0a99e4e032e402f86eda95 Mon Sep 17 00:00:00 2001 From: Soledad Galli Date: Tue, 4 Jan 2022 11:28:54 -0300 Subject: [PATCH 2/8] removes typo drop psi selection --- docs/user_guide/selection/DropHighPSIFeatures.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user_guide/selection/DropHighPSIFeatures.rst b/docs/user_guide/selection/DropHighPSIFeatures.rst index 65ccb785f..24a0a8714 100644 --- a/docs/user_guide/selection/DropHighPSIFeatures.rst +++ b/docs/user_guide/selection/DropHighPSIFeatures.rst @@ -1,4 +1,4 @@ -6).. _psi_selection: +.. _psi_selection: .. currentmodule:: feature_engine.selection From 1222d22b3d28a95239ac1e925ac55326dfcf79dd Mon Sep 17 00:00:00 2001 From: Soledad Galli Date: Tue, 4 Jan 2022 11:31:55 -0300 Subject: [PATCH 3/8] specifies umage url --- feature_engine/selection/drop_psi_features.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/feature_engine/selection/drop_psi_features.py b/feature_engine/selection/drop_psi_features.py index 80d937ce5..b98f21a36 100644 --- a/feature_engine/selection/drop_psi_features.py +++ b/feature_engine/selection/drop_psi_features.py @@ -65,6 +65,8 @@ class DropHighPSIFeatures(BaseSelector): values in the list, will go to the basis set, and the remaining ones to the test set. + More details in the :ref:`User Guide `. + References ---------- https://scholarworks.wmich.edu/cgi/viewcontent.cgi?article=4249&context=dissertations From 4dfe00b55482527f6542ba52f88a2d16c60a0bdc Mon Sep 17 00:00:00 2001 From: Soledad Galli Date: Tue, 4 Jan 2022 11:41:30 -0300 Subject: [PATCH 4/8] add datetime to readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 6b32ed928..5e074643a 100644 --- a/README.md +++ b/README.md @@ -120,6 +120,9 @@ transforming parameters from the data and then transform it. * RecursiveFeatureAddition * DropHighPSIFeatures +### Datetime + * DatetimeFeatures + ### Preprocessing * MatchVariables From b1265b085fe96d43a9c6733597845ff98aa2136b Mon Sep 17 00:00:00 2001 From: Soledad Galli Date: Tue, 4 Jan 2022 14:03:26 -0300 Subject: [PATCH 5/8] modifies repo linked in setup file --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index be56fd423..96a125c82 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ # Package meta-data. NAME = "feature_engine" DESCRIPTION = "Feature engineering package with Scikit-learn's fit transform functionality" -URL = "http://github.com/solegalli/feature_engine" +URL = "http://github.com/feature-engine/feature_engine" EMAIL = "solegalli@protonmail.com" AUTHOR = "Soledad Galli" REQUIRES_PYTHON = ">=3.6.0" From 807c4b17424ec41b7bd2c5abcb247a7ee8a5b6b3 Mon Sep 17 00:00:00 2001 From: Soledad Galli Date: Mon, 31 Jan 2022 14:19:38 -0300 Subject: [PATCH 6/8] updates license --- LICENSE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE.md b/LICENSE.md index 43bde2141..6ab7455b7 100644 --- a/LICENSE.md +++ b/LICENSE.md @@ -1,6 +1,6 @@ BSD 3-Clause License -Copyright (c) 2018-2021 The Feature-engine developers. +Copyright (c) 2018-2022 The Feature-engine developers. All rights reserved. Redistribution and use in source and binary forms, with or without From f5d62a1c4e227649ba9032abddc08f0ccbfb4fae Mon Sep 17 00:00:00 2001 From: Soledad Galli Date: Wed, 2 Feb 2022 14:41:00 -0300 Subject: [PATCH 7/8] adds dsf video --- docs/resources/blogs.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/resources/blogs.rst b/docs/resources/blogs.rst index 461293abc..53313b99d 100644 --- a/docs/resources/blogs.rst +++ b/docs/resources/blogs.rst @@ -19,6 +19,7 @@ Blogs Videos ------ +- `Streamlining Feature Engineering Pipelines with Feature-engine `_, Data Science Festival, 2020. - `Optimising Feature Engineering Pipelines with Feature-engine `_, Pydata Cambridge 2020, from minute 51:43. From 8ba738ec49f79e33ead3ffb71de7921b8c1a5182 Mon Sep 17 00:00:00 2001 From: Soledad Galli Date: Mon, 7 Feb 2022 22:43:22 -0300 Subject: [PATCH 8/8] fixes docs warning --- docs/resources/blogs.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/resources/blogs.rst b/docs/resources/blogs.rst index 53313b99d..56bbc1e57 100644 --- a/docs/resources/blogs.rst +++ b/docs/resources/blogs.rst @@ -19,7 +19,7 @@ Blogs Videos ------ -- `Streamlining Feature Engineering Pipelines with Feature-engine `_, Data Science Festival, 2020. +- `Streamlining Feature Engineering Pipes with Feature-engine `_, Data Science Festival, 2020. - `Optimising Feature Engineering Pipelines with Feature-engine `_, Pydata Cambridge 2020, from minute 51:43.