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
Aurélien Geron
a187605710
Update libraries to latest version, including TensorFlow 2.4.1 and Scikit-Learn 0.24.1
2021-02-15 09:56:26 +13:00
Aurélien Geron
cc70196eeb
Fix cities CSV url
2021-02-14 15:39:03 +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
hellowesley
a86b2f657f
fix missing chapter 3 header
2021-01-27 20:12:29 -08:00
Ayush Sharma
d0f78d8816
Update 01_the_machine_learning_landscape.ipynb
2021-01-25 17:56:06 +05:30
Jerome Lovy
9b7ab19c56
Import urllib.request instead of urllib
...
As of January 25, 2021, in some environments, such as Colab (Python 3.6.9),
the following import statement
import urllib
is not the right one for using urllib.request.
Indeed, calls to urllib.request functions then yield the following error:
AttributeError: module 'urllib' has no attribute 'request'
One must import urllib.request instead.
See also https://stackoverflow.com/q/22278993
2021-01-25 11:55:32 +01:00
hms5232
1ab5e16f37
Update 02 about urllib module attribute
...
See https://github.com/ageron/handson-ml2/issues/219
This error also occurred in 01.
There are many PRs for 01 but none for 02?
2021-01-04 21:25:46 +08:00
Marco Breemhaar
dad239b5a7
Fixed compatibility issue for scikit-learn 0.24
2020-12-31 17:34:26 +01:00