Skip to content

Commit 5685f96

Browse files
committed
2 parents 957f4d8 + 7dcc895 commit 5685f96

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ Extensions to the content embodied in this projects content are also released un
6262
IPython Notebooks at Beta.
6363
--------------------------
6464

65-
* [A0. Before you begin](http://nbviewer.ipython.org/urls/raw.github.com/nborwankar/LearnDataScience/master/notebooks/A0.%20Before%20you%20begin.ipynb)
66-
* [A0. How to use this content](http://nbviewer.ipython.org/urls/raw.github.com/nborwankar/LearnDataScience/master/notebooks/A0.%20How%20to%20use%20this%20content.ipynb)
65+
* [A0. Before You Begin](http://nbviewer.ipython.org/urls/raw.github.com/nborwankar/LearnDataScience/master/notebooks/A0.%20Before%20You%20Begin.ipynb)
6766
* [A1. Linear Regression - Overview](http://nbviewer.ipython.org/urls/raw.github.com/nborwankar/LearnDataScience/master/notebooks/A1.%20Linear%20Regression%20-%20Overview.ipynb)
6867
* [A2. Linear Regression - Data Exploration - Lending Club](http://nbviewer.ipython.org/urls/raw.github.com/nborwankar/LearnDataScience/master/notebooks/A2.%20Linear%20Regression%20-%20Data%20Exploration%20-%20Lending%20Club.ipynb)
6968
* [A3. Linear Regression - Analysis](http://nbviewer.ipython.org/urls/raw.github.com/nborwankar/LearnDataScience/master/notebooks/A3.%20Linear%20Regression%20-%20Analysis.ipynb)

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)