Skip to content

Commit 7dcc895

Browse files
committed
Merge pull request nborwankar#2 from jwsy/patch-1
Fix a typo Update C2. Random Forests - Data Exploration.ipynb
2 parents 0fa193c + 6ed38a7 commit 7dcc895

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)