Skip to content

Commit 6ed38a7

Browse files
author
Jason Yee
committed
Update C2. Random Forests - Data Exploration.ipynb
Just a typo -- really enjoying these notebooks!
1 parent 0fa193c commit 6ed38a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

notebooks/C2. Random Forests - Data Exploration.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@
256256
"\n",
257257
"This is a set of variables that is semantically compact, interpretable and relatively easy to reason about.\n",
258258
"\n",
259-
"We can do another round of winnowing down the variables, because we might have a feeling that 37 variables is too many to hold in our mind at one time - and we would be right. But at this point we bring in the heavy artillery and let the modeling software do the work, using Random Forests on this vaiable set."
259+
"We can do another round of winnowing down the variables, because we might have a feeling that 37 variables is too many to hold in our mind at one time - and we would be right. But at this point we bring in the heavy artillery and let the modeling software do the work, using Random Forests on this variable set."
260260
]
261261
},
262262
{
@@ -370,4 +370,4 @@
370370
"metadata": {}
371371
}
372372
]
373-
}
373+
}

0 commit comments

Comments
 (0)