add links to course and book in userguide-selection - #704
Conversation
Codecov Report
@@ Coverage Diff @@
## main #704 +/- ##
=======================================
Coverage 98.03% 98.03%
=======================================
Files 100 100
Lines 3877 3877
Branches 761 761
=======================================
Hits 3801 3801
Misses 28 28
Partials 48 48 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
| - `Feature Selection book <https://leanpub.com/feature-selection-in-machine-learning/>`_ | ||
| - `Train in data's blog <https://www.blog.trainindata.com/>`_ | ||
|
|
||
| For more details about this and other feature selection methods check out these resources: |
There was a problem hiding this comment.
Please remove links from this file
| All notebooks can be found in a `dedicated repository <https://github.com/feature-engine/feature-engine-examples>`_. | ||
|
|
||
| For more details about this and other feature selection methods check out these resources: | ||
|
|
There was a problem hiding this comment.
please don't live so much space between lines
| 3 -0.011595 0.012191 0.024991 0.022688 | ||
| 4 -0.036385 0.003935 0.015596 -0.031988 | ||
|
|
||
| For more details about this and other feature selection methods check out these resources: |
There was a problem hiding this comment.
please remove indentation
| In this Kaggle kernel we feature 3 different end-to-end machine learning pipelines using | ||
| :class:`DropFeatures()`: | ||
|
|
||
| For more details about this and other feature selection methods check out these resources: |
There was a problem hiding this comment.
pleaase move these changes to after the kaggle notebook
There was a problem hiding this comment.
Okay, fine. Am following
| 4 -0.036385 0.021872 0.003935 -0.031988 | ||
|
|
||
| For more details about this and other feature selection methods check out these resources: | ||
| - `Feature selection for machine learning <https://www.trainindata.com/p/feature-selection-for-machine-learning>` _, online course. |
There was a problem hiding this comment.
Hey @Bestine
Thank you for the modifications.
Small detail, there needs to be one line between the text and the bulletpoints, otherwise the documentation does not build properly. Please check how I put together text and bullets with links in the files you are modifying as inspiration.
|
|
||
| All notebooks can be found in a `dedicated repository <https://github.com/feature-engine/feature-engine-examples>`_. | ||
|
|
||
| For more details about this and other feature selection methods check out these resources: |
There was a problem hiding this comment.
| For more details about this and other feature selection methods check out these resources: | |
| For more details about this and other feature selection methods check out these resources: | |
| - `Kaggle Tips for Feature Engineering and Selection <https://www.youtube.com/watch?v=RtqtM1UJfZc&t=3150s>`_, by Gilberto Titericz. | ||
| - `Feature Selection: Beyond feature importance? <https://www.kdnuggets.com/2019/10/feature-selection-beyond-feature-importance.html>`_, KDDNuggets. | ||
|
|
||
| For more details about this and other feature selection methods check out these resources: |
There was a problem hiding this comment.
| For more details about this and other feature selection methods check out these resources: | |
| For more details about this and other feature selection methods check out these resources: | |
| 3 -0.011595 -0.036656 0.012191 0.022688 | ||
| 4 -0.036385 0.021872 0.003935 -0.031988 | ||
|
|
||
| For more details about this and other feature selection methods check out these resources: |
There was a problem hiding this comment.
| For more details about this and other feature selection methods check out these resources: | |
| For more details about this and other feature selection methods check out these resources: | |
|
|
||
| - `Recursive feature elimination with Python <https://www.blog.trainindata.com/recursive-feature-elimination-with-python/>`_ | ||
|
|
||
| For more details about this and other feature selection methods check out these resources: |
There was a problem hiding this comment.
| For more details about this and other feature selection methods check out these resources: | |
| For more details about this and other feature selection methods check out these resources: | |
| or grouping rare categories with the RareLabelEncoder if they are categorical. No newline at end of file | ||
| or grouping rare categories with the RareLabelEncoder if they are categorical. | ||
|
|
||
| For more details about this and other feature selection methods check out these resources: |
There was a problem hiding this comment.
| For more details about this and other feature selection methods check out these resources: | |
| For more details about this and other feature selection methods check out these resources: | |
| 4 -0.036385 0.003935 0.015596 -0.031988 | ||
|
|
||
|
|
||
| For more details about this and other feature selection methods check out these resources: |
There was a problem hiding this comment.
| For more details about this and other feature selection methods check out these resources: | |
| For more details about this and other feature selection methods check out these resources: | |
|
|
||
| All notebooks can be found in a `dedicated repository <https://github.com/feature-engine/feature-engine-examples>`_. | ||
|
|
||
| For more details about this and other feature selection methods check out these resources: |
There was a problem hiding this comment.
| For more details about this and other feature selection methods check out these resources: | |
| For more details about this and other feature selection methods check out these resources: | |
|
|
||
| All notebooks can be found in a `dedicated repository <https://github.com/feature-engine/feature-engine-examples>`_. | ||
|
|
||
| For more details about this and other feature selection methods check out these resources: |
There was a problem hiding this comment.
| For more details about this and other feature selection methods check out these resources: | |
| For more details about this and other feature selection methods check out these resources: | |
|
|
||
| All notebooks can be found in a `dedicated repository <https://github.com/feature-engine/feature-engine-examples>`_. | ||
|
|
||
| For more details about this and other feature selection methods check out these resources: |
There was a problem hiding this comment.
| For more details about this and other feature selection methods check out these resources: | |
| For more details about this and other feature selection methods check out these resources: | |
solegalli
left a comment
There was a problem hiding this comment.
Hi @Bestine
If you look at how the file it's rendered, you'll see that the links that you added show the word and the URL, whereas the links that are in the file, like for examplee Kaggle kernel, do not show the url, instead they appear linked. I think the problem is that there is a space between the final ` and the _. Could you please check?
| Additional Resources | ||
| -------------------- | ||
|
|
||
| More details about feature selection can be found in the following resources: |
There was a problem hiding this comment.
These lines were not the ones you added, they were there already. Could you please add them back?
No description provided.