From 7b00345a1c3b50a76bb4779c9b58b34b0fa9fe92 Mon Sep 17 00:00:00 2001 From: Darren Cook Date: Fri, 9 Dec 2016 10:44:06 +0000 Subject: [PATCH 1/2] Update README.md --- README.md | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2ace043..bfb16d4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # h2o -For the "Practical Machine Learning with H2O" book, to be published by O'Reilly (ISBN, etc. coming soon) + +NOTE: content is kept in the "bk" branch. + +For the "Practical Machine Learning with H2O" book, published by O'Reilly: + http://shop.oreilly.com/product/0636920053170.do + +( Print ISBN: 978-1-4919-6460-6; Ebook ISBN: 978-1-4919-6454-5 ) + +Also, the usual places like Amazon: + https://www.amazon.com/Practical-Machine-Learning-H2O-Techniques/dp/149196460X (U.S.) + http://amazon.co.uk/Practical-Machine-Learning-H20-Techniques/dp/149196460X/?tag=wwwdcookorg-21 + (U.K.) + From ffa8b648c0abd53487b0a422ec5c40b24ba3cfbe Mon Sep 17 00:00:00 2001 From: Darren Cook Date: Fri, 9 Dec 2016 11:00:49 +0000 Subject: [PATCH 2/2] Tidied up the readme --- README.md | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index bfb16d4..e750750 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,12 @@ # h2o -NOTE: content is kept in the "bk" branch. +This is the code and data repository for the "Practical Machine Learning with H2O" book, [published by O'Reilly](http://shop.oreilly.com/product/0636920053170.do). -For the "Practical Machine Learning with H2O" book, published by O'Reilly: - http://shop.oreilly.com/product/0636920053170.do +**NOTE:** content is kept in the "bk" branch. Please switch to it now. -( Print ISBN: 978-1-4919-6460-6; Ebook ISBN: 978-1-4919-6454-5 ) +As well as direct from O'Reilly, it is also available in places like [Amazon US](https://www.amazon.com/Practical-Machine-Learning-H2O-Techniques/dp/149196460X) and [Amazon UK](http://amazon.co.uk/Practical-Machine-Learning-H20-Techniques/dp/149196460X/?tag=wwwdcookorg-21) ( Print ISBN: 978-1-4919-6460-6; Ebook ISBN: 978-1-4919-6454-5 ) -Also, the usual places like Amazon: - https://www.amazon.com/Practical-Machine-Learning-H2O-Techniques/dp/149196460X (U.S.) - http://amazon.co.uk/Practical-Machine-Learning-H20-Techniques/dp/149196460X/?tag=wwwdcookorg-21 - (U.K.) +If you find any errors in the code found here, please file a bug report here. For mistakes or typos in the text of the book, use [the book's errata page](http://www.oreilly.com/catalog/errata.csp?isbn=0636920053170) + +If you have written your own code that gets a better result on one of the data sets in the book, and want to share, please submit a pull request by putting your `contrib` folder. Please make all contributions as public domain, or under the MIT or BSD open source license. Remember to include any additional data sets used (or links to them if they are already open and online somewhere stable).