typo in decision tree
This commit is contained in:
@@ -282,7 +282,7 @@ MathJax.Hub.Config({
|
||||
The algorithm described here can be applied to both classification and regression problems.
|
||||
|
||||
<p>
|
||||
We will grow of forest of say \( M \) trees.
|
||||
We will grow of forest of say \( B \) trees.
|
||||
|
||||
<ol>
|
||||
<li> For \( b=1:B \)</li>
|
||||
|
||||
@@ -1900,7 +1900,7 @@ this setting.
|
||||
The algorithm described here can be applied to both classification and regression problems.
|
||||
|
||||
<p>
|
||||
We will grow of forest of say \( M \) trees.
|
||||
We will grow of forest of say \( B \) trees.
|
||||
|
||||
<ol>
|
||||
<p><li> For \( b=1:B \)</li>
|
||||
|
||||
@@ -1919,7 +1919,7 @@ this setting.
|
||||
The algorithm described here can be applied to both classification and regression problems.
|
||||
|
||||
<p>
|
||||
We will grow of forest of say \( M \) trees.
|
||||
We will grow of forest of say \( B \) trees.
|
||||
|
||||
<ol>
|
||||
<li> For \( b=1:B \)</li>
|
||||
|
||||
@@ -1924,7 +1924,7 @@ this setting.
|
||||
The algorithm described here can be applied to both classification and regression problems.
|
||||
|
||||
<p>
|
||||
We will grow of forest of say \( M \) trees.
|
||||
We will grow of forest of say \( B \) trees.
|
||||
|
||||
<ol>
|
||||
<li> For \( b=1:B \)</li>
|
||||
|
||||
@@ -1952,7 +1952,7 @@
|
||||
"## Random Forest Algorithm\n",
|
||||
"The algorithm described here can be applied to both classification and regression problems.\n",
|
||||
"\n",
|
||||
"We will grow of forest of say $M$ trees.\n",
|
||||
"We will grow of forest of say $B$ trees.\n",
|
||||
"1. For $b=1:B$\n",
|
||||
"\n",
|
||||
" * Draw a bootstrap sample of from the training data organized in our $\\boldsymbol{X}$ matrix.\n",
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -1559,7 +1559,7 @@ this setting.
|
||||
===== Random Forest Algorithm =====
|
||||
The algorithm described here can be applied to both classification and regression problems.
|
||||
|
||||
We will grow of forest of say $M$ trees.
|
||||
We will grow of forest of say $B$ trees.
|
||||
o For $b=1:B$
|
||||
* Draw a bootstrap sample of from the training data organized in our $\bm{X}$ matrix.
|
||||
* We grow then a random forest tree $T_b$ based on the bootstrapped data by repeating the steps outlined till we reach the maximum node size is reached
|
||||
|
||||
Reference in New Issue
Block a user