Haesun Park
|
7b94b43b7a
|
run chapter7 and 8
|
2018-02-05 14:53:50 +09:00 |
|
Haesun Park
|
1843dcf08d
|
run chapter 05, 06
|
2018-02-02 14:46:50 +09:00 |
|
Haesun Park
|
f120bdf6b2
|
add titanic dataset
|
2018-01-31 14:12:51 +09:00 |
|
Haesun Park
|
9d72b8f099
|
Merge branch 'master' of https://github.com/rickiepark/handson-ml
|
2018-01-31 13:53:40 +09:00 |
|
Haesun Park
|
5c6e11d774
|
run 01~04 notebook
|
2018-01-31 13:53:11 +09:00 |
|
rickiepark
|
0703c7cf84
|
add n_jobs param
|
2018-01-30 17:49:44 +09:00 |
|
rickiepark
|
0339d0b35a
|
add n_jobs param
|
2018-01-30 17:48:19 +09:00 |
|
rickiepark
|
5027e69778
|
sync with upstream
|
2018-01-30 17:32:12 +09:00 |
|
rickiepark
|
d29688bb91
|
sync with upstream
|
2018-01-30 17:26:07 +09:00 |
|
rickiepark
|
1417a7637f
|
add params for avoiding warn and improving perf.
|
2018-01-30 17:19:37 +09:00 |
|
rickiepark
|
cdbaa00d8a
|
Merge branch 'master' of https://github.com/ageron/handson-ml into upstream
|
2018-01-29 13:46:47 +09:00 |
|
Aurélien Geron
|
bccf8afe51
|
Merge pull request #162 from nbgraham/patch-3
Ch. 3: Fixes precision / recall percent notation
|
2018-01-24 15:33:19 +01:00 |
|
Aurélien Geron
|
cc413dca00
|
Merge pull request #160 from nbgraham/patch-1
Ch. 3: Fixes typo
|
2018-01-24 15:01:46 +01:00 |
|
Nick Graham
|
a52cd6d1bd
|
Fixes output to match source
{:.2f} will give two decimal places
|
2018-01-22 14:39:02 -06:00 |
|
Nick Graham
|
02c9887e63
|
Fixes precision / recall percent notation
0.95 = 95%
0.95% = 0.0095
|
2018-01-22 14:33:22 -06:00 |
|
Nick Graham
|
496fa85513
|
Fixes typo
|
2018-01-22 14:08:12 -06:00 |
|
Aurélien Geron
|
9f53eedf03
|
Merge pull request #156 from brokenairplane/master
Update README.md
|
2018-01-18 18:20:00 +01:00 |
|
Aurelien Geron
|
6bfa4f1df9
|
Replace reduce_sum with reduce_mean: adds an extra .1% accuracy :)
|
2018-01-18 17:41:32 +01:00 |
|
Phil Wagner
|
da6b985c24
|
Update README.md
Fixing Markdown url syntax
|
2018-01-17 11:11:27 -08:00 |
|
Aurelien Geron
|
967149b071
|
Make the code example 1-1 easier to read, and create a better prepare_country_stats() function
|
2018-01-15 17:25:36 +01:00 |
|
rickiepark
|
c77c4fae89
|
Merge remote-tracking branch 'upstream/master' into upstream
|
2018-01-15 11:28:39 +09:00 |
|
Aurelien Geron
|
3b4de785e7
|
Fix hyperparameter search and comment at the end of the solution of exercise 5, chapter 2
|
2018-01-14 09:11:47 +01:00 |
|
rickiepark
|
a7c4265b6e
|
Merge branch 'master' of https://github.com/ageron/handson-ml into ageron
|
2018-01-14 01:05:10 +09:00 |
|
Aurelien Geron
|
f1f65b9216
|
Upgrade to latest pandas version, update resampling API
|
2018-01-05 14:36:11 +01:00 |
|
rickiepark
|
73332db670
|
Merge remote-tracking branch 'upstream/master'
|
2017-12-27 18:33:07 +09:00 |
|
rickiepark
|
da76962643
|
add gitignore, environment.yml
|
2017-12-21 16:03:37 +09:00 |
|
Aurelien Geron
|
248748a10f
|
Merge branch 'master' of github.com:ageron/handson-ml
|
2017-12-19 23:14:29 +01:00 |
|
Aurelien Geron
|
d556769af5
|
Add thanks to contributors in README.md
|
2017-12-19 23:14:20 +01:00 |
|
Aurélien Geron
|
78a5e6de03
|
Merge pull request #139 from ziembla/ziembla-mod
Improvements to docker environment
|
2017-12-19 22:54:19 +01:00 |
|
Aurelien Geron
|
ce03f6b766
|
Fix error in MyLinearSVC, fixes #140
|
2017-12-19 22:40:17 +01:00 |
|
Aurelien Geron
|
cbfbb52827
|
Add comment about Python 3.6 SSL issue on MacOSX, fixes #145
|
2017-12-19 21:35:51 +01:00 |
|
ziembla
|
4444095278
|
Dockerfile to spaces
|
2017-12-11 22:02:42 +01:00 |
|
ziembla
|
bafc41b725
|
Uncommentable section in Dockerfile to autosave .py and .html alongside .ipynb
|
2017-12-11 16:19:24 +01:00 |
|
ziembla
|
8fa96f1320
|
nbdiff_checkpoint parameter parsing fixed
|
2017-12-11 06:52:17 +01:00 |
|
ziembla
|
8e664e8ddb
|
rm_empty_subdirs changed to require explicit argument
(defaulting to current dir withdrawn as potentially harmful)
|
2017-12-10 18:18:33 +00:00 |
|
ziembla
|
1b56696f2d
|
Merge branch 'master' into ziembla-mod
|
2017-12-10 18:53:34 +01:00 |
|
ziembla
|
ae78bc64c3
|
help message for nbdiff_checkpoint
|
2017-12-10 18:38:25 +01:00 |
|
ziembla
|
2411e6f40a
|
scripts for jupyter notebooks cleanup, bin subdir on path
|
2017-12-09 20:17:56 +01:00 |
|
Aurelien Geron
|
49d67ecc14
|
Replace n_inputs with n_outputs, fixes #125
|
2017-12-07 18:57:30 -08:00 |
|
Aurélien Geron
|
93792c131b
|
Merge pull request #133 from stefan-it/fix-margin-loss-formula
capsnet: fix margin loss formula
|
2017-12-07 18:27:02 -08:00 |
|
ziembla
|
98c9863751
|
tensorflow version unpined, tensorboard support, home variable fix
|
2017-12-04 12:08:22 +01:00 |
|
ziembla
|
13ebcd8c85
|
Nbdime patching ignored if the original file was changed
|
2017-12-01 11:28:18 +01:00 |
|
ziembla
|
1bc767f6e8
|
Merge branch 'master' into dev-woj
|
2017-12-01 11:04:29 +01:00 |
|
ziembla
|
89a4f8332c
|
Dockerfile publishable cleanup, git diff filter testing removed
|
2017-12-01 10:56:36 +01:00 |
|
Aurelien Geron
|
ff66447d1b
|
Fix the link to the first video, and add a link and an embed for the second video
|
2017-11-30 19:00:21 +01:00 |
|
Stefan Schweter
|
0e605a895c
|
capsnet: fix margin loss formula
|
2017-11-30 17:36:19 +01:00 |
|
ziembla
|
68e17dcc70
|
Git filter testing demo
|
2017-11-30 12:59:26 +01:00 |
|
ziembla
|
a83257fa3d
|
Patches to nbdiff for skipping noisy metadata, some local config
Nbdiff --ignore-details skils autoscroll, collapsed, deletable,
editable, toc (pull request on the way).
Enabling empty pass, no git pager, ignoring gitdiff nbdiff details.
|
2017-11-30 12:09:16 +01:00 |
|
ziembla
|
d296c8ca1a
|
Merge branch 'master' into dev-woj
|
2017-11-30 06:28:52 +01:00 |
|
ziembla
|
09217eea21
|
Docker environment minutiae
Docker compose project name set to avoid collisions, smiley dropped from README heading
|
2017-11-30 06:09:45 +01:00 |
|