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
Copy file name to clipboardExpand all lines: docs/contribute/index.rst
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,12 +5,13 @@ Contribute
5
5
==========
6
6
7
7
Feature-engine is an open source project, originally designed to support the online
8
-
course `Feature Engineering for Machine Learning <https://courses.trainindata.com/p/feature-engineering-for-machine-learning>`_,
8
+
course `Feature Engineering for Machine Learning <https://www.trainindata.com/p/feature-engineering-for-machine-learning>`_,
9
9
but has now gained popularity and supports transformations beyond those taught in the
10
10
course.
11
11
12
-
Feature-engine is currently supported by a small community and we will be delighted to
12
+
Feature-engine is currently supported by a growing community and we will be delighted to
13
13
accept contributions, large or small, that you wish to make to the project.
14
+
14
15
Contributing to open-source is a great way to learn and improve coding skills, and also
15
16
a fun thing to do. If you've never contributed to an open source project, we hope to
16
17
make it easy for you with the following guidelines.
@@ -25,12 +26,12 @@ There are many ways to contribute to Feature-engine:
25
26
- Create a new transformer
26
27
- Enhance functionality of current transformers
27
28
- Fix a bug
28
-
- If you find a bug, let us know by creating an `issues<https://github.com/feature-engine/feature_engine/issues/>`_ on Github.
29
+
- If you find a bug, let us know by creating an `issue<https://github.com/feature-engine/feature_engine/issues/>`_ on Github.
29
30
- If you would like additional functionality or a new feature, create an `issue <https://github.com/feature-engine/feature_engine/issues/>`_ on Github.
30
-
- Add a Jupyter notebook to our `Jupyter notebooks example gallery <https://github.com/feature-engine/feature_engine/tree/master/examples>`_.
31
+
- Add a Jupyter notebook to our `Jupyter notebooks example gallery <https://github.com/feature-engine/feature-engine-examples>`_.
31
32
- Improve our documentation, i.e., fix typos, improve grammar, or add more code examples.
32
33
- Write a blog, tweet, or share our project with others.
33
-
- Use Feature-engine in your lectures if you teach
34
+
- Use Feature-engine in your lectures if you teach.
34
35
- `Sponsor us <https://github.com/sponsors/feature-engine>`_.
35
36
36
37
With plenty of ways to get involved, we would be happy for you to support the project.
0 commit comments