Skip to content

Commit 9ea1f7a

Browse files
authored
update links (#866)
1 parent 0ae1fb2 commit 9ea1f7a

6 files changed

+20
-12
lines changed

section-04-research-and-development/01-machine-learning-pipeline-data-analysis.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4611,8 +4611,8 @@
46114611
"source": [
46124612
"# Additional Resources\n",
46134613
"\n",
4614-
"- [Feature Engineering for Machine Learning](https://www.udemy.com/course/feature-engineering-for-machine-learning/?referralCode=A855148E05283015CF06) - Online Course\n",
4615-
"- [Packt Feature Engineering Cookbook](https://www.packtpub.com/data/python-feature-engineering-cookbook) - Book\n",
4614+
"- [Feature Engineering for Machine Learning](https://www.trainindata.com/p/feature-engineering-for-machine-learning) - Online Course\n",
4615+
"- [Packt Feature Engineering Cookbook](https://www.amazon.com/Python-Feature-Engineering-Cookbook-transforming-dp-1804611301/dp/1804611301) - Book\n",
46164616
"- [Predict house price with Feature-engine](https://www.kaggle.com/solegalli/predict-house-price-with-feature-engine) - Kaggle kernel\n",
46174617
"- [Comprehensive data exploration with Python](https://www.kaggle.com/pmarcelino/comprehensive-data-exploration-with-python) - Kaggle kernel\n",
46184618
"- [How I made top 0.3% on a Kaggle competition](https://www.kaggle.com/lavanyashukla01/how-i-made-top-0-3-on-a-kaggle-competition) - Kaggle kernel"

section-04-research-and-development/02-machine-learning-pipeline-feature-engineering.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1652,7 +1652,7 @@
16521652
"\n",
16531653
"For the remaining categorical variables, we will group those categories that are present in less than 1% of the observations. That is, all values of categorical variables that are shared by less than 1% of houses, well be replaced by the string \"Rare\".\n",
16541654
"\n",
1655-
"To learn more about how to handle categorical variables visit our course [Feature Engineering for Machine Learning](https://www.udemy.com/course/feature-engineering-for-machine-learning/?referralCode=A855148E05283015CF06) in Udemy."
1655+
"To learn more about how to handle categorical variables visit our course [Feature Engineering for Machine Learning](https://www.trainindata.com/p/feature-engineering-for-machine-learning)."
16561656
]
16571657
},
16581658
{
@@ -1805,7 +1805,7 @@
18051805
"\n",
18061806
"We will do it so that we capture the monotonic relationship between the label and the target.\n",
18071807
"\n",
1808-
"To learn more about how to encode categorical variables visit our course [Feature Engineering for Machine Learning](https://www.udemy.com/course/feature-engineering-for-machine-learning/?referralCode=A855148E05283015CF06) in Udemy."
1808+
"To learn more about how to encode categorical variables visit our course [Feature Engineering for Machine Learning](https://www.trainindata.com/p/feature-engineering-for-machine-learning)."
18091809
]
18101810
},
18111811
{
@@ -3083,9 +3083,9 @@
30833083
"\n",
30843084
"# Additional Resources\n",
30853085
"\n",
3086-
"- [Feature Engineering for Machine Learning](https://www.udemy.com/course/feature-engineering-for-machine-learning/?referralCode=A855148E05283015CF06) - Online Course\n",
3087-
"- [Packt Feature Engineering Cookbook](https://www.packtpub.com/data/python-feature-engineering-cookbook) - Book\n",
3088-
"- [Feature Engineering for Machine Learning: A comprehensive Overview](https://trainindata.medium.com/feature-engineering-for-machine-learning-a-comprehensive-overview-a7ad04c896f8) - Article\n",
3086+
"- [Feature Engineering for Machine Learning](https://www.trainindata.com/p/feature-engineering-for-machine-learning) - Online Course\n",
3087+
"- [Packt Feature Engineering Cookbook](https://www.amazon.com/Python-Feature-Engineering-Cookbook-transforming-dp-1804611301/dp/1804611301) - Book\n",
3088+
"- [Feature Engineering for Machine Learning: A comprehensive Overview](https://www.blog.trainindata.com/feature-engineering-for-machine-learning/) - Article\n",
30893089
"- [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) - Article"
30903090
]
30913091
},

section-04-research-and-development/03-machine-learning-pipeline-feature-selection.ipynb

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -937,9 +937,17 @@
937937
"source": [
938938
"# Additional Resources\n",
939939
"\n",
940-
"- [Feature Selection for Machine Learning](https://www.udemy.com/course/feature-selection-for-machine-learning/?referralCode=186501DF5D93F48C4F71) - Online Course\n",
941-
"- [Feature Selection for Machine Learning: A comprehensive Overview](https://trainindata.medium.com/feature-selection-for-machine-learning-a-comprehensive-overview-bd571db5dd2d) - Article"
940+
"- [Feature Selection for Machine Learning](https://www.trainindata.com/p/feature-selection-for-machine-learning) - Online Course\n",
941+
"- [Feature Selection in Machine Learning with Python](https://leanpub.com/feature-selection-in-machine-learning/) - Book\n",
942+
"- [Feature Selection for Machine Learning: A comprehensive Overview](https://www.blog.trainindata.com/feature-selection-for-machine-learning/) - Article"
942943
]
944+
},
945+
{
946+
"cell_type": "code",
947+
"execution_count": null,
948+
"metadata": {},
949+
"outputs": [],
950+
"source": []
943951
}
944952
],
945953
"metadata": {

section-04-research-and-development/06-feature-engineering-with-open-source.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2019,7 +2019,7 @@
20192019
"\n",
20202020
"We will do it so that we capture the monotonic relationship between the label and the target.\n",
20212021
"\n",
2022-
"To learn more about how to encode categorical variables visit our course [Feature Engineering for Machine Learning](https://www.udemy.com/course/feature-engineering-for-machine-learning/?referralCode=A855148E05283015CF06) in Udemy."
2022+
"To learn more about how to encode categorical variables visit our course [Feature Engineering for Machine Learning](https://www.trainindata.com/p/feature-engineering-for-machine-learning)."
20232023
]
20242024
},
20252025
{

section-04-research-and-development/08-final-machine-learning-pipeline.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1081,7 +1081,7 @@
10811081
],
10821082
"metadata": {
10831083
"kernelspec": {
1084-
"display_name": "Python 3",
1084+
"display_name": "Python 3 (ipykernel)",
10851085
"language": "python",
10861086
"name": "python3"
10871087
},
@@ -1095,7 +1095,7 @@
10951095
"name": "python",
10961096
"nbconvert_exporter": "python",
10971097
"pygments_lexer": "ipython3",
1098-
"version": "3.8.5"
1098+
"version": "3.10.5"
10991099
},
11001100
"toc": {
11011101
"base_numbering": 1,

0 commit comments

Comments
 (0)