<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Model-Selection on Ryan Orban</title><link>https://ryanorban.com/categories/model-selection/</link><description>Recent content in Model-Selection on Ryan Orban</description><generator>Hugo</generator><language>en-us</language><managingEditor>me@ryanorban.com (Ryan Orban)</managingEditor><webMaster>me@ryanorban.com (Ryan Orban)</webMaster><copyright>Ryan Orban</copyright><lastBuildDate>Tue, 11 Mar 2014 00:00:00 +0000</lastBuildDate><atom:link href="https://ryanorban.com/categories/model-selection/index.xml" rel="self" type="application/rss+xml"/><item><title>Scikit-Learn: Model Validation and Testing (PyCon 2013 Notebook)</title><link>https://ryanorban.com/notes/sklearn-validation-testing-notebook/</link><pubDate>Tue, 11 Mar 2014 00:00:00 +0000</pubDate><author>me@ryanorban.com (Ryan Orban)</author><guid>https://ryanorban.com/notes/sklearn-validation-testing-notebook/</guid><description>&lt;h3 id="summary" class="scroll-mt-8 group"&gt;
 Summary
 
 &lt;a href="#summary"
 class="no-underline hidden opacity-50 hover:opacity-100 !text-inherit group-hover:inline-block"
 aria-hidden="true" title="Link to this heading" tabindex="-1"&gt;
 &lt;svg
 xmlns="http://www.w3.org/2000/svg"
 width="16"
 height="16"
 fill="none"
 stroke="currentColor"
 stroke-linecap="round"
 stroke-linejoin="round"
 stroke-width="2"
 class="lucide lucide-link w-4 h-4 block"
 viewBox="0 0 24 24"
&gt;
 &lt;path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" /&gt;
 &lt;path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" /&gt;
&lt;/svg&gt;

 &lt;/a&gt;
 
&lt;/h3&gt;
&lt;p&gt;This is notebook 9 from Jake VanderPlas&amp;rsquo;s scikit-learn tutorial series for PyCon 2013 — one of the most widely-followed Python machine learning tutorials of its era. The notebooks were designed to be run interactively, making abstract concepts like cross-validation visible through immediate code execution. IPython Notebook (later Jupyter) was the delivery vehicle, and this tutorial helped establish the notebook as the standard format for data science education.&lt;/p&gt;</description></item><item><title>Why You Should Be Spot-Checking Algorithms on Your Machine Learning Problems</title><link>https://ryanorban.com/notes/spot-checking-algorithms-ml-mastery/</link><pubDate>Fri, 07 Feb 2014 00:00:00 +0000</pubDate><author>me@ryanorban.com (Ryan Orban)</author><guid>https://ryanorban.com/notes/spot-checking-algorithms-ml-mastery/</guid><description>&lt;h3 id="summary" class="scroll-mt-8 group"&gt;
 Summary
 
 &lt;a href="#summary"
 class="no-underline hidden opacity-50 hover:opacity-100 !text-inherit group-hover:inline-block"
 aria-hidden="true" title="Link to this heading" tabindex="-1"&gt;
 &lt;svg
 xmlns="http://www.w3.org/2000/svg"
 width="16"
 height="16"
 fill="none"
 stroke="currentColor"
 stroke-linecap="round"
 stroke-linejoin="round"
 stroke-width="2"
 class="lucide lucide-link w-4 h-4 block"
 viewBox="0 0 24 24"
&gt;
 &lt;path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" /&gt;
 &lt;path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" /&gt;
&lt;/svg&gt;

 &lt;/a&gt;
 
&lt;/h3&gt;
&lt;p&gt;Jason Brownlee&amp;rsquo;s post on &lt;a href="https://ryanorban.com/notes/machine-learning-mastery/"&gt;Machine Learning Mastery&lt;/a&gt; makes the case for spot-checking as the starting point of any new ML project. The default mistake: pick an algorithm you like or know well, spend time tuning it, and declare it your model. The spot-checking approach: try 10-15 algorithms from different families (linear models, tree-based models, kernel methods, instance-based learners, ensemble methods) with default parameters and compare their untuned performance first.&lt;/p&gt;</description></item></channel></rss>