You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
transfers repo to github feature-engine organisation (feature-engine#299)
* adds new location of repo
* updates more files with new repo location
* updates readme
* updates circle ci on readme
* update readme circleci
* update readme circleci
* migrated jupyter notebooks outside main repo
* added nbviewer link to notebooks
* adds release notes and bumps version
[](https://feature-engine.readthedocs.io/en/latest/index.html)
8
8
[](https://gitter.im/feature_engine/community)
Copy file name to clipboardExpand all lines: docs/getting_help.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -8,4 +8,4 @@ Can't get something to work? Here are places where you can find help.
8
8
3. If you are enrolled in the `Feature Engineering for Machine Learning course in Udemy <https://www.udemy.com/course/feature-engineering-for-machine-learning/?referralCode=A855148E05283015CF06>`_ , post a question in a relevant section.
9
9
4. If you are enrolled in the `Feature Selection for Machine Learning course in Udemy <https://www.udemy.com/course/feature-selection-for-machine-learning/?referralCode=186501DF5D93F48C4F71>`_ , post a question in a relevant section.
10
10
5. Join our `Gitter community <https://gitter.im/feature_engine/community>`_. You can ask questions here as well.
11
-
6. Ask a question in the repo by filing an `issue <https://github.com/solegalli/feature_engine/issues/>`_.
11
+
6. Ask a question in the repo by filing an `issue <https://github.com/feature-engine/feature_engine/issues/>`_.
Copy file name to clipboardExpand all lines: docs/index.rst
+7-7
Original file line number
Diff line number
Diff line change
@@ -177,14 +177,14 @@ Can't get something to work? Here are places where you can find help.
177
177
3. If you are enrolled in the `Feature Engineering for Machine Learning course in Udemy <https://www.udemy.com/course/feature-engineering-for-machine-learning/?referralCode=A855148E05283015CF06>`_ , post a question in a relevant section.
178
178
4. If you are enrolled in the `Feature Selection for Machine Learning course in Udemy <https://www.udemy.com/course/feature-selection-for-machine-learning/?referralCode=186501DF5D93F48C4F71>`_ , post a question in a relevant section.
179
179
5. Join our `gitter community <https://gitter.im/feature_engine/community>`_. You an ask questions here as well.
180
-
6. Ask a question in the repo by filing an `issue <https://github.com/solegalli/feature_engine/issues/>`_.
180
+
6. Ask a question in the repo by filing an `issue <https://github.com/feature-engine/feature_engine/issues/>`_.
181
181
182
182
183
183
Found a Bug or have a suggestion?
184
184
---------------------------------
185
185
186
-
Check if there's already an open `issue <https://github.com/solegalli/feature_engine/issues/>`_
187
-
on the topic. If not, open a new `issue <https://github.com/solegalli/feature_engine/issues/>`_
186
+
Check if there's already an open `issue <https://github.com/feature-engine/feature_engine/issues/>`_
187
+
on the topic. If not, open a new `issue <https://github.com/feature-engine/feature_engine/issues/>`_
188
188
with your bug report, suggestion or new feature request.
189
189
190
190
Contributing
@@ -208,12 +208,12 @@ For more details on how to contribute check the contributing page. Click on the
Copy file name to clipboardExpand all lines: docs/whats_new/v1.rst
+35
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,38 @@
1
+
Version 1.1.1
2
+
=============
3
+
4
+
Deployed: 6th August 2021
5
+
6
+
Contributors
7
+
------------
8
+
9
+
- Miguel Trema Marrufo
10
+
- Nicolas Galli
11
+
- Soledad Galli
12
+
13
+
In this release, we add a new transformer, expand the functionality of 2 other
14
+
transformers and migrate the repo to its own organisation!
15
+
16
+
Mayor changes
17
+
-------------
18
+
- Feature-engine is now hosted in its `own Github organisation <https://github.com/feature-engine/feature_engine>`_
19
+
20
+
New transformer
21
+
---------------
22
+
- **LogCpTransformer**: applies the logarithm transformation after adding a constant (**Miguel Trema Marrufo**)
23
+
24
+
Minor changes
25
+
-------------
26
+
- Expands functionality of `DropCorrelatedFeatures` and `SmartCorrelationSelectionFeature` to accept callables as a correlation function (**Miguel Trema Marrufo**)
27
+
- Adds `inverse_transform` to all transformers from the tr
82F2
ansformation module (**Nicolas Galli**).
28
+
29
+
Documentation
30
+
-------------
31
+
- Migrates main repo to `Feature-engine's Github organisation <https://github.com/feature-engine/feature_engine>`_
32
+
- Migrates example jupyter notebooks to `separate repo <https://github.com/feature-engine/feature-engine-examples>`_
0 commit comments