Commit Graph

1052 Commits (de0f18426520e33d5a4ab4b7ac69726a6bb687b7)

Author SHA1 Message Date
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
Aurélien Geron 9145dfbab1 Replace keras with tf.keras 2021-10-17 15:04:08 +13:00
Aurélien Geron 0253e950ea Comment out pyvirtualdisplay by default 2021-10-17 14:49:57 +13:00
Aurélien Geron aa319d94f0 Require and upgrade to Python 3.8 2021-10-17 14:27:34 +13:00
Aurélien Geron 37df539ab1 upgrade atari_py 2021-10-16 21:53:44 +13:00
Aurélien Geron c96015c4e0 Separate the conflict solving section, and upgrade atari_py 2021-10-16 21:53:30 +13:00
Aurélien Geron 7e2b642ee8 Update to Python 3.8 2021-10-16 18:14:20 +13:00
Aurélien Geron a655f25a65 Update chapter numbers after the SVM chapter goes online 2021-10-15 22:18:08 +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 372ed05944 Remove lifesat.csv from .gitignore 2021-10-15 21:47:05 +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 1b16a81fe5 Set OneHotEncoder's handle_unknown='ignore' to avoid warnings 2021-10-11 21:05:55 +13:00
Aurélien Geron 4488c80cf0 Improve the solution to the Titanic exercise 2021-10-11 21:05:48 +13:00
Aurélien Geron 59c3a7f84d Add Titanic dataset 2021-10-11 21:05:38 +13:00
Aurélien Geron 35c84808ed Reduce polynomial degree from 60 to 30 to avoid infinity error since sklearn 1.0 2021-10-11 10:20:57 +13:00
Aurélien Geron 59b6c5c72b Replace == with = for atari_py 2021-10-10 23:53:15 +13:00
Aurélien Geron 0d3829f2fc Update libraries to latest versions, including Sklearn 1.0 and TF 2.6 2021-10-10 23:44:40 +13:00
Aurélien Geron 5822444ba7 Merge branch 'edition2' 2021-10-10 14:19:39 +13:00
Aurélien Geron 3f9ff484a6 Simplify plot_digits() and add comments, fixes #479 2021-10-10 13:55:50 +13:00
Aurélien Geron afe7f381e7 Merge latest changes from edition2 2021-10-10 10:56:30 +13:00
Aurélien Geron 495de15361 TF mostly fixed an issue so remove workaround for ReconstructingRegressor 2021-10-07 19:08:15 +13:00
Aurélien Geron fdb5d1695e Replace pip install mcpi with %pip which always installs in the right environment 2021-10-07 18:10:34 +13:00
Aurélien Geron b3081ceab6 Use cloned model when reusing a pretrained model, fixes #454 2021-10-07 17:41:46 +13:00
Aurélien Geron c2a729d62d Merge branch 'master' of github.com:ageron/handson-ml2 into edition2 2021-10-07 16:40:18 +13:00