10000 transfers repo to github feature-engine organisation (#299) · solegalli/feature_engine@3a231e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3a231e9

Browse files
authored
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
1 parent c5368be commit 3a231e9

File tree

64 files changed

+60
-37415
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+60
-37415
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
![PythonVersion](https://img.shields.io/badge/python-3.6%20|3.7%20|%203.8%20|%203.9-success)
44
[![PyPI version](https://badge.fury.io/py/feature-engine.svg)](https://badge.fury.io/py/feature-engine)
5-
[![License https://github.com/solegalli/feature_engine/blob/master/LICENSE.md](https://img.shields.io/badge/license-BSD-success.svg)](https://github.com/solegalli/feature_engine/blob/master/LICENSE.md)
6-
[![CircleCI https://app.circleci.com/pipelines/github/solegalli/feature_engine?branch=master](https://img.shields.io/circleci/build/github/solegalli/feature_engine/master.svg?token=5a1c2accc2c97450e52d2cb1b47c333ab495d2c2)](https://app.circleci.com/pipelines/github/solegalli/feature_engine?branch=master)
5+
[![License https://github.com/feature-engine/feature_engine/blob/master/LICENSE.md](https://img.shields.io/badge/license-BSD-success.svg)](https://github.com/feature-engine/feature_engine/blob/master/LICENSE.md)
6+
[![CircleCI https://app.circleci.com/pipelines/github/feature-engine/feature_engine?branch=master](https://img.shields.io/circleci/build/github/feature-engine/feature_engine/master.svg?token=5a1c2accc2c97450e52d2cb1b47c333ab495d2c2)](https://circleci.com/gh/feature-engine/feature_engine/tree/master)
77
[![Documentation Status https://feature-engine.readthedocs.io/en/latest/index.html](https://readthedocs.org/projects/feature-engine/badge/?version=latest)](https://feature-engine.readthedocs.io/en/latest/index.html)
88
[![Join the chat at https://gitter.im/feature_engine/community](https://badges.gitter.im/feature_engine/community.svg)](https://gitter.im/feature_engine/community)
99
[![Sponsorship https://www.trainindata.com/](https://img.shields.io/badge/Powered%20By-TrainInData-orange.svg)](https://www.trainindata.com/)
@@ -133,7 +133,7 @@ conda install -c conda-forge feature_engine
133133
Or simply clone it:
134134

135135
```
136-
git clone https://github.com/solegalli/feature_engine.git
136+
git clone https://github.com/feature-engine/feature_engine.git
137137
```
138138

139139
### Usage

docs/about.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Contributors
3636
------------
3737

3838
You can learn more about Feature-engine's Contributors in the
39-
`GitHub contributors page <https://github.com/solegalli/feature_engine/graphs/contributors>`_.
39+
`GitHub contributors page <https://github.com/feature-engine/feature_engine/graphs/contributors>`_.
4040

4141
Citing Feature-engine
4242
---------------------

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@
274274
# The following is used by sphinx.ext.linkcode to provide links to github
275275
linkcode_resolve = make_linkcode_resolve(
276276
"feature_engine",
277-
"https://github.com/solegalli/feature_engine/"
277+
"https://github.com/feature-engine/feature_engine/"
278278
"blob/master/"
279279
"{package}/{path}#L{lineno}",
280280
)

docs/contribute/github_quick_start.rst

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
Getting Started with Feature-engine on GitHub
44
=============================================
55

6-
Feature-engine is hosted on `GitHub <https://github.com/solegalli/feature_engine>`_.
6+
Feature-engine is hosted on `GitHub <https://github.com/feature-engine/feature_engine>`_.
77

88
A typical contributing workflow goes like this:
99

1010
1. **Find** a bug while using Feature-engine, **suggest** new functionality, or **pick
11-
up** an issue from our `repo <https://github.com/solegalli/feature_engine/issues/>`_.
11+
up** an issue from our `repo <https://github.com/feature-engine/feature_engine/issues/>`_.
1212

1313
2. **Discuss** with us your approach to resolve the issue.
1414
3. Then, **fork** the repository into your GitHub account.
@@ -43,12 +43,12 @@ environment:
4343
2. Set up an ``upstream`` remote from where you can pull the latest code changes
4444
occurring in the main Feature-engine repository::
4545

46-
$ git remote add upstream https://github.com/solegalli/feature_engine.git
46+
$ git remote add upstream https://github.com/feature-engine/feature_engine.git
4747
$ git remote -v
4848
origin https://github.com/YOUR_USERNAME/feature_engine.git (fetch)
4949
origin https://github.com/YOUR_USERNAMEfeature_engine.gi 10000 t (push)
50-
upstream https://github.com/solegalli/feature_engine.git (fetch)
51-
upstream https://github.com/solegalli/feature_engine.git (push)
50+
upstream https://github.com/feature-engine/feature_engine.git (fetch)
51+
upstream https://github.com/feature-engine/feature_engine.git (push)
5252

5353
Keep in mind that Feature-engine is being actively developed, so you may need to update
5454
your fork regularly. See below for tips on **Keeping your fork up to date**.

docs/contribute/index.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ There are many ways to contribute to Feature-engine:
1919
- Create a new variable transformer
2020
- Add additional functionality to current transformers
2121
- Fix a bug
22-
- Submit a bug report or feature request on `GitHub issues <https://github.com/solegalli/feature_engine/issues/>`_.
23-
- Add a Jupyter notebook to our `Jupyter notebooks example gallery <https://github.com/solegalli/feature_engine/tree/master/examples>`_.
22+
- Submit a bug report or feature request on `GitHub issues <https://github.com/feature-engine/feature_engine/issues/>`_.
23+
- Add a Jupyter notebook to our `Jupyter notebooks example gallery <https://github.com/feature-engine/feature_engine/tree/master/examples>`_.
2424
- Improve our documentation.
2525
- Write unit tests.
2626
- Write a blog, tweet, or share our project with others.
@@ -38,7 +38,7 @@ Getting in touch
3838
We prefer to handle most contributions through the github repository. You can also join
3939
our mailing list.
4040

41-
1. `Open issues <https://github.com/solegalli/feature_engine/issues/>`_.
41+
1. `Open issues <https://github.com/feature-engine/feature_engine/issues/>`_.
4242
2. `Gitter community <https://gitter.im/feature_engine/community>`_.
4343

4444

docs/getting_help.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Can't get something to work? Here are places where you can find help.
88
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.
99
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.
1010
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/>`_.

docs/governance.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,5 +52,5 @@ interested, please get in touch.
5252
If you want to Contribute to the project in any other way, get in touch using our Github
5353
issues page or through Gitter:
5454

55-
1. `Github issues <https://github.com/solegalli/feature_engine/issues/>`_.
55+
1. `Github issues <https://github.com/feature-engine/feature_engine/issues/>`_.
5656
2. `Gitter community <https://gitter.im/feature_engine/community>`_.

docs/howto.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
How To
44
======
55

6-
Find `jupyter notebooks with examples <https://nbviewer.jupyter.org/github/solegalli/feature_engine/tree/master/examples/>`_
6+
Find `jupyter notebooks with examples <https://nbviewer.jupyter.org/github/feature-engine/feature-engine-examples/tree/main/>`_
77
of each transformer functionality. Within each folder, you will find a jupyter notebook
88
showcasing the functionality of each transformer.

docs/index.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -177,14 +177,14 @@ Can't get something to work? Here are places where you can find help.
177177
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.
178178
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.
179179
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/>`_.
181181

182182

183183
Found a Bug or have a suggestion?
184184
---------------------------------
185185

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/>`_
188188
with your bug report, suggestion or new feature request.
189189

190190
Contributing
@@ -208,12 +208,12 @@ For more details on how to contribute check the contributing page. Click on the
208208
Open Source
209209
-----------
210210

211-
Feature-engine's `license <https://github.com/solegalli/feature_engine/blob/master/LICENSE.md>`_
211+
Feature-engine's `license <https://github.com/feature-engine/feature_engine/blob/master/LICENSE.md>`_
212212
is an open source BSD 3-Clause.
213213

214-
Feature-engine is hosted on `GitHub <https://github.com/solegalli/feature_engine/>`_.
215-
The `issues <https://github.com/solegalli/feature_engine/issues/>`_ and
216-
`pull requests <https://github.com/solegalli/feature_engine/pulls>`_ are tracked there.
214+
Feature-engine is hosted on `GitHub <https://github.com/feature-engine/feature_engine/>`_.
215+
The `issues <https://github.com/feature-engine/feature_engine/issues/>`_ and
216+
`pull requests <https://github.com/feature-engine/feature_engine/pulls>`_ are tracked there.
217217

218218

219219

docs/roadmap.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ Our main goals are:
107107
- Expand the documentation with more detail on how to contribute to the package
108108
- Expand the library's functionality as per the precedent paragraphs
109109

110-
For more fine-grained goals and current and lined-up issues please visit the `issue <https://github.com/solegalli/feature_engine/issues/>`_
110+
For more fine-grained goals and current and lined-up issues please visit the `issue <https://github.com/feature-engine/feature_engine/issues/>`_
111111
section in our repo.
112112

docs/whats_new/v1.rst

+35
Original file line numberDiff line numberDiff 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>`_
33+
- Adds Roadmap
34+
35+
136
Version 1.1.0
237
=============
338

0 commit comments

Comments
 (0)
0