Skip to content

Commit 9f20359

Browse files
committedMay 29, 2016
upd watermark notes + links to translations
1 parent 77442b4 commit 9f20359

File tree

14 files changed

+213
-217
lines changed

14 files changed

+213
-217
lines changed
 

‎README.md

+5
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ Kindle ASIN: B00YSILNL0<br></div>
4444
- at other book stores: [Google Books](https://books.google.com/books?id=GOVOCwAAQBAJ&source=gbs_slider_cls_metadata_7_mylibrary), [O'Reilly](http://shop.oreilly.com/product/9781783555130.do), [Safari](https://www.safaribooksonline.com/library/view/python-machine-learning/9781783555130/), [Barnes & Noble](http://www.barnesandnoble.com/w/python-machine-learning-essentials-sebastian-raschka/1121999969?ean=9781783555130), [Apple iBooks](https://itunes.apple.com/us/book/python-machine-learning/id1028207310?mt=11), ...
4545
- social platforms: [Goodreads](https://www.goodreads.com/book/show/25545994-python-machine-learning)
4646

47+
#### Translations
48+
49+
- [German translation](https://www.amazon.de/Machine-Learning-Python-mitp-Professional/dp/3958454224/) via “mitp Verlag”
50+
- [Japanese translation](http://www.amazon.co.jp/gp/product/4844380605/) via “Impress Top Gear”
51+
4752
![](./images/ml-overview.jpg)
4853

4954
### [Literature References & Further Reading Resources](./docs/references.md)

‎code/ch01/ch01.ipynb

+9-7
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"[Sebastian Raschka](http://sebastianraschka.com), 2015\n",
7+
"Copyright (c) 2015, 2016 [Sebastian Raschka](sebastianraschka.com)\n",
88
"\n",
9-
"https://github.com/rasbt/python-machine-learning-book"
9+
"https://github.com/rasbt/python-machine-learning-book\n",
10+
"\n",
11+
"[MIT License](https://github.com/rasbt/python-machine-learning-book/blob/master/LICENSE.txt)"
1012
]
1113
},
1214
{
@@ -567,21 +569,21 @@
567569
],
568570
"metadata": {
569571
"kernelspec": {
570-
"display_name": "Python 3",
572+
"display_name": "Python 2",
571573
"language": "python",
572-
"name": "python3"
574+
"name": "python2"
573575
},
574576
"language_info": {
575577
"codemirror_mode": {
576578
"name": "ipython",
577-
"version": 3
579+
"version": 2
578580
},
579581
"file_extension": ".py",
580582
"mimetype": "text/x-python",
581583
"name": "python",
582584
"nbconvert_exporter": "python",
583-
"pygments_lexer": "ipython3",
584-
"version": "3.5.1"
585+
"pygments_lexer": "ipython2",
586+
"version": "2.7.11"
585587
}
586588
},
587589
"nbformat": 4,

‎code/ch02/ch02.ipynb

+11-12
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"[Sebastian Raschka](http://sebastianraschka.com), 2015\n",
7+
"Copyright (c) 2015, 2016 [Sebastian Raschka](sebastianraschka.com)\n",
88
"\n",
9-
"https://github.com/rasbt/python-machine-learning-book"
9+
"https://github.com/rasbt/python-machine-learning-book\n",
10+
"\n",
11+
"[MIT License](https://github.com/rasbt/python-machine-learning-book/blob/master/LICENSE.txt)"
1012
]
1113
},
1214
{
@@ -59,15 +61,12 @@
5961
]
6062
},
6163
{
62-
"cell_type": "code",
63-
"execution_count": 2,
64+
"cell_type": "markdown",
6465
"metadata": {
6566
"collapsed": true
6667
},
67-
"outputs": [],
6868
"source": [
69-
"# to install watermark just uncomment the following line:\n",
70-
"#%install_ext https://raw.githubusercontent.com/rasbt/watermark/master/watermark.py"
69+
"*The use of `watermark` is optional. You can install this IPython extension via \"`pip install watermark`\". For more information, please see: https://github.com/rasbt/watermark.*"
7170
]
7271
},
7372
{
@@ -1333,21 +1332,21 @@
13331332
],
13341333
"metadata": {
13351334
"kernelspec": {
1336-
"display_name": "Python 3",
1335+
"display_name": "Python 2",
13371336
"language": "python",
1338-
"name": "python3"
1337+
"name": "python2"
13391338
},
13401339
"language_info": {
13411340
"codemirror_mode": {
13421341
"name": "ipython",
1343-
"version": 3
1342+
"version": 2
13441343
},
13451344
"file_extension": ".py",
13461345
"mimetype": "text/x-python",
13471346
"name": "python",
13481347
"nbconvert_exporter": "python",
1349-
"pygments_lexer": "ipython3",
1350-
"version": "3.5.1"
1348+
"pygments_lexer": "ipython2",
1349+
"version": "2.7.11"
13511350
}
13521351
},
13531352
"nbformat": 4,

‎code/ch03/ch03.ipynb

+11-12
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"[Sebastian Raschka](http://sebastianraschka.com), 2015\n",
7+
"Copyright (c) 2015, 2016 [Sebastian Raschka](sebastianraschka.com)\n",
88
"\n",
9-
"https://github.com/rasbt/python-machine-learning-book"
9+
"https://github.com/rasbt/python-machine-learning-book\n",
10+
"\n",
11+
"[MIT License](https://github.com/rasbt/python-machine-learning-book/blob/master/LICENSE.txt)"
1012
]
1113
},
1214
{
@@ -60,15 +62,12 @@
6062
]
6163
},
6264
{
63-
"cell_type": "code",
64-
"execution_count": 2,
65+
"cell_type": "markdown",
6566
"metadata": {
6667
"collapsed": true
6768
},
68-
"outputs": [],
6969
"source": [
70-
"# to install watermark just uncomment the following line:\n",
71-
"#%install_ext https://raw.githubusercontent.com/rasbt/watermark/master/watermark.py"
70+
"*The use of `watermark` is optional. You can install this IPython extension via \"`pip install watermark`\". For more information, please see: https://github.com/rasbt/watermark.*"
7271
]
7372
},
7473
{
@@ -1473,21 +1472,21 @@
14731472
],
14741473
"metadata": {
14751474
"kernelspec": {
1476-
"display_name": "Python 3",
1475+
"display_name": "Python 2",
14771476
"language": "python",
1478-
"name": "python3"
1477+
"name": "python2"
14791478
},
14801479
"language_info": {
14811480
"codemirror_mode": {
14821481
"name": "ipython",
1483-
"version": 3
1482+
"version": 2
14841483
},
14851484
"file_extension": ".py",
14861485
"mimetype": "text/x-python",
14871486
"name": "python",
14881487
"nbconvert_exporter": "python",
1489-
"pygments_lexer": "ipython3",
1490-
"version": "3.5.1"
1488+
"pygments_lexer": "ipython2",
1489+
"version": "2.7.11"
14911490
}
14921491
},
14931492
"nbformat": 4,

‎code/ch04/ch04.ipynb

+11-12
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"[Sebastian Raschka](http://sebastianraschka.com), 2015\n",
7+
"Copyright (c) 2015, 2016 [Sebastian Raschka](sebastianraschka.com)\n",
88
"\n",
9-
"https://github.com/rasbt/python-machine-learning-book"
9+
"https://github.com/rasbt/python-machine-learning-book\n",
10+
"\n",
11+
"[MIT License](https://github.com/rasbt/python-machine-learning-book/blob/master/LICENSE.txt)"
1012
]
1113
},
1214
{
@@ -60,15 +62,12 @@
6062
]
6163
},
6264
{
63-
"cell_type": "code",
64-
"execution_count": 2,
65+
"cell_type": "markdown",
6566
"metadata": {
6667
"collapsed": true
6768
},
68-
"outputs": [],
6969
"source": [
70-
"# to install watermark just uncomment the following line:\n",
71-
"#%install_ext https://raw.githubusercontent.com/rasbt/watermark/master/watermark.py"
70+
"*The use of `watermark` is optional. You can install this IPython extension via \"`pip install watermark`\". For more information, please see: https://github.com/rasbt/watermark.*"
7271
]
7372
},
7473
{
@@ -2318,21 +2317,21 @@
23182317
],
23192318
"metadata": {
23202319
"kernelspec": {
2321-
"display_name": "Python 3",
2320+
"display_name": "Python 2",
23222321
"language": "python",
2323-
"name": "python3"
2322+
"name": "python2"
23242323
},
23252324
"language_info": {
23262325
"codemirror_mode": {
23272326
"name": "ipython",
2328-
"version": 3
2327+
"version": 2
23292328
},
23302329
"file_extension": ".py",
23312330
"mimetype": "text/x-python",
23322331
"name": "python",
23332332
"nbconvert_exporter": "python",
2334-
"pygments_lexer": "ipython3",
2335-
"version": "3.5.1"
2333+
"pygments_lexer": "ipython2",
2334+
"version": "2.7.11"
23362335
}
23372336
},
23382337
"nbformat": 4,

‎code/ch05/ch05.ipynb

+11-12
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"[Sebastian Raschka](http://sebastianraschka.com), 2015\n",
7+
"Copyright (c) 2015, 2016 [Sebastian Raschka](sebastianraschka.com)\n",
88
"\n",
9-
"https://github.com/rasbt/python-machine-learning-book"
9+
"https://github.com/rasbt/python-machine-learning-book\n",
10+
"\n",
11+
"[MIT License](https://github.com/rasbt/python-machine-learning-book/blob/master/LICENSE.txt)"
1012
]
1113
},
1214
{
@@ -60,15 +62,12 @@
6062
]
6163
},
6264
{
63-
"cell_type": "code",
64-
"execution_count": 2,
65+
"cell_type": "markdown",
6566
"metadata": {
6667
"collapsed": true
6768
},
68-
"outputs": [],
6969
"source": [
70-
"# to install watermark just uncomment the following line:\n",
71-
"#%install_ext https://raw.githubusercontent.com/rasbt/watermark/master/watermark.py"
70+
"*The use of `watermark` is optional. You can install this IPython extension via \"`pip install watermark`\". For more information, please see: https://github.com/rasbt/watermark.*"
7271
]
7372
},
7473
{
@@ -2319,21 +2318,21 @@
23192318
],
23202319
"metadata": {
23212320
"kernelspec": {
2322-
"display_name": "Python 3",
2321+
"display_name": "Python 2",
23232322
"language": "python",
2324-
"name": "python3"
2323+
"name": "python2"
23252324
},
23262325
"language_info": {
23272326
"codemirror_mode": {
23282327
"name": "ipython",
2329-
"version": 3
2328+
"version": 2
23302329
},
23312330
"file_extension": ".py",
23322331
"mimetype": "text/x-python",
23332332
"name": "python",
23342333
"nbconvert_exporter": "python",
2335-
"pygments_lexer": "ipython3",
2336-
"version": "3.5.1"
2334+
"pygments_lexer": "ipython2",
2335+
"version": "2.7.11"
23372336
}
23382337
},
23392338
"nbformat": 4,

‎code/ch06/ch06.ipynb

+11-12
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"[Sebastian Raschka](http://sebastianraschka.com), 2015\n",
7+
"Copyright (c) 2015, 2016 [Sebastian Raschka](sebastianraschka.com)\n",
88
"\n",
9-
"https://github.com/rasbt/python-machine-learning-book"
9+
"https://github.com/rasbt/python-machine-learning-book\n",
10+
"\n",
11+
"[MIT License](https://github.com/rasbt/python-machine-learning-book/blob/master/LICENSE.txt)"
1012
]
1113
},
1214
{
@@ -60,15 +62,12 @@
6062
]
6163
},
6264
{
63-
"cell_type": "code",
64-
"execution_count": 2,
65+
"cell_type": "markdown",
6566
"metadata": {
6667
"collapsed": true
6768
},
68-
"outputs": [],
6969
"source": [
70-
"# to install watermark just uncomment the following line:\n",
71-
"#%install_ext https://raw.githubusercontent.com/rasbt/watermark/master/watermark.py"
70+
"*The use of `watermark` is optional. You can install this IPython extension via \"`pip install watermark`\". For more information, please see: https://github.com/rasbt/watermark.*"
7271
]
7372
},
7473
{
@@ -1797,21 +1796,21 @@
17971796
],
17981797
"metadata": {
17991798
"kernelspec": {
1800-
"display_name": "Python 3",
1799+
"display_name": "Python 2",
18011800
"language": "python",
1802-
"name": "python3"
1801+
"name": "python2"
18031802
},
18041803
"language_info": {
18051804
"codemirror_mode": {
18061805
"name": "ipython",
1807-
"version": 3
1806+
"version": 2
18081807
},
18091808
"file_extension": ".py",
18101809
"mimetype": "text/x-python",
18111810
"name": "python",
18121811
"nbconvert_exporter": "python",
1813-
"pygments_lexer": "ipython3",
1814-
"version": "3.5.1"
1812+
"pygments_lexer": "ipython2",
1813+
"version": "2.7.11"
18151814
}
18161815
},
18171816
"nbformat": 4,

0 commit comments

Comments
 (0)