From 366521e32ee5bfcf512cbab8ddf4f8301b403236 Mon Sep 17 00:00:00 2001 From: Tekneo <23160855+Tekneo@users.noreply.github.com> Date: Sun, 2 Jul 2023 11:09:37 +0530 Subject: [PATCH 1/2] Fix Missing Links - README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index cc2f184..6a6b27c 100644 --- a/README.md +++ b/README.md @@ -45,6 +45,11 @@ [41] Shadow deployment. https://christophergs.com/machine%20learning/2019/03/30/deploying-machine-learning-applications-in-shadow-mode/. [42] A/B testing. https://en.wikipedia.org/wiki/A/B_testing. [43] Canary release. https://blog.getambassador.io/cloud-native-patterns-canary-release-1cb8f82d371a. +[44] Interleaving experiment. https://netflixtechblog.com/interleaving-in-online-experiments-at-netflix-a04ee392ec55. +[45] Multi-armed bandit. https://vwo.com/blog/multi-armed-bandit-algorithm/. +[46] ML infrastructure. https://www.run.ai/guides/machine-learning-engineering/machine-learning-infrastructure. +[47] Interpretability in ML. https://fullstackdeeplearning.com/spring2021/lecture-6/. +[48] Chip Huyen. Designing Machine Learning Systems: An Iterative Process for Production-Ready Application. " O'Reilly Media, Inc.", 2022. --- From 47c0e9c4c3558293e23f7f83c0b3fa4e1d95bb11 Mon Sep 17 00:00:00 2001 From: Tekneo <23160855+Tekneo@users.noreply.github.com> Date: Sun, 2 Jul 2023 11:10:32 +0530 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a6b27c..b70b37a 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ [45] Multi-armed bandit. https://vwo.com/blog/multi-armed-bandit-algorithm/. [46] ML infrastructure. https://www.run.ai/guides/machine-learning-engineering/machine-learning-infrastructure. [47] Interpretability in ML. https://fullstackdeeplearning.com/spring2021/lecture-6/. -[48] Chip Huyen. Designing Machine Learning Systems: An Iterative Process for Production-Ready Application. " O'Reilly Media, Inc.", 2022. +[48] Chip Huyen. Designing Machine Learning Systems: An Iterative Process for Production-Ready Application. "O'Reilly Media, Inc.", 2022. ---