Commit Graph

43 Commits (96edbd5ef4709f2f12e73922f587bcd2910a877b)

Author SHA1 Message Date
Aurélien Geron 0ce6548ddc Tarballs like housing.tgz include the parent directory 2022-02-21 10:23:31 +13: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 3552690321 Remove redundant comment 2021-12-08 15:16:42 +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 c14e87edc7 X_train, y_train instead of X, y, fixes #474 2021-10-06 19:13:44 +13:00
Aurélien Geron 3f89676892 Improve alignment between notebook and book section headers 2021-10-03 23:05:49 +13:00
Aurélien Geron 1b96533668 Replace 'Open in Colab' button 2021-05-26 07:40:58 +12:00
Peretz Cohen f6be22e83c Update 07_ensemble_learning_and_random_forests.ipynb
fix link
2021-05-25 11:15:57 -07:00
Peretz Cohen 0bb2d2eab1 Update 07_ensemble_learning_and_random_forests.ipynb
revert changes?
2021-05-24 21:56:34 -07:00
Peretz Cohen ce4ccc47f0 Update 07_ensemble_learning_and_random_forests.ipynb
fix typo
2021-05-24 20:54:57 -07:00
Peretz Cohen bb0087afcc Update 07_ensemble_learning_and_random_forests.ipynb
add Open in Kaggle badge
2021-05-24 19:47:05 -07:00
Aurélien Geron e10a807907 Set max_features="sqrt" in Decision Tree rather than BaggingClassifier 2021-03-04 23:06:21 +13:00
Aurélien Geron 33f9ff10b4 Use default splitter="best" instead of splitter="random", fixes #340 2021-03-04 15:17:19 +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 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 a55720e9e4 Make notebooks 1 to 9 runnable in Colab without changes 2019-11-05 22:26:52 +08:00
Aurélien Geron 7e6489f8a4 Improve a few figures (e.g., add missing labels, share axes, etc.) 2019-10-13 16:58:36 +08:00
Aurélien Geron 0023162fc5 bst_n_estimators should be argmin + 1 2019-06-08 21:59:55 +08:00
Aurélien Geron 52afcf4290 Crop long outputs so they show up nicer on github.com 2019-04-16 00:06:57 +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 d2518a679b Drop Python 2 (woohoo!) and import matplotlib as mpl 2019-01-16 23:42:00 +08:00
Aurélien Geron b54ee1b608 Update notebooks 1 to 8 to latest library versions (in particular Scikit-Learn 0.20) 2018-12-21 10:18:31 +08:00
Aurélien Geron 4d25a60d6a Add solution of exercises 7.8 (voting classifier) and 7.9 (stacking ensemble) 2018-05-09 10:09:04 +02:00
Aurélien Geron 581253b47a Add xgboost example and upgrade to latest matplotlib version 2018-05-08 12:43:49 +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 46c05c8ed3 Fix titles in figure 7-8 (learning rates should be 1 and 0.5) 2017-09-15 16:41:15 +02:00
Jason Rys dc901e0ada Fix typos 2017-08-19 08:01:55 -07:00
Aurélien Geron 1a165e2864 Use 'np.random' rather than 'import numpy.random as rnd', and add random_state to make notebook's output constant 2017-06-06 16:32:08 +02:00
Aurélien Geron b7779802f0 Synchronize chapter 7's code and the corresponding notebook's code 2017-06-02 10:57:06 +02:00
Aurélien Geron 29ef56964a Since mldata.org is down, download MNIST elsewhere 2017-04-07 21:33:53 +02:00
Aurélien Geron d8176ec2cb Upgrade notebooks to TensorFlow 1.0.0 2017-02-17 11:51:26 +01:00
Aurélien Geron 6ed00af7d0 Move to sklearn 0.18 2016-11-05 14:25:56 +01:00
Aurélien Geron d7d6c121e3 Add notebooks for chapters 5 to 14 2016-09-27 23:31:21 +02:00