Commit Graph

31 Commits (0e9a3d7826a006f6ac4b936207a3ff39033e8a45)

Author SHA1 Message Date
Aurélien Geron 79ce441212 Update lib versions and add pydot, fixes #29 2022-09-22 19:14:01 +12:00
Aurélien Geron 85171acd17 Require Python 3.7+ 2022-02-19 23:03:20 +13:00
Aurélien Geron 0a28fab583 Add notebook outputs 2022-02-19 22:24:54 +13:00
Aurélien Geron c9b977309a Move datasets to project ageron/data to shrink this repo 2022-02-19 21:36:43 +13:00
Aurélien Geron b63019fd28 Sync notebook with book's code examples, and better identify extra code 2022-02-19 18:17:36 +13:00
Aurélien Geron 52d4f0a8c6 Make font sizes consistent across notebooks 2021-11-27 23:03:26 +13:00
Aurélien Geron 1cb374d14e Add exercise solutions (from former appendix A) to notebooks 1 to 9 2021-11-25 21:45:32 +13:00
Aurélien Geron 5bb0366125 Replace handson-ml2 with handson-ml3, and fix figure chapter numbers 2021-11-23 15:42:16 +13:00
Aurélien Geron a2c05861f3 Move notebooks again as the SVM chapter is added back 2021-11-23 13:41:17 +13:00
Aurélien Geron ce4fccf74c Large change: Chapter 5 on SVMs moves online 2021-10-15 21:59:45 +13:00
Aurélien Geron fa1ae51184 Large change: replace os.path with pathlib, move to Python 3.7 2021-10-15 21:46:27 +13:00
Aurélien Geron 3f89676892 Improve alignment between notebook and book section headers 2021-10-03 23:05:49 +13:00
Austin Chan bb15e04c25 [Typo] Fix typo in Chapter 9 Olivetti faces exercise 2021-08-22 17:21:09 -07:00
Aurélien Geron 1b96533668 Replace 'Open in Colab' button 2021-05-26 07:40:58 +12:00
Aurélien Geron 974c4fe858 Add 'Open in Kaggle' button 2021-05-26 07:31:19 +12:00
Aurélien Geron 5e9bec62bc Replace y_gen_faces with y_bad, and other little fixes (thanks Ian!) 2021-03-02 15:09:30 +13:00
Aurélien Geron 346dfe6d1e Use as_frame=False when calling fetch_openml() 2021-03-02 09:29:06 +13:00
Aurélien Geron 0eb31f77c2 Replace random_state=n_clusters with random_state=42, fixes #366 2021-02-19 17:52:10 +13:00
Aurélien Geron 670873843d Update libraries to latest version, including TensorFlow 2.4.1 and Scikit-Learn 0.24.1 2021-02-14 15:02:09 +13:00
Aurélien Geron 2f7ab70295 Update notebooks to latest nbformat 2020-04-06 19:13:12 +12:00
Aurélien Geron 295d9a1353 Add solutions to chapter 9 code exercises 2020-01-26 19:16:11 +13:00
Aurélien Geron a55720e9e4 Make notebooks 1 to 9 runnable in Colab without changes 2019-11-05 22:26:52 +08:00
Aurélien Geron 936e2cf50f Import urllib directly instead of from six.moves, as we move away from Python 2 2019-10-12 16:30:13 +09:30
Thierry Herrmann 497ec6d2aa chap09 likelihood fix 2019-09-01 12:55:16 -04:00
Aurélien Geron 87ea670bef Iris-Virginica => Iris virginica (& same for versicolor and setosa) 2019-08-12 14:45:33 +08:00
Aurélien Geron 80279c4477 Make notebook 09 deterministic, and avoid non-convergence warnings 2019-05-19 16:19:29 +07:00
Aurélien Geron 8e08319781 Rename the figure paths from *_diagram.png to *_plot.png 2019-05-09 16:25:26 +08:00
Aurélien Geron b546b743be Create image directory and check for sklearn >= 0.20 and TensorFlow >= 2.0-preview 2019-01-21 18:13:10 +08:00
Aurélien Geron 6b8dff91d0 Update all notebooks assuming we are all in the future now: sklearn 0.20+, python 3.5+, TF 2.0 preview 2019-01-18 23:08:37 +08:00
Aurélien Geron 10c432a997 Drop Python 2 (woohoo!) and import matplotlib as mpl 2019-01-16 23:42:53 +08:00
Aurélien Geron 2b9bb9bee9 Split ch08 into ch08 and ch09 2019-01-15 12:36:29 +08:00