Skip to content

Commit

Permalink
rando updates
Browse files Browse the repository at this point in the history
  • Loading branch information
briandalessandro committed Aug 29, 2017
1 parent a3108e2 commit d72d78e
Show file tree
Hide file tree
Showing 8 changed files with 31 additions and 25 deletions.
7 changes: 4 additions & 3 deletions ipython/python27/Lecture_Bagging_RandomForests.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -554,10 +554,11 @@
}
],
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python 2",
"display_name": "Python [Root]",
"language": "python",
"name": "python2"
"name": "Python [Root]"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -569,7 +570,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.9"
"version": "2.7.12"
}
},
"nbformat": 4,
Expand Down
10 changes: 5 additions & 5 deletions ipython/python27/Lecture_Clustering.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -697,21 +697,21 @@
],
"metadata": {
"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.2"
"pygments_lexer": "ipython2",
"version": "2.7.12"
}
},
"nbformat": 4,
Expand Down
7 changes: 4 additions & 3 deletions ipython/python27/Lecture_GradientTreeBoosting.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -607,10 +607,11 @@
}
],
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python 2",
"display_name": "Python [Root]",
"language": "python",
"name": "python2"
"name": "Python [Root]"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -622,7 +623,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.9"
"version": "2.7.12"
}
},
"nbformat": 4,
Expand Down
7 changes: 4 additions & 3 deletions ipython/python27/Lecture_Metrics_Ranking.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -358,10 +358,11 @@
}
],
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python 2",
"display_name": "Python [Root]",
"language": "python",
"name": "python2"
"name": "Python [Root]"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -373,7 +374,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython2",
"version": "2.7.9"
"version": "2.7.12"
}
},
"nbformat": 4,
Expand Down
5 changes: 3 additions & 2 deletions ipython/python35/Lecture_Binning_NonLinear_3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -267,10 +267,11 @@
}
],
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python [py35]",
"language": "python",
"name": "python3"
"name": "Python [py35]"
},
"language_info": {
"codemirror_mode": {
Expand Down
6 changes: 3 additions & 3 deletions ipython/python35/Lecture_GradientTreeBoosting_3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@
"\n",
"%matplotlib inline\n",
"\n",
"n=10000\n",
"n = 10000\n",
"circle = [(0.5, 0.5), 0.25]\n",
"sig = 0.1\n",
"\n",
Expand Down Expand Up @@ -632,9 +632,9 @@
],
"metadata": {
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python [py35]",
"language": "python",
"name": "python3"
"name": "Python [py35]"
},
"language_info": {
"codemirror_mode": {
Expand Down
7 changes: 4 additions & 3 deletions ipython/python35/Lecture_Metrics_Ranking_3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -315,10 +315,11 @@
}
],
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python [py35]",
"language": "python",
"name": "python3"
"name": "Python [py35]"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -330,7 +331,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.1"
"version": "3.5.2"
}
},
"nbformat": 4,
Expand Down
7 changes: 4 additions & 3 deletions ipython/python35/Lecture_Regularization_3.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -560,10 +560,11 @@
}
],
"metadata": {
"anaconda-cloud": {},
"kernelspec": {
"display_name": "Python 3",
"display_name": "Python [py35]",
"language": "python",
"name": "python3"
"name": "Python [py35]"
},
"language_info": {
"codemirror_mode": {
Expand All @@ -575,7 +576,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.5.1"
"version": "3.5.2"
}
},
"nbformat": 4,
Expand Down

0 comments on commit d72d78e

Please sign in to comment.