{"id":252177,"date":"2026-07-13T01:49:29","date_gmt":"2026-07-12T22:49:29","guid":{"rendered":"https:\/\/1kitap1.com\/en\/applied-machine-learning-jason-hodson-1\/"},"modified":"2026-07-13T01:49:29","modified_gmt":"2026-07-12T22:49:29","slug":"applied-machine-learning-jason-hodson-1","status":"publish","type":"post","link":"https:\/\/1kitap1.com\/en\/applied-machine-learning-jason-hodson-1\/","title":{"rendered":"Applied Machine Learning &#8211; Jason Hodson (1)"},"content":{"rendered":"<figure style=\"text-align:center;margin:0 auto 1.5em;\"><img decoding=\"async\" src=\"https:\/\/1kitap1.com\/en\/wp-content\/uploads\/2026\/07\/f2fa38988b468d14.jpg\" alt=\" - Unknown book cover\" style=\"max-width:300px;width:100%;height:auto;box-shadow:0 4px 12px rgba(0,0,0,.25);border-radius:4px;\"\/><\/figure>\n<p>When tuning hyperparameters to balance performance and overfitting, we\u2019ll still want to consider n_estimators, max_depth, and min_samples_split. However, now we\u2019ll also introduce two new hyperparameters: learning_rate and subsample. The Problem of Predictive Power As mentioned earlier, more predictive power comes with more problems. In this specific dataset example, you likely wouldn\u2019t use a GBM, as it\u2019s too powerful a model. For the sake of the example and continuity with the decision tree and random forest sections, we\u2019ll continue to use the same data.<\/p>\n<p>You\u2019ll see the performance impacts of the GBM later on in our use cases, so focus on learning the hyperparameters and understanding their impact as you go through this simpler example. The learning_rate hyperparameter adjusts how much each tree contributes to the final model. The higher the number, the faster the model runs because learning is sped up\u2014but then you risk overfitting. The risk of overfitting is reduced with a lower value. The lowest value is technically 0, and there is no upper limit on what you can input.<\/p>\n<p>Think about raising or lowering the learning rate as a trade-off in how quickly the model makes an assumption based on the data it sees. A high learning rate means the model is more willing to trust the data it sees right away. A lower learning rate makes the model more skeptical of the data you give it. This runs the risk that your model never learns new information that may be valuable. The subsample hyperparameter introduces randomness into each iteration of your model, which is another way to reduce overfitting.<\/p>\n<p>This number represents a percentage of the rows that each iteration of the model can use, so it\u2019s less abstract than the learning_rate hyperparameter. Let\u2019s start with some simple adjustments to these new hyperparameters to see how the results are impacted, as shown in Listing 5.86.<\/p>\n<blockquote>\n<p>Production E-Book Kelly O\u2019Callaghan Typesetting E-Book III-satz, Germany We hope that you liked this e-book. Please share your feedback with us and read the Service Pages to find out how to contact us. The Library of Congress Cataloging-in-Publication Control Number for the printed edition is as follows: 2025053188 ISBN 978-1-4932-2758-7 (print) ISBN 978-1-4932-2759-4 (e-book) ISBN 978-1-4932-2760-0 (print and e-book) \u00a9 2026 by Rheinwerk Publishing Inc., Boston (MA) 1st edition 2026 1kitap1.com\/en Notes on Usage This e-book is protected by copyright.<\/p>\n<p>By purchasing this e-book, you have agreed to accept and adhere to the copyrights. You are entitled to use this e-book for personal purposes. You may print and copy it, too, but also only for personal use. Sharing an electronic or printed copy with others, however, is not permitted, neither as a whole nor in parts. Of course, making them available on the internet or in a company network is illegal as well.<\/p>\n<p>For detailed and legally binding usage conditions, please refer to the section Legal Notes. Notes on the Screen Presentation You are reading this e-book in a file format (EPUB or Mobi) that makes the book content adaptable to the display options of your reading device and to your personal needs.<\/p>\n<p>That\u2019s a great thing; but unfortunately not every device displays the content in the same way and the rendering of features such as pictures and tables or hyphenation can lead to difficulties. This e-book was optimized for the presentation on as many common reading devices as possible. If you want to zoom in on a figure (especially in iBooks on the iPad), tap the respective figure once. By tapping once again, you return to the previous screen.<\/p>\n<p>You can find more recommendations on the customization of the screen layout on the Service Pages. 1kitap1.com\/en Table of Contents Notes on Usage Table of Contents Preface 1 Introduction 1.1 Aligning on Nomenclature 1.2 Learning to Google (or Prompt) 1.2.1 What Can You Find with Google?<\/p>\n<\/blockquote>\n<p><em>This is a short excerpt from the opening of &ldquo;&rdquo; by Unknown, quoted for review and introduction purposes. All rights belong to the copyright holders.<\/em><\/p>\n<div id=\"ez-toc-container\" class=\"ez-toc-v2_0_85 counter-hierarchy ez-toc-counter ez-toc-grey ez-toc-container-direction\">\n<div class=\"ez-toc-title-container\">\n<p class=\"ez-toc-title\" style=\"cursor:inherit\">Table of Contents<\/p>\n<span class=\"ez-toc-title-toggle\"><a href=\"#\" class=\"ez-toc-pull-right ez-toc-btn ez-toc-btn-xs ez-toc-btn-default ez-toc-toggle\" aria-label=\"Toggle Table of Content\"><span class=\"ez-toc-js-icon-con\"><span class=\"\"><span class=\"eztoc-hide\" style=\"display:none;\">Toggle<\/span><span class=\"ez-toc-icon-toggle-span\"><svg style=\"fill: #999;color:#999\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" class=\"list-377408\" width=\"20px\" height=\"20px\" viewBox=\"0 0 24 24\" fill=\"none\"><path d=\"M6 6H4v2h2V6zm14 0H8v2h12V6zM4 11h2v2H4v-2zm16 0H8v2h12v-2zM4 16h2v2H4v-2zm16 0H8v2h12v-2z\" fill=\"currentColor\"><\/path><\/svg><svg style=\"fill: #999;color:#999\" class=\"arrow-unsorted-368013\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"10px\" height=\"10px\" viewBox=\"0 0 24 24\" version=\"1.2\" baseProfile=\"tiny\"><path d=\"M18.2 9.3l-6.2-6.3-6.2 6.3c-.2.2-.3.4-.3.7s.1.5.3.7c.2.2.4.3.7.3h11c.3 0 .5-.1.7-.3.2-.2.3-.5.3-.7s-.1-.5-.3-.7zM5.8 14.7l6.2 6.3 6.2-6.3c.2-.2.3-.5.3-.7s-.1-.5-.3-.7c-.2-.2-.4-.3-.7-.3h-11c-.3 0-.5.1-.7.3-.2.2-.3.5-.3.7s.1.5.3.7z\"\/><\/svg><\/span><\/span><\/span><\/a><\/span><\/div>\n<nav><ul class='ez-toc-list ez-toc-list-level-1 ' ><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-1\" href=\"https:\/\/1kitap1.com\/en\/applied-machine-learning-jason-hodson-1\/#Book_Information\" >Book Information<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-2\" href=\"https:\/\/1kitap1.com\/en\/applied-machine-learning-jason-hodson-1\/#Reading_Word_Statistics\" >Reading &amp; Word Statistics<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-3\" href=\"https:\/\/1kitap1.com\/en\/applied-machine-learning-jason-hodson-1\/#Most_Frequent_Words\" >Most Frequent Words<\/a><\/li><li class='ez-toc-page-1 ez-toc-heading-level-2'><a class=\"ez-toc-link ez-toc-heading-4\" href=\"https:\/\/1kitap1.com\/en\/applied-machine-learning-jason-hodson-1\/#PDF_Download\" >PDF Download<\/a><\/li><\/ul><\/nav><\/div>\n<h2><span class=\"ez-toc-section\" id=\"Book_Information\"><\/span>Book Information<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<ul>\n<li><strong>Unique ID:<\/strong> f2fa38988b468d14<\/li>\n<li><strong>File Extension:<\/strong> .pdf<\/li>\n<li><strong>File Size:<\/strong> 21,252,411 bytes (20.268 MB)<\/li>\n<li><strong>Title:<\/strong> &#8211;<\/li>\n<li><strong>Author:<\/strong> Unknown<\/li>\n<li><strong>ISBN:<\/strong> 9781493227587, 9781493227594, 9781493227600<\/li>\n<li><strong>Pages:<\/strong> 829<\/li>\n<li><strong>Language:<\/strong> English (en)<\/li>\n<\/ul>\n<h2><span class=\"ez-toc-section\" id=\"Reading_Word_Statistics\"><\/span>Reading &amp; Word Statistics<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<ul>\n<li><strong>Estimated Reading Time:<\/strong> 593.41 minutes<\/li>\n<li><strong>Total Words:<\/strong> 118,683<\/li>\n<li><strong>Total Characters:<\/strong> 758,807<\/li>\n<li><strong>Average Words per Page:<\/strong> 143.16<\/li>\n<li><strong>Average Characters per Page:<\/strong> 915.33<\/li>\n<\/ul>\n<h2><span class=\"ez-toc-section\" id=\"Most_Frequent_Words\"><\/span>Most Frequent Words<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>data (1648), model (1559), section (844), test (775), use (683), listing (628), figure (555), train (507), columns (442), column (433), create (421), code (406), date (404), values (400), print (399), we\u2019ll (395), case (364), accuracy (358), it\u2019s (348), see (340), learning (332), using (293), split (289), results (287), time (281), you\u2019re (280), number (268), feature (267), function (267), first (248), one (245), customer (242), com (241), import (236), random (234), dataset (230), need (229), predict (228), target (227), kitap (226), models (226), predictions (224), order (224), process (222), new (221), mean (218), machine (215), score (210), pred (210), grid (207), we\u2019re (203), day (200), example (199), shown (197), search (194), crime (192), like (192), value (191), decision (190), regression (187), you\u2019ll (184), now (183), get (178), best (175), let\u2019s (174), mae (166), fit (165), dummy (163), important (161), error (160), sklearn (157), also (154), tree (154), approach (153), auc (153), training (152), however (151), count (151), make (145), chapter (145), plot (145), max (144), next (141), dataframe (141), name (139), week (139), company (138), used (138), variable (136), many (135), business (134), file (134), last (134), treatment (129), state (128), don\u2019t (127), control (125), book (125), area (125), description (125).<\/p>\n<h2><span class=\"ez-toc-section\" id=\"PDF_Download\"><\/span>PDF Download<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p style=\"text-align:center;\"><a href=\"https:\/\/1kitap1.com\/en\/wp-content\/uploads\/2026\/07\/applied-machine-learning-jason-hodson-1.pdf\" download rel=\"nofollow\" style=\"display:inline-block;background:#2271b1;color:#ffffff;padding:14px 36px;border-radius:6px;text-decoration:none;font-weight:bold;font-size:1.05em;\">&#11015;&#65039; PDF Download<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>When tuning hyperparameters to balance performance and overfitting, we\u2019ll still want to consider n_estimators, max_depth, and min_samples_split. However, now we\u2019ll also introduce two new hyperparameters: learning_rate and subsample. The Problem of Predictive Power As mentioned earlier, more predictive power comes with more problems. In this specific dataset example, you likely wouldn\u2019t use a GBM, as [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":252175,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8],"tags":[],"class_list":["post-252177","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-english"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/1kitap1.com\/en\/wp-json\/wp\/v2\/posts\/252177","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/1kitap1.com\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/1kitap1.com\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/1kitap1.com\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/1kitap1.com\/en\/wp-json\/wp\/v2\/comments?post=252177"}],"version-history":[{"count":0,"href":"https:\/\/1kitap1.com\/en\/wp-json\/wp\/v2\/posts\/252177\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/1kitap1.com\/en\/wp-json\/wp\/v2\/media\/252175"}],"wp:attachment":[{"href":"https:\/\/1kitap1.com\/en\/wp-json\/wp\/v2\/media?parent=252177"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/1kitap1.com\/en\/wp-json\/wp\/v2\/categories?post=252177"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/1kitap1.com\/en\/wp-json\/wp\/v2\/tags?post=252177"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}