Skip to content

Commit

Permalink
lecture 6
Browse files Browse the repository at this point in the history
  • Loading branch information
briandalessandro committed Oct 8, 2018
1 parent cbed028 commit 7e7391f
Show file tree
Hide file tree
Showing 3 changed files with 158 additions and 90 deletions.
158 changes: 89 additions & 69 deletions ipython/Labs_Student/Lab_FeatureRanking_AUC.ipynb

Large diffs are not rendered by default.

11 changes: 9 additions & 2 deletions ipython/Labs_Student/Lab_FeatureRanking_AUC_Student.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,13 @@
"#Student - Plot a y=x reference line\n"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"Do the feature importance metrics above completely agree with each other (in terms of rank order)? If not, why do you suppose?"
]
},
{
"cell_type": "code",
"execution_count": 10,
Expand Down Expand Up @@ -353,9 +360,9 @@
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python [py35]",
"display_name": "Python 3",
"language": "python",
"name": "Python [py35]"
"name": "python3"
},
"language_info": {
"codemirror_mode": {
Expand Down
Loading

0 comments on commit 7e7391f

Please sign in to comment.