Commit Graph

1025 Commits (6cab5b4a40c807bb12ce063024c6577adb42c8b9)

Author SHA1 Message Date
Aurélien Geron 37abd9c4d5 Clarify the 'not in the book' comments, and rename decision_tree_instability_plot to decision_tree_high_variance_plot 2021-11-22 10:19:04 +13:00
Aurélien Geron 4eb68a8b7a Replace .format with f-strings 2021-11-22 10:18:02 +13:00
Aurélien Geron c4280cc354 Replace .format with f-strings 2021-11-22 10:17:46 +13:00
Aurélien Geron 599758a1bb No need to save cyprus_prediction_plot anymore, it's unused in the book 2021-11-22 10:16:27 +13:00
Aurélien Geron e86a80cfdf move images/distributed to images/deploy 2021-11-22 09:47:10 +13:00
Aurélien Geron 6465bc9907 Clarify the 'not in the book' comments 2021-11-21 18:04:07 +13:00
Aurélien Geron 7f0c64b0f4 Clarify the 'not in the book' comments 2021-11-21 17:55:56 +13:00
Aurélien Geron dc64daaf65 Clarify the 'not in the book' comments 2021-11-21 17:36:22 +13:00
Aurélien Geron 633436e8ae Clarify the 'not in the book' comments 2021-11-21 17:06:37 +13:00
Aurélien Geron c46123155d Clarify the 'not in the book' comments 2021-11-21 16:40:36 +13:00
Aurélien Geron 3e7fe8e2ff Improve 3D dataset and add missing random_state=42 for PCA in exercises 2021-11-19 23:36:04 +13:00
Aurélien Geron 6a4660de6f Big update of chapter 7 for the 3rd edition 2021-11-19 18:03:48 +13:00
Aurélien Geron ef27260251 Fix people_per_house feature name, and fix solution to last exercise 2021-11-15 20:56:11 +13:00
Aurélien Geron c658c2b07c Move StandardScalerClone inverse_transform and get_feature_names_out to exercise 2021-11-15 17:45:26 +13:00
Aurélien Geron 93676a4f23 Big update to notebook 06 for 3rd edition 2021-11-10 18:00:46 +13:00
Aurélien Geron 253e4e12a8 Improve colors of diagrams min_samples_leaf_plot and sensitivity_to_rotation_plot 2021-11-10 17:59:49 +13:00
Aurélien Geron 77da622124 Sync notebook 04 with book code 2021-11-10 17:58:42 +13:00
Aurélien Geron bac934811a Remove version from fetch_openml, and replace some_index with 0 2021-11-10 17:57:26 +13:00
Aurélien Geron 787a34b574 Big update for the 3rd edition of the book 2021-11-08 17:24:30 +13:00
Aurélien Geron 0a34d0bd9c Add a bit of space right oy y label 2021-11-04 11:44:16 +13:00
Aurélien Geron 3b418d4c0b Big update for 3rd edition 2021-11-04 11:35:15 +13:00
Aurélien Geron a5c8164cc3 Sync notebook code examples with book 2021-11-03 15:54:29 +13:00
Aurélien Geron 640c549171 Sync notebook code examples with book 2021-11-03 15:53:04 +13:00
Aurélien Geron c4c60c5b2f Big update: chapter 3 updated for 3rd edition 2021-11-01 22:42:31 +13:00
Aurélien Geron 81407ede2b Replace np.round(a) with a.round(), and other similar changes 2021-11-01 14:42:42 +13:00
Aurélien Geron 76e8a7ec80 Leave labels as strings 2021-10-31 08:28:30 +13:00
Aurélien Geron 90ace1a01c Remove unneeded imports, remove verbose=3, reformat to fit 80 chars wide 2021-10-30 13:54:57 +13:00
Aurélien Geron ad7bf27fbf Big update: clean up notebook 03 2021-10-29 18:03:30 +13:00
Aurélien Geron cc28ec3515 Remove scikit-learn html sections 2021-10-29 12:12:47 +13:00
Aurélien Geron 02e131ad04 Upgrade scikit-learn to 1.0.1, and remove note on atari_py since we use ale_py now 2021-10-29 09:36:29 +13:00
Aurélien Geron 06aa1f1dfb Clarify a few messages 2021-10-28 16:02:31 +13:00
Aurélien Geron b75811f999 BIG UPDATE: rewrote in large part for 3rd edition 2021-10-28 14:55:10 +13:00
Aurélien Geron b7416ca4bc %matplotlib inline is no longer needed 2021-10-20 19:07:34 +13:00
Aurélien Geron 519b3529d3 Clean up the beginning of the notebook 2021-10-20 18:39:09 +13:00
Aurélien Geron d225aff822 Encourage the user to skip to next chapter, this is just a teaser 2021-10-20 18:30:15 +13:00
Aurélien Geron 0e5e0212bb Remove redundant mpl.rc config 2021-10-20 15:09:58 +13:00
Aurélien Geron 4b5d49dfe5 Warn that install Box2D using pip requires swig and C++ build tools 2021-10-20 10:28:52 +13:00
Aurélien Geron 80a84ee160 Install box2d using conda, not pip 2021-10-20 10:08:39 +13:00
Aurélien Geron f57e80968d Clean code and set default font size 2021-10-19 23:15:36 +13:00
Aurélien Geron 4a2d0ea1ae Improve figure ridge_model_plot, and run the first cell again with lifesat.csv now partial 2021-10-19 13:24:41 +13:00
Aurélien Geron 84f173b600 Have lifesat_full.csv and lifesat.csv 2021-10-19 11:55:02 +13:00
Aurélien Geron 0b8a519395 Fix gym Atari ROMs 2021-10-18 16:30:03 +13:00
Aurélien Geron f8cf0148d2 Remove redundant ale-py 2021-10-18 16:27:57 +13:00
Aurélien Geron bbaf557c52 Gym now uses ale-py instead of atari-py 2021-10-18 16:27:18 +13:00
Aurélien Geron 97dd4d9da4 Fix 'Open in Kaggle' link 2021-10-18 16:25:32 +13:00
Aurélien Geron 90927494b4 Fix chapter numbers 2021-10-18 13:55:04 +13:00
Aurélien Geron de94d878d4 Fix AutoROM usage 2021-10-18 12:54:17 +13:00
Aurélien Geron 7c5bbf6c50 Fix off-by-one error, fixes #487 2021-10-17 21:49:38 +13:00
Aurélien Geron 98f107eaa0 Auto download atari ROMs 2021-10-17 19:21:13 +13:00
Aurélien Geron dbaffa5e14 Remove 'from tensorflow import keras' 2021-10-17 15:06:01 +13:00