Skip to content

Commit 71efa79

Browse files
authored
update links (#618)
* update links * fix broken link * fix duplicate reference
1 parent bbd95e8 commit 71efa79

File tree

12 files changed

+32
-24
lines changed

12 files changed

+32
-24
lines changed

LICENSE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
BSD 3-Clause License
22

3-
Copyright (c) 2018-2022 The Feature-engine developers.
3+
Copyright (c) 2018-2023 The Feature-engine developers.
44
All rights reserved.
55

66
Redistribution and use in source and binary forms, with or without

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,11 @@ transforming parameters from the data and then transform it.
3030

3131
## Feature-engine features in the following resources
3232

33-
* [Feature Engineering for Machine Learning, Online Course](https://courses.trainindata.com/p/feature-engineering-for-machine-learning)
33+
* [Feature Engineering for Machine Learning, Online Course](https://www.trainindata.com/p/feature-engineering-for-machine-learning)
3434

35-
* [Feature Selection for Machine Learning, Online Course](https://courses.trainindata.com/p/feature-selection-for-machine-learning)
35+
* [Feature Selection for Machine Learning, Online Course](https://www.trainindata.com/p/feature-selection-for-machine-learning)
3636

37-
* [Feature Engineering for Time Series Forecasting, Online Course](https://www.courses.trainindata.com/p/feature-engineering-for-forecasting)
37+
* [Feature Engineering for Time Series Forecasting, Online Course](https://www.trainindata.com/p/feature-engineering-for-forecasting)
3838

3939
* [Python Feature Engineering Cookbook](https://packt.link/0ewSo)
4040

@@ -50,7 +50,7 @@ transforming parameters from the data and then transform it.
5050

5151
## Documentation
5252

53-
* [Documentation](http://feature-engine.readthedocs.io)
53+
* [Documentation](https://feature-engine.trainindata.com)
5454

5555

5656
## Current Feature-engine's transformers include functionality for:
@@ -196,11 +196,11 @@ Name: var_A, dtype: int64
196196
```
197197

198198
Find more examples in our [Jupyter Notebook Gallery](https://nbviewer.org/github/feature-engine/feature-engine-examples/tree/main/)
199-
or in the [documentation](http://feature-engine.readthedocs.io).
199+
or in the [documentation](https://feature-engine.trainindata.com).
200200

201201
## Contribute
202202

203-
Details about how to contribute can be found in the [Contribute Page](https://feature-engine.readthedocs.io/en/latest/contribute/index.html)
203+
Details about how to contribute can be found in the [Contribute Page](https://feature-engine.trainindata.com/en/latest/contribute/index.html)
204204

205205
Briefly:
206206

docs/index.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -93,9 +93,9 @@ If you’re using Anaconda, you can install the
9393
Feature-engine features in the following resources
9494
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
9595

96-
- `Feature Engineering for Machine Learning <https://courses.trainindata.com/p/feature-engineering-for-machine-learning>`_, Online Course.
97-
- `Feature Selection for Machine Learning <https://courses.trainindata.com/p/feature-selection-for-machine-learning>`_, Online Course.
98-
- `Feature Engineering for Time Series Forecasting <https://www.courses.trainindata.com/p/feature-engineering-for-forecasting>`_, Online Course.
96+
- `Feature Engineering for Machine Learning <https://www.trainindata.com/p/feature-engineering-for-machine-learning>`_, Online Course.
97+
- `Feature Selection for Machine Learning <https://www.trainindata.com/p/feature-selection-for-machine-learning>`_, Online Course.
98+
- `Feature Engineering for Time Series Forecasting <https://www.www.trainindata.com/p/feature-engineering-for-forecasting>`_, Online Course.
9999
- `Python Feature Engineering Cookbook <https://packt.link/0ewSo>`_, book.
100100
- `Feature Selection in Machine Learning with Python <https://leanpub.com/feature-selection-in-machine-learning>`_, book.
101101

@@ -211,8 +211,8 @@ Can't get something to work? Here are places where you can find help.
211211

212212
1. The :ref:`**User Guide** <user_guide>` in the docs.
213213
2. `Stack Overflow <https://stackoverflow.com/search?q=feature_engine>`_. If you ask a question, please mention "feature_engine" in it.
214-
3. If you are enrolled in the `Feature Engineering for Machine Learning course <https://courses.trainindata.com/p/feature-engineering-for-machine-learning>`_ , post a question in a relevant section.
215-
4. If you are enrolled in the `Feature Selection for Machine Learning course <https://courses.trainindata.com/p/feature-selection-for-machine-learning>`_ , post a question in a relevant section.
214+
3. If you are enrolled in the `Feature Engineering for Machine Learning course <https://www.trainindata.com/p/feature-engineering-for-machine-learning>`_ , post a question in a relevant section.
215+
4. If you are enrolled in the `Feature Selection for Machine Learning course <https://www.trainindata.com/p/feature-selection-for-machine-learning>`_ , post a question in a relevant section.
216216
5. Join our `gitter community <https://gitter.im/feature_engine/community>`_. You an ask questions here as well.
217217
6. Ask a question in the repo by filing an `issue <https://github.com/feature-engine/feature_engine/issues/>`_ (check before if there is already a similar issue created :) ).
218218

docs/resources/blogs.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Feature engineering
1515
- `Feature-engine: A new open-source Python package for feature engineering <https://trainindata.medium.com/feature-engine-a-new-open-source-python-package-for-feature-engineering-29a0ab88ea7c/>`_.
1616
- `Practical Code Implementations of Feature Engineering for Machine Learning with Python <https://towardsdatascience.com/practical-code-implementations-of-feature-engineering-for-machine-learning-with-python-f13b953d4bcd>`_.
1717
- `Streamlining Feature Engineering Pipelines with Feature-engine <https://towardsdatascience.com/streamlining-feature-engineering-pipelines-with-feature-engine-e781d551f470?gi=e0fa6e5c0c1a/>`_.
18-
- `Feature Engineering for Machine Learning: A comprehensive Overview <https://trainindata.medium.com/feature-engineering-for-machine-learning-a-comprehensive-overview-a7ad04c896f8>`_.
18+
- `Feature Engineering for Machine Learning: A comprehensive Overview <https://www.blog.trainindata.com/feature-engineering-for-machine-learning/>`_.
1919
- `Variance Stabilizing Transformations <https://www.blog.trainindata.com/variance-stabilizing-transformations-in-machine-learning/>`_.
2020

2121
Feature selection
@@ -24,7 +24,7 @@ Feature selection
2424
- `Feature selection in machine learning with Python <https://www.blog.trainindata.com/feature-selection-machine-learning-with-python/>`_.
2525
- `Recursive feature elimination with Python <https://www.blog.trainindata.com/recursive-feature-elimination-with-python/>`_.
2626
- `Population Stability Index and feature selection in Python <https://www.blog.trainindata.com/population-stability-index-and-feature-selection-python/>`_
27-
- `Feature Selection for Machine Learning: A comprehensive Overview <https://trainindata.medium.com/feature-selection-for-machine-learning-a-comprehensive-overview-bd571db5dd2d>`_.
27+
- `Feature Selection for Machine Learning: A comprehensive Overview <https://www.blog.trainindata.com/feature-selection-for-machine-learning/>`_.
2828

2929

3030
Videos
@@ -49,7 +49,6 @@ Empezamos una nueva website con blogs en español. Chequeala:
4949

5050
Ademas, te pueden interesar:
5151

52-
- `Ingeniería de variables para machine learning <https://www.udemy.com/course/ingenieria-de-variables-para-machine-learning/?referralCode=CE398C784F17BD87482C>`_, Curso Online.
5352
- `Ingeniería de variables, MachinLenin <https://www.youtube.com/watch?v=NhCxOOoFXds>`_, charla con video online.
5453

5554
More resources will be added as they appear online. If you know of a good resource, let us know.

docs/resources/courses.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@ selection in general in the following online courses:
88
:width: 300
99
:figclass: align-center
1010
:align: left
11-
:target: https://courses.trainindata.com/p/feature-engineering-for-machine-learning
11+
:target: https://www.trainindata.com/p/feature-engineering-for-machine-learning
1212

1313
Feature Engineering for Machine Learning
1414

1515
.. figure:: ../images/fsml.png
1616
:width: 300
1717
:figclass: align-center
1818
:align: right
19-
:target: https://courses.trainindata.com/p/feature-selection-for-machine-learning
19+
:target: https://www.trainindata.com/p/feature-selection-for-machine-learning
2020

2121
Feature Selection for Machine Learning
2222

2323
.. figure:: ../images/fetsf.png
2424
:width: 300
2525
:figclass: align-center
2626
:align: center
27-
:target: https://www.courses.trainindata.com/p/feature-engineering-for-forecasting
27+
:target: https://www.trainindata.com/p/feature-engineering-for-forecasting
2828

2929
Feature Engineering for Time Series Forecasting
3030

docs/user_guide/imputation/RandomSampleImputer.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,4 +153,4 @@ You will also find a lot of information on why the seed matters in this notebook
153153
And finally, there is also a lot of information about this and other imputation techniques
154154
in this online course:
155155

156-
- `Feature Engineering for Machine Learning <https://www.udemy.com/feature-engineering-for-machine-learning/>`_
156+
- `Feature Engineering for Machine Learning course <https://www.trainindata.com/p/feature-engineering-for-machine-learning>`_

docs/user_guide/selection/RecursiveFeatureElimination.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,3 +145,12 @@ If we now print the transformed data, we see that the features above were remove
145145
2 0.050680 -0.005671 -0.034194 0.044451 0.002864 -0.045599
146146
3 -0.044642 -0.036656 0.024991 -0.011595 0.022692 0.012191
147147
4 -0.044642 0.021872 0.015596 -0.036385 -0.031991 0.003935
148+
149+
150+
151+
More details
152+
^^^^^^^^^^^^
153+
154+
More details on recursive feature elimination in this article:
155+
156+
- `Recursive feature elimination with Python <https://www.blog.trainindata.com/recursive-feature-elimination-with-python/>`_

docs/user_guide/selection/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,6 @@ Additional Resources
148148

149149
More details about feature selection can be found in the following resources:
150150

151-
- `Feature Selection Online Course <https://courses.trainindata.com/p/feature-selection-for-machine-learning>`_
151+
- `Feature Selection Online Course <https://www.trainindata.com/p/feature-selection-for-machine-learning>`_
152152
- `Feature Selection book <https://leanpub.com/feature-selection-in-machine-learning/>`_
153153
- `Train in data's blog <https://www.blog.trainindata.com/>`_

docs/user_guide/timeseries/forecasting/ExpandingWindowFeatures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ You can find examples of window features and its considerations in
321321
`Train in Data’s github repository <https://github.com/trainindata/feature-engineering-for-time-series-forecasting/tree/main/08-Window-Features>`_.
322322
323323
For tutorials on how to create window features for forecasting, check the course
324-
`Feature Engineering for Time Series Forecasting <https://www.courses.trainindata.com/p/feature-engineering-for-forecasting>`_.
324+
`Feature Engineering for Time Series Forecasting <https://www.trainindata.com/p/feature-engineering-for-forecasting>`_.
325325
326326
Check out the additional transformers to create rolling window features
327327
(:class:`WindowFeatures`) or lag features, by lagging past values of the time

docs/user_guide/timeseries/forecasting/LagFeatures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ You can find examples of autocorrelation, partial autocorrelation and cross-corr
397397
plots in `Train in Data’s github repository <https://github.com/trainindata/feature-engineering-for-time-series-forecasting/tree/main/07-Lag-Features>`_.
398398

399399
For tutorials on how to create lag features for forecasting, check the course
400-
`Feature Engineering for Time Series Forecasting <https://www.courses.trainindata.com/p/feature-engineering-for-forecasting>`_.
400+
`Feature Engineering for Time Series Forecasting <https://www.trainindata.com/p/feature-engineering-for-forecasting>`_.
401401

402402
Lags from the target vs lags from predictor variables
403403
-----------------------------------------------------

0 commit comments

Comments
 (0)