Skip to content

Commit

Permalink
abstract revised for xval_modelselection.ipynb
Browse files Browse the repository at this point in the history
  • Loading branch information
kislayabhi committed Mar 24, 2014
1 parent b38936b commit e875ca9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions doc/ipython-notebooks/evaluation/xval_modelselection.ipynb
@@ -1,6 +1,7 @@
{
"metadata": {
"name": ""
"name": "",
"signature": "sha256:5900d05dc838ca897ef6ece102153153e2aef5111ec99ceb0b38cc14b9757de6"
},
"nbformat": 3,
"nbformat_minor": 0,
Expand Down Expand Up @@ -30,7 +31,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"This notebook illustrates how to evaluate prediction algorithms in Shogus using cross-validation, and how to select their parameters using grid-search. Cross-validation estimates the expected value of a chosen loss function (for example testing error) via dividing data into disjoint partitions and then running the algorithms on a number of combinations for training and testing. Grid-search is a way to compare a number of registered parameters using cross-validation. We demonstrate this on a number of different algorithms within Shogun."
"This notebook illustrates evaluation of prediction algorithms in Shogun using <a href=\"http://en.wikipedia.org/wiki/Cross-validation_(statistics)\">cross-validation</a>, and their parameters selection using <a href=\"http://en.wikipedia.org/wiki/Hyperparameter_optimization\">grid-search</a>. We demonstrate this for a toy example on <a href=\"http://en.wikipedia.org/wiki/Binary_classification\">Binary Classification</a> using <a href=\"http://en.wikipedia.org/wiki/Support_vector_machine\">Support Vector machines</a>."
]
},
{
Expand Down

0 comments on commit e875ca9

Please sign in to comment.