Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
nborwankar committed Sep 4, 2013
2 parents 957f4d8 + 7dcc895 commit 5685f96
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,7 @@ Extensions to the content embodied in this projects content are also released un
IPython Notebooks at Beta.
--------------------------

* [A0. Before you begin](http://nbviewer.ipython.org/urls/raw.github.com/nborwankar/LearnDataScience/master/notebooks/A0.%20Before%20you%20begin.ipynb)
* [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)
* [A0. Before You Begin](http://nbviewer.ipython.org/urls/raw.github.com/nborwankar/LearnDataScience/master/notebooks/A0.%20Before%20You%20Begin.ipynb)
* [A1. Linear Regression - Overview](http://nbviewer.ipython.org/urls/raw.github.com/nborwankar/LearnDataScience/master/notebooks/A1.%20Linear%20Regression%20-%20Overview.ipynb)
* [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)
* [A3. Linear Regression - Analysis](http://nbviewer.ipython.org/urls/raw.github.com/nborwankar/LearnDataScience/master/notebooks/A3.%20Linear%20Regression%20-%20Analysis.ipynb)
Expand Down
4 changes: 2 additions & 2 deletions notebooks/C2. Random Forests - Data Exploration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@
"\n",
"This is a set of variables that is semantically compact, interpretable and relatively easy to reason about.\n",
"\n",
"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."
"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."
]
},
{
Expand Down Expand Up @@ -370,4 +370,4 @@
"metadata": {}
}
]
}
}

0 comments on commit 5685f96

Please sign in to comment.