Commit Graph

805 Commits (2330a4dea3bfab67aec71ed252e477b1fbce2b91)

Author SHA1 Message Date
Aurélien Geron 4963911f4f Merge pull request #229 from ibeauregard/changes-chap4
Remove useless code
2021-03-02 17:27:54 +13:00
Aurélien Geron 3e706fb1b6 Merge branch 'master' of github.com:ageron/handson-ml2 2021-03-02 17:26:54 +13:00
Aurélien Geron 935f26de1c Compute the losses only when needed 2021-03-02 17:26:41 +13:00
Aurélien Geron 557b795a69 Merge pull request #224 from ibeauregard/changes
A few changes in 03_classification.ipynb
2021-03-02 15:39:28 +13:00
Aurélien Geron 6311ef8184 Merge branch 'master' of github.com:ageron/handson-ml2 2021-03-02 15:09:47 +13: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 051bd5041f Merge pull request #267 from ibeauregard/changes-chap10
A few changes in Chapter 10 notebook
2021-03-02 12:21:42 +13:00
Aurélien Geron 4e915ba6c2 Merge branch 'master' into changes-chap10 2021-03-02 12:21:32 +13:00
Aurélien Geron d46938857c Merge pull request #286 from ibeauregard/changes-chap13
A few changes in Chapter 13 notebook
2021-03-02 12:14:48 +13:00
Aurélien Geron da7b8d3a82 Merge pull request #282 from akshitgupta29/editing-the-urllib-import
updated the import
2021-03-02 12:13:03 +13:00
Aurélien Geron 5c8843a53b Merge pull request #290 from 8bitmp3/patch-1
Update (small) the reinforcement learning chapter
2021-03-02 12:11:47 +13:00
Aurélien Geron 3d418c0308 Install the transformers library when running on Colab 2021-03-02 11:10:15 +13:00
Aurélien Geron 0a55f55372 Merge pull request #293 from ibeauregard/changes-chap16
(Chapter 16) A few edits in the notebook
2021-03-02 11:07:08 +13:00
Aurélien Geron 48aada8afa Merge branch 'master' into changes-chap16 2021-03-02 11:06:15 +13:00
Aurélien Geron 6ac43d08fa Merge pull request #313 from bric/master
Update 01_the_machine_learning_landscape.ipynb
2021-03-02 10:55:49 +13:00
Aurélien Geron e37547bfbd Merge pull request #322 from hattackk/Update-Wording-in-linear-algebra-notebook
Updated wording from Multiple to Multiply
2021-03-02 10:46:45 +13:00
Aurélien Geron 51313defa5 Merge pull request #330 from asamarin/master
Fix bottom='off' to bottom=False in tools_matplotlib.ipynb
2021-03-02 10:41:53 +13:00
Aurélien Geron dadb33f5c3 Merge pull request #324 from CodySMcCormack/typo
Fixed misspelling of 'literature'
2021-03-02 10:40:07 +13:00
Aurélien Geron a108757150 Merge pull request #335 from yx-chan131/master
Update 01_the_machine_learning_landscape.ipynb
2021-03-02 10:37:34 +13:00
Aurélien Geron 46951de660 Merge pull request #353 from mbreemhaar/chapter3-pandas-fix
Fixed compatibility issue for scikit-learn 0.24
2021-03-02 10:36:13 +13:00
Aurélien Geron 7bbc490288 Merge pull request #355 from hms5232/hms5232/patch1
Update 02 about urllib module attribute
2021-03-02 10:34:14 +13:00
Aurélien Geron 0832c3f243 Merge pull request #374 from wesleyacheng/fix-chapter3-header
fix missing chapter 3 header
2021-03-02 10:33:44 +13:00
Aurélien Geron 1238c1f698 Merge branch 'master' into fix-chapter3-header 2021-03-02 10:33:10 +13:00
Aurélien Geron e90c974205 Merge pull request #370 from ayushs2k1/master
Update 01_the_machine_learning_landscape.ipynb
2021-03-02 10:28:14 +13:00
Aurélien Geron d1f037ac03 Merge pull request #371 from JeromeLovy/import_urllib.request
Import urllib.request instead of urllib
2021-03-02 10:26:46 +13:00
Aurélien Geron 51c924816e Merge pull request #388 from neonithinar/master
possible typo while loading IMDb from keras
2021-03-02 10:21:36 +13:00
Aurélien Geron 47538082f8 Merge pull request #396 from lebaste77/master
very minor change on greedy policy variable usage
2021-03-02 10:16:43 +13:00
Aurélien Geron b201196be1 Add Colab button, fixes #346 2021-03-02 10:13:13 +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 5663779ae8 Use as_frame=False for fetch_open_ml(), and svd_solver=full for PCA, fixes #358 2021-03-02 09:19:21 +13:00
Aurélien Geron 9fede98b42 Add not about squared=False, fixes #361 2021-03-01 22:18:40 +13:00
Aurélien Geron 7cde12c648 Fix typo when calling imdb.load_data(), fixes #385 2021-03-01 19:37:18 +13:00
Aurélien Geron 01eeeb2065 Replace C with self.C, fixes #386 2021-03-01 18:50:46 +13:00
B D 64f0e05a94 Minor change on greedy policy variable usage
Chap 18, why not using directly the 'n_outputs' variable defined earlier, instead of hardcoded '2'
2021-02-28 12:02:23 +01:00
Nithin A R 72cce56187 Merge pull request #1 from neonithinar/neonithinar-patch-1
Possible typo while loading IMDb dataset
2021-02-22 13:41:51 +05:30
Nithin A R 1d7c2956d1 Possible typo while loading IMDb dataset
possible typo while loading IMDb from keras
 (X_train, y_test), (X_valid, y_test) = keras.datasets.imdb.load_data()
changed to 
(X_train, y_train), (X_test, y_test) = keras.datasets.imdb.load_data()
2021-02-22 13:41:32 +05:30
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 97af3c635b layer.updates is deprecated, and model_B.summary() instead of model.summary(), fixes #380 2021-02-19 08:26:32 +13:00
Marco Breemhaar a920316036 Merge branch 'chapter3-pandas-fix' of github.com:mbreemhaar/handson-ml2 into chapter3-pandas-fix 2021-02-18 11:16:29 +01:00
Marco Breemhaar 08376eee3b Fixed sklearn 0.24 issue for ch 5, 7, 8 and 9 2021-02-18 11:16:15 +01:00
Marco Breemhaar fe2c2a27ca Fixed sklearn compatibility issue for ch 8 and 9 2021-02-18 11:11:24 +01:00
Aurélien Geron 7223978ae6 Update libraries to latest version, including TensorFlow 2.4.1 and Scikit-Learn 0.24.1 2021-02-18 22:26:11 +13:00
Aurélien Geron 749817ccfa Update libraries to latest version, including TensorFlow 2.4.1 and Scikit-Learn 0.24.1 2021-02-18 11:59:02 +13:00
Aurélien Geron 0ba6b3b5c8 Add .vscode to .gitignore 2021-02-17 22:20:15 +13:00
Aurélien Geron b7acf0c9a5 Update libraries to latest version, including TensorFlow 2.4.1 and Scikit-Learn 0.24.1 2021-02-16 18:21:45 +13:00
Aurélien Geron 14cee24b59 Add solution to exercise 9 2021-02-16 15:23:29 +13:00
Aurélien Geron f86635b233 Update libraries to latest version, including TensorFlow 2.4.1 and Scikit-Learn 0.24.1 2021-02-16 15:04:34 +13:00
Aurélien Geron 198227f586 Fix installation instructions 2021-02-15 22:28:28 +13:00
Aurélien Geron 374d9b279e Update python version 2021-02-15 21:03:21 +13:00
Aurélien Geron 44e1b9b9ff Update installation instructions and have just one environment.yml for all platforms 2021-02-15 20:31:59 +13:00