Commit Graph

48 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
Victor Khaustov 1cdc1b7178 Correct preposition 2022-05-31 17:04:55 +09:00
Victor Khaustov f32ce273d2 Fix typos and remove unused args in plot.grid() 2022-05-31 16:51:50 +09:00
Aurélien Geron f92a7497f8 Clarify a few figures, and remove unneeded raw strings 2022-05-05 16:25:41 +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 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 319df2454d For regression, it's better to talk about targets than labels 2021-11-29 12:15:44 +13:00
Aurélien Geron 52d4f0a8c6 Make font sizes consistent across notebooks 2021-11-27 23:03:26 +13:00
Aurélien Geron 84f474d92c Load plt before setting rcParams and remove unneeded fontsize=14 2021-11-27 13:46:38 +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 01d5df8e72 Remove unneeded comments, sync notebook with book code 2021-11-25 15:09:48 +13:00
Aurélien Geron 8e97aab84b Big update of chapter 5 for 3rd edition 2021-11-25 14:38:40 +13:00
Aurélien Geron 608d9ce815 Big update of chapter 5 for 3rd edition 2021-11-23 22:46:24 +13:00
Aurélien Geron e38983d595 Add back chapter 05 on SVMs 2021-11-23 13:43:18 +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
Aurélien Geron 1b96533668 Replace 'Open in Colab' button 2021-05-26 07:40:58 +12:00
Peretz Cohen 54c5c266bf Update 05_support_vector_machines.ipynb
fix link
2021-05-25 11:14:23 -07:00
Peretz Cohen 36344be3ad Update 05_support_vector_machines.ipynb
add Open in Kaggle badge
2021-05-24 15:41:26 -07:00
Aurélien Geron 7719ff276a Replace x0 with x'0 in right side of figure 5-2 2021-03-10 09:17:15 +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 01eeeb2065 Replace C with self.C, fixes #386 2021-03-01 18:50:46 +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 89653bfade Improve a few figures (e.g., add missing labels, share axes, etc.) 2019-10-13 17:19:39 +08:00
Aurélien Geron ea3d17c063 Fix execution_counts 2019-08-12 14:51:06 +08: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 52afcf4290 Crop long outputs so they show up nicer on github.com 2019-04-16 00:06:57 +08:00
Aurélien Geron 1a6bb0b199 Create image directory and check for sklearn >= 0.20 2019-01-21 18:42:31 +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 2492b51cab Remove unused cells at the end of the notebook 2018-12-26 12:04:18 +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 fb3e68709e Replace n_iter with max_iter in SGDClassifier 2018-05-08 12:36:43 +02:00
Aurélien Geron f2020952d0 Fix error in MyLinearSVC, fixes #140 2017-12-19 22:40:17 +01:00
Aurélien Geron 80e59e1dd1 Fix call to matplotlib plot_surface() to support Matplotlib 2.1.0 2017-10-14 18:20:18 +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 26d79edcda Scikit-Learn 0.19 Pipelines expect a list of tuples, not a tuple of tuples 2017-09-15 18:12:27 +02:00
Jason Rys dc901e0ada Fix typos 2017-08-19 08:01:55 -07:00
Aurélien Geron a331fe6404 Use np.random.set_seed(42) and random_state=42 make notebook's output constant 2017-06-06 23:13:43 +02:00
Aurélien Geron 291ae3e39d Add exercise solutions for chapter 5 2017-06-01 09:23:37 +02:00
Aurélien Geron fc6fd7e610 Versicolor instead of Versicolour 2017-02-17 14:47:18 +01:00
Aurélien Geron d8176ec2cb Upgrade notebooks to TensorFlow 1.0.0 2017-02-17 11:51:26 +01:00
Aurélien Geron d7d6c121e3 Add notebooks for chapters 5 to 14 2016-09-27 23:31:21 +02:00