Skip to content

Commit

Permalink
added file
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Sam Pete Thiyagu committed Dec 13, 2016
1 parent c7c1249 commit cd54d88
Show file tree
Hide file tree
Showing 2 changed files with 1,002 additions and 12 deletions.
25 changes: 13 additions & 12 deletions SVM Test.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"cell_type": "code",
"execution_count": 1,
"metadata": {
"collapsed": true
"collapsed": false
},
"outputs": [],
"source": [
Expand All @@ -14,7 +14,7 @@
},
{
"cell_type": "code",
"execution_count": 7,
"execution_count": 2,
"metadata": {
"collapsed": false
},
Expand Down Expand Up @@ -48,7 +48,7 @@
},
{
"cell_type": "code",
"execution_count": 26,
"execution_count": 3,
"metadata": {
"collapsed": false
},
Expand All @@ -62,7 +62,7 @@
" tol=0.001, verbose=False)"
]
},
"execution_count": 26,
"execution_count": 3,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -74,7 +74,7 @@
},
{
"cell_type": "code",
"execution_count": 27,
"execution_count": 4,
"metadata": {
"collapsed": false
},
Expand Down Expand Up @@ -109,7 +109,7 @@
},
{
"cell_type": "code",
"execution_count": 28,
"execution_count": 5,
"metadata": {
"collapsed": false
},
Expand All @@ -120,7 +120,7 @@
"1.0"
]
},
"execution_count": 28,
"execution_count": 5,
"metadata": {},
"output_type": "execute_result"
}
Expand All @@ -133,22 +133,23 @@
}
],
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python [Root]",
"language": "python",
"name": "python3"
"name": "Python [Root]"
},
"language_info": {
"codemirror_mode": {
"name": "ipython",
"version": 3
"version": 2
},
"file_extension": ".py",
"mimetype": "text/x-python",
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.1+"
"pygments_lexer": "ipython2",
"version": "2.7.12"
}
},
"nbformat": 4,
Expand Down
Loading

0 comments on commit cd54d88

Please sign in to comment.