Skip to content

Commit d72d78e

Browse files
rando updates
1 parent a3108e2 commit d72d78e

8 files changed

Lines changed: 31 additions & 25 deletions

ipython/python27/Lecture_Bagging_RandomForests.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -554,10 +554,11 @@
554554
}
555555
],
556556
"metadata": {
557+
"anaconda-cloud": {},
557558
"kernelspec": {
558-
"display_name": "Python 2",
559+
"display_name": "Python [Root]",
559560
"language": "python",
560-
"name": "python2"
561+
"name": "Python [Root]"
561562
},
562563
"language_info": {
563564
"codemirror_mode": {
@@ -569,7 +570,7 @@
569570
"name": "python",
570571
"nbconvert_exporter": "python",
571572
"pygments_lexer": "ipython2",
572-
"version": "2.7.9"
573+
"version": "2.7.12"
573574
}
574575
},
575576
"nbformat": 4,

ipython/python27/Lecture_Clustering.ipynb

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -697,21 +697,21 @@
697697
],
698698
"metadata": {
699699
"kernelspec": {
700-
"display_name": "Python 3",
700+
"display_name": "Python [Root]",
701701
"language": "python",
702-
"name": "python3"
702+
"name": "Python [Root]"
703703
},
704704
"language_info": {
705705
"codemirror_mode": {
706706
"name": "ipython",
707-
"version": 3
707+
"version": 2
708708
},
709709
"file_extension": ".py",
710710
"mimetype": "text/x-python",
711711
"name": "python",
712712
"nbconvert_exporter": "python",
713-
"pygments_lexer": "ipython3",
714-
"version": "3.5.2"
713+
"pygments_lexer": "ipython2",
714+
"version": "2.7.12"
715715
}
716716
},
717717
"nbformat": 4,

ipython/python27/Lecture_GradientTreeBoosting.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -607,10 +607,11 @@
607607
}
608608
],
609609
"metadata": {
610+
"anaconda-cloud": {},
610611
"kernelspec": {
611-
"display_name": "Python 2",
612+
"display_name": "Python [Root]",
612613
"language": "python",
613-
"name": "python2"
614+
"name": "Python [Root]"
614615
},
615616
"language_info": {
616617
"codemirror_mode": {
@@ -622,7 +623,7 @@
622623
"name": "python",
623624
"nbconvert_exporter": "python",
624625
"pygments_lexer": "ipython2",
625-
"version": "2.7.9"
626+
"version": "2.7.12"
626627
}
627628
},
628629
"nbformat": 4,

ipython/python27/Lecture_Metrics_Ranking.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -358,10 +358,11 @@
358358
}
359359
],
360360
"metadata": {
361+
"anaconda-cloud": {},
361362
"kernelspec": {
362-
"display_name": "Python 2",
363+
"display_name": "Python [Root]",
363364
"language": "python",
364-
"name": "python2"
365+
"name": "Python [Root]"
365366
},
366367
"language_info": {
367368
"codemirror_mode": {
@@ -373,7 +374,7 @@
373374
"name": "python",
374375
"nbconvert_exporter": "python",
375376
"pygments_lexer": "ipython2",
376-
"version": "2.7.9"
377+
"version": "2.7.12"
377378
}
378379
},
379380
"nbformat": 4,

ipython/python35/Lecture_Binning_NonLinear_3.ipynb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -267,10 +267,11 @@
267267
}
268268
],
269269
"metadata": {
270+
"anaconda-cloud": {},
270271
"kernelspec": {
271-
"display_name": "Python 3",
272+
"display_name": "Python [py35]",
272273
"language": "python",
273-
"name": "python3"
274+
"name": "Python [py35]"
274275
},
275276
"language_info": {
276277
"codemirror_mode": {

ipython/python35/Lecture_GradientTreeBoosting_3.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@
170170
"\n",
171171
"%matplotlib inline\n",
172172
"\n",
173-
"n=10000\n",
173+
"n = 10000\n",
174174
"circle = [(0.5, 0.5), 0.25]\n",
175175
"sig = 0.1\n",
176176
"\n",
@@ -632,9 +632,9 @@
632632
],
633633
"metadata": {
634634
"kernelspec": {
635-
"display_name": "Python 3",
635+
"display_name": "Python [py35]",
636636
"language": "python",
637-
"name": "python3"
637+
"name": "Python [py35]"
638638
},
639639
"language_info": {
640640
"codemirror_mode": {

ipython/python35/Lecture_Metrics_Ranking_3.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -315,10 +315,11 @@
315315
}
316316
],
317317
"metadata": {
318+
"anaconda-cloud": {},
318319
"kernelspec": {
319-
"display_name": "Python 3",
320+
"display_name": "Python [py35]",
320321
"language": "python",
321-
"name": "python3"
322+
"name": "Python [py35]"
322323
},
323324
"language_info": {
324325
"codemirror_mode": {
@@ -330,7 +331,7 @@
330331
"name": "python",
331332
"nbconvert_exporter": "python",
332333
"pygments_lexer": "ipython3",
333-
"version": "3.5.1"
334+
"version": "3.5.2"
334335
}
335336
},
336337
"nbformat": 4,

ipython/python35/Lecture_Regularization_3.ipynb

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -560,10 +560,11 @@
560560
}
561561
],
562562
"metadata": {
563+
"anaconda-cloud": {},
563564
"kernelspec": {
564-
"display_name": "Python 3",
565+
"display_name": "Python [py35]",
565566
"language": "python",
566-
"name": "python3"
567+
"name": "Python [py35]"
567568
},
568569
"language_info": {
569570
"codemirror_mode": {
@@ -575,7 +576,7 @@
575576
"name": "python",
576577
"nbconvert_exporter": "python",
577578
"pygments_lexer": "ipython3",
578-
"version": "3.5.1"
579+
"version": "3.5.2"
579580
}
580581
},
581582
"nbformat": 4,

0 commit comments

Comments
 (0)