Commit Graph

26 Commits (5ec679f4a5f95169683cd33a97f9feba831a3b53)

Author SHA1 Message Date
Kxrr 767affca86 Fix incorrect description in chapter 2 2017-11-25 00:02:08 +08:00
Aurélien Geron 7d7ccce9d3 Fix factorize() bug, due to housing_cat being a DataFrame, not a Series, fixes #104 2017-10-20 20:07:40 +02:00
Aurélien Geron 7a9110ea47 Merge branch 'master' of https://github.com/pkourdis/handson-ml into pkourdis-master 2017-10-18 09:01:42 +02:00
pannoos f53dc95940 Fix HOUSING_URL 2017-10-17 16:41:58 -07:00
Aurélien Geron 830d6e4751 Clarify stratified sampling paragraph in ch02 2017-10-16 14:19:08 +02:00
pannoos e287581c93 Chapter 2: Improvement of code in "Setup" & "Get the data" 2017-10-15 14:14:05 -07:00
pannoos bbe33f7039 Chapter 2: Generic way of selecting numerical or categorical attributes 2017-10-15 04:01:07 -07:00
pannoos 7e4f99085f Chapter 2: "Setup" & "Get the data" code improvement 2017-10-15 03:11:53 -07:00
Aurélien Geron 204b6ac7ce Merge branch 'master' of github.com:ageron/handson-ml 2017-09-19 13:40:59 +02:00
Aurélien Geron 7629334e9b Do not use LabelEncoder and LabelBinarizer, use factorize() and CategoricalEncoder instead. 2017-09-19 13:01:23 +02:00
Aurélien Geron dbaae16e88 Merge pull request #77 from jasrys/master
Fix typos
2017-09-18 08:47:31 +02:00
Aurélien Geron b59d2016d6 Provide workaround and explanations about the breakage of LabelBinarizer by Scikit-Learn 0.19.0 2017-09-15 14:40:13 +02:00
Jason Rys dc901e0ada Fix typos 2017-08-19 08:01:55 -07:00
Aurélien Geron 11b984eb92 Make fetch_housing_data() work on Windows 2017-06-18 13:52:10 +02:00
Aurélien Geron 7f4cd72d97 Merge PR #36 by lsshawn: adds helpful notes and fixes the null rows sampling code 2017-06-08 17:11:08 +02:00
Aurélien Geron 8935c61570 Adding missing figure in chapter 02 2017-06-08 14:23:33 +02:00
Aurélien Geron 711a577f1a Fix figure 2-13 x-axis values and legend not showing 2017-06-06 22:28:39 +02:00
Aurélien Geron bd6c167e09 Make notebook for ch2 output the same result every time 2017-06-06 13:21:19 +02:00
Aurélien Geron 88acd2b4b9 Make notebook code match book examples more closely in chapter 2 2017-06-01 09:53:20 +02:00
Aurélien Geron 168ad47702 Finish exercise solution for chapter 9, and ensure sync between notebook and book for chapter 2 2017-05-28 18:14:49 +02:00
Aurélien Geron c3da72c4ef Explain the expon() and reciprocal() distributions 2017-05-03 19:46:23 +02:00
Aurélien Geron d192f3de7a Add exercise solutions 2017-04-30 17:32:46 +02:00
Aurélien Geron d8176ec2cb Upgrade notebooks to TensorFlow 1.0.0 2017-02-17 11:51:26 +01:00
Aurélien Geron 61f9b54cdb Upgrade chapter 2 to sklearn 0.18 and ensure python 2 and python 3 both work 2016-11-03 23:47:11 +01:00
Aurélien Geron dabda0f806 Fix hash() bug reported by Thiago 2016-11-03 17:47:08 +01:00
Aurélien Geron d7d6c121e3 Add notebooks for chapters 5 to 14 2016-09-27 23:31:21 +02:00