38 Commits

Author SHA1 Message Date
Haesun Park
51822b3eeb 2장 소득 카테고리 히스토그램 이미지 저장 2018-07-05 01:49:37 +09:00
Haesun Park
11bf704e36 텍스트 수정 2018-05-21 15:27:50 +09:00
rickiepark
5dd868b69d 2장 노트북 재실행 2018-05-20 23:14:35 +09:00
rickiepark
1b5acc5d26 future_encoder.py를 사용한 셀을 명확하게 표현함 2018-05-19 18:34:23 +09:00
rickiepark
9ae4f7b037 future_encoder.py 적용, 신뢰 구간 계산 추가 2018-05-19 18:01:33 +09:00
Haesun Park
c7ef25e8da test_set_check 함수 변경 2018-04-09 19:11:02 +09:00
Haesun Park
b6a8830dd8 2장 그래프 음수 표기 수정 2018-03-29 11:07:41 +09:00
Haesun Park
b2e592e05a 텍스트 수정 2018-03-22 11:17:10 +09:00
Haesun Park
71ff0e5abb 2장 워터마크 추가 2018-03-22 10:45:05 +09:00
Haesun Park
16d8e89fa0 2장 실행 2018-03-22 10:39:41 +09:00
Haesun Park
5c6e11d774 run 01~04 notebook 2018-01-31 13:53:11 +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