Navigation Menu

Skip to content

Commit

Permalink
updated decision trees
Browse files Browse the repository at this point in the history
  • Loading branch information
Masino committed Nov 4, 2012
1 parent 5e82616 commit ecdc891
Show file tree
Hide file tree
Showing 7 changed files with 916 additions and 56 deletions.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -12,6 +12,7 @@ var
sdist
develop-eggs
.installed.cfg
output

# Installer logs
pip-log.txt
Expand Down
46 changes: 27 additions & 19 deletions 02_Linear_Regression.ipynb

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion 03_Linear_Classification.ipynb
Expand Up @@ -509,7 +509,7 @@
"output_type": "pyout",
"prompt_number": 2,
"text": [
"<matplotlib.text.Text at 0x11049e710>"
"<matplotlib.text.Text at 0x108f0ad50>"
]
},
{
Expand Down
247 changes: 211 additions & 36 deletions 05_Decision_Trees.ipynb

Large diffs are not rendered by default.

0 comments on commit ecdc891

Please sign in to comment.