rickiepark
|
1417a7637f
|
add params for avoiding warn and improving perf.
|
2018-01-30 17:19:37 +09:00 |
|
Aurelien Geron
|
3b4de785e7
|
Fix hyperparameter search and comment at the end of the solution of exercise 5, chapter 2
|
2018-01-14 09:11:47 +01:00 |
|
Kxrr
|
91b142ca9b
|
Fix incorrect description in chapter 2
|
2017-11-25 00:02:08 +08:00 |
|
Aurelien Geron
|
e347f122e7
|
Fix factorize() bug, due to housing_cat being a DataFrame, not a Series, fixes #104
|
2017-10-20 20:07:40 +02:00 |
|
Aurelien Geron
|
5a66878b06
|
Merge branch 'master' of https://github.com/pkourdis/handson-ml into pkourdis-master
|
2017-10-18 09:01:42 +02:00 |
|
pannoos
|
43b6b95381
|
Fix HOUSING_URL
|
2017-10-17 16:41:58 -07:00 |
|
Aurelien Geron
|
34dc331c78
|
Clarify stratified sampling paragraph in ch02
|
2017-10-16 14:19:08 +02:00 |
|
pannoos
|
17ec9e9d32
|
Chapter 2: Improvement of code in "Setup" & "Get the data"
|
2017-10-15 14:14:05 -07:00 |
|
pannoos
|
887e26216d
|
Chapter 2: Generic way of selecting numerical or categorical attributes
|
2017-10-15 04:01:07 -07:00 |
|
pannoos
|
d736811a9c
|
Chapter 2: "Setup" & "Get the data" code improvement
|
2017-10-15 03:11:53 -07:00 |
|
Aurelien Geron
|
6e5e5c130c
|
Merge branch 'master' of github.com:ageron/handson-ml
|
2017-09-19 13:40:59 +02:00 |
|
Aurelien Geron
|
0dc3796574
|
Do not use LabelEncoder and LabelBinarizer, use factorize() and CategoricalEncoder instead.
|
2017-09-19 13:01:23 +02:00 |
|
Aurélien Geron
|
570451e8fa
|
Merge pull request #77 from jasrys/master
Fix typos
|
2017-09-18 08:47:31 +02:00 |
|
Aurelien Geron
|
053b53f17f
|
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
|
632a14fd66
|
Fix typos
|
2017-08-19 08:01:55 -07:00 |
|
Aurelien Geron
|
92b780ddd6
|
Make fetch_housing_data() work on Windows
|
2017-06-18 13:52:10 +02:00 |
|
Aurelien Geron
|
e844878f16
|
Merge PR #36 by lsshawn: adds helpful notes and fixes the null rows sampling code
|
2017-06-08 17:11:08 +02:00 |
|
Aurelien Geron
|
735431b4af
|
Adding missing figure in chapter 02
|
2017-06-08 14:23:33 +02:00 |
|
Aurelien Geron
|
23e991ca26
|
Fix figure 2-13 x-axis values and legend not showing
|
2017-06-06 22:28:39 +02:00 |
|
Aurelien Geron
|
304e48e682
|
Make notebook for ch2 output the same result every time
|
2017-06-06 13:21:19 +02:00 |
|
Aurelien Geron
|
bb8ee313b6
|
Make notebook code match book examples more closely in chapter 2
|
2017-06-01 09:53:20 +02:00 |
|
Aurelien Geron
|
29aa7b7155
|
Finish exercise solution for chapter 9, and ensure sync between notebook and book for chapter 2
|
2017-05-28 18:14:49 +02:00 |
|
Aurelien Geron
|
82b7764648
|
Explain the expon() and reciprocal() distributions
|
2017-05-03 19:46:23 +02:00 |
|
Aurelien Geron
|
f992ee27bd
|
Add exercise solutions
|
2017-04-30 17:32:46 +02:00 |
|
Aurelien Geron
|
d526403bb8
|
Upgrade notebooks to TensorFlow 1.0.0
|
2017-02-17 11:51:26 +01:00 |
|
Aurelien Geron
|
829a624475
|
Upgrade chapter 2 to sklearn 0.18 and ensure python 2 and python 3 both work
|
2016-11-03 23:47:11 +01:00 |
|
Aurelien Geron
|
ae81f69729
|
Fix hash() bug reported by Thiago
|
2016-11-03 17:47:08 +01:00 |
|
Aurelien Geron
|
da638e55e4
|
Add notebooks for chapters 5 to 14
|
2016-09-27 23:31:21 +02:00 |
|