Page MenuHomePhabricator
Paste P6716

(An Untitled Masterwork)
ActivePublic

Authored by Tgr on Feb 19 2018, 10:58 PM.
Tags
None
Referenced Files
F13890152:
Feb 19 2018, 10:58 PM
Subscribers
None
(venv) tgr@stat1005:/srv/home/tgr/ores/editquality$ diff --color <(awk '/^###+/{flag=0}/^###+ Hungarian/{flag=1}flag' Makefile) <(awk '/^###+/{flag=0}/^###+ Hungarian/{flag=1}flag' Makefile.manual)
1c1
< ############################# Hungarian Wikipedia ################################
---
> ############################### Hungarian Wikipedia ###########################
10c10
< --trusted-groups=sysop,oversight,trusted,bot,rollbacker,checkuser,abusefilter,bureaucrat,editor,templateeditor,interface-editor \
---
> --trusted-groups=sysop,oversight,trusted,bot,rollbacker,checkuser,abusefilter,bureaucrat \
12,13d11
< --revert-radius=3 \
< --revert-window=48 \
16,26d13
< datasets/huwiki.revisions_for_review.5k_2016.json: \
< datasets/huwiki.autolabeled_revisions.40k_2016.json
< ( \
< cat $< | \
< grep '"needs_review": true' | \
< shuf -n 2500; \
< cat $< | \
< grep '"needs_review": false' | \
< shuf -n 2500 \
< ) | shuf > $@
<
48c35
< --cv-timeout 60 \
---
> --cv-timeout=60 \
58,63c45,47
< --version=$(reverted_major_minor).0 \
< -p 'criterion=entropy' \
< -p 'learning_rate=0.01' \
< -p 'max_depth=7' \
< -p 'max_features=log2' \
< -p 'min_samples_leaf=13' \
---
> --version=$(reverted_major_minor).1 \
> -p 'criterion="entropy"' \
> -p 'max_features="log2"' \
64a49
> -p 'min_samples_leaf=13' \
68a54,64
>
> datasets/huwiki.revisions_for_review.5k_2016.json: \
> datasets/huwiki.autolabeled_revisions.40k_2016.json
> ( \
> cat $< | \
> grep '"needs_review": true' | \
> shuf -n 2500; \
> cat $< | \
> grep '"needs_review": false' | \
> shuf -n 2500 \
> ) | shuf > $@