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
- `Feature Selection in Machine Learning with Python <https://leanpub.com/feature-selection-in-machine-learning>`_, book.
101
101
@@ -211,8 +211,8 @@ Can't get something to work? Here are places where you can find help.
211
211
212
212
1. The :ref:`**User Guide** <user_guide>` in the docs.
213
213
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.
216
216
5. Join our `gitter community <https://gitter.im/feature_engine/community>`_. You an ask questions here as well.
217
217
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 :) ).
Copy file name to clipboardExpand all lines: docs/resources/blogs.rst
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ Feature engineering
15
15
- `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/>`_.
16
16
- `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>`_.
17
17
- `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/>`_.
- `Feature selection in machine learning with Python <https://www.blog.trainindata.com/feature-selection-machine-learning-with-python/>`_.
25
25
- `Recursive feature elimination with Python <https://www.blog.trainindata.com/recursive-feature-elimination-with-python/>`_.
26
26
- `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/>`_.
28
28
29
29
30
30
Videos
@@ -49,7 +49,6 @@ Empezamos una nueva website con blogs en español. Chequeala:
49
49
50
50
Ademas, te pueden interesar:
51
51
52
-
- `Ingeniería de variables para machine learning <https://www.udemy.com/course/ingenieria-de-variables-para-machine-learning/?referralCode=CE398C784F17BD87482C>`_, Curso Online.
53
52
- `Ingeniería de variables, MachinLenin <https://www.youtube.com/watch?v=NhCxOOoFXds>`_, charla con video online.
54
53
55
54
More resources will be added as they appear online. If you know of a good resource, let us know.
Copy file name to clipboardExpand all lines: docs/user_guide/timeseries/forecasting/LagFeatures.rst
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -397,7 +397,7 @@ You can find examples of autocorrelation, partial autocorrelation and cross-corr
397
397
plots in `Train in Data’s github repository <https://github.com/trainindata/feature-engineering-for-time-series-forecasting/tree/main/07-Lag-Features>`_.
398
398
399
399
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>`_.
401
401
402
402
Lags from the target vs lags from predictor variables
0 commit comments