Skip to content

Commit

Permalink
deploy: e7ab744
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanTodoran committed Nov 6, 2024
1 parent 68ed5ea commit 755badf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
1 change: 0 additions & 1 deletion Chapter3-MachineLearning/3.9_ensemble_learning.html
Original file line number Diff line number Diff line change
Expand Up @@ -751,7 +751,6 @@ <h1>3.9 Ensemble learning<a class="headerlink" href="#ensemble-learning" title="
<li><p><strong>Robustness to noise and outliers:</strong> Ensemble methods, by aggregating predictions from multiple models, are less susceptible to the impact of individual noisy or outlier-laden data points. This results in more robust predictions, particularly in the presence of imperfect or uncertain data.</p></li>
<li><p><strong>Increased model stability:</strong> Individual models might perform well on certain subsets of the data but poorly on others. By combining diverse models, ensembles provide a more stable and reliable prediction across various scenarios and subgroups within geospatial datasets.</p></li>
</ul>
<p>Below we will</p>
<div class="cell docutils container">
<div class="cell_input docutils container">
<div class="highlight-ipython3 notranslate"><div class="highlight"><pre><span></span><span class="kn">import</span> <span class="nn">numpy</span> <span class="k">as</span> <span class="nn">np</span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,7 @@
"* **Improved generalization**: As a follow up from the previous point, ensemble methods may capture complex relationships more effectively and shows improved generalization on diverse data.\n",
"* **Robustness to noise and outliers:** Ensemble methods, by aggregating predictions from multiple models, are less susceptible to the impact of individual noisy or outlier-laden data points. This results in more robust predictions, particularly in the presence of imperfect or uncertain data.\n",
"* **Increased model stability:** Individual models might perform well on certain subsets of the data but poorly on others. By combining diverse models, ensembles provide a more stable and reliable prediction across various scenarios and subgroups within geospatial datasets.\n",
"\n",
"\n",
"Below we will"
"\n"
]
},
{
Expand Down

0 comments on commit 755badf

Please sign in to comment.