Skip to content

Commit

Permalink
language typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
rasbt committed Jul 1, 2018
1 parent 6a6d345 commit f9d26b0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"The *permutation importance* is an intuitive, model-agnostic method to estimate the feature importance for classifier and regression models. The approach is relatively simple and straigh-forward:\n",
"The *permutation importance* is an intuitive, model-agnostic method to estimate the feature importance for classifier and regression models. The approach is relatively simple and straight-forward:\n",
"\n",
"1. Take a model that was fit to the training dataset\n",
"2. Estimate the predictive performance of the model on an independent dataset (e.g., validation dataset) and record it as the baseline performance\n",
Expand Down Expand Up @@ -624,7 +624,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.4"
"version": "3.6.5"
},
"toc": {
"nav_menu": {},
Expand Down

0 comments on commit f9d26b0

Please sign in to comment.