[00:13:35] 06Revision-Scoring-As-A-Service, 10rsaas-articlequality : [Discuss] Hosting the monthly article quality dataset on labsDB - https://phabricator.wikimedia.org/T146718#2974780 (10Halfak) @jcrespo per your request, here's a cleaned up MySQL dialect TSV file. https://datasets.wikimedia.org/public-datasets/all/wp... [08:52:06] 10Revision-Scoring-As-A-Service-Backlog, 10MediaWiki-extensions-ORES, 10Wikimedia-Extension-setup, 15User-Ladsgroup, 15User-Urbanecm: Enable ORES on Czech wikipedia - https://phabricator.wikimedia.org/T151611#2975535 (10Urbanecm) [11:03:41] 06Revision-Scoring-As-A-Service, 10Wikidata, 15User-Ladsgroup, 05WMDE-Tech-Communication-Mentoring-And-Events: Build item_quality form - https://phabricator.wikimedia.org/T155828#2975997 (10Jan_Dittrich) I talked to @Glorian_WD; I suggested to take a look at the creation process for [[ https://en.wikipedia... [12:59:53] 06Revision-Scoring-As-A-Service, 10Wikidata, 15User-Ladsgroup, 05WMDE-Tech-Communication-Mentoring-And-Events: Build item_quality form - https://phabricator.wikimedia.org/T155828#2976216 (10Glorian_Yapinus) @Jan_Dittrich : the classifiers will classify items in defined classes. [13:34:15] Amir1: o/ [13:34:31] akosiaris: hey! [13:34:32] Amir1: any chance you can help figure out what has happened here ? https://grafana-admin.wikimedia.org/dashboard/db/ores?from=1484480434433&to=1484667245243 [13:35:07] look likes on the 16th non-precached requests tripled/quadrapled in size ? [13:35:27] I check [13:35:39] we didn't do anything [13:35:45] maybe a new user or something [13:35:58] yeah I already had a look at deployments and SAL [13:36:21] even looked at the redis database [13:36:34] traffic wise the same pattern emerged there as well [13:37:15] https://grafana.wikimedia.org/dashboard/file/server-board.json?var-server=oresrdb1001&var-network=eth0&from=1484518881349&to=1484652971793 [13:37:54] a quick look at the traffic says it's for the job redis (port 6379) and NOT the cache redis (port 6380) [13:38:07] so.. indeed more jobs are being queued for some reason [13:38:36] I also did increase the maxmemory size of both redises in case we got limited by that. No change [13:39:25] It might there are some changes deployed to mediawiki [13:39:33] let me check deployment calendar [13:40:10] SAL on the 16th doesn't have anything ... https://tools.wmflabs.org/sal/production?d=2017-01-16 [13:40:31] yup, it's MLK day [13:40:34] holiday [13:41:27] so.. an external user decided on MLK day to starting request 3-4x the usual scores ? [13:42:09] That's weird :D [13:42:24] We didn't have any kind of deployment recently [13:42:33] We had one for labs [13:42:41] not sure if it was in 16th or not [13:42:59] let me check SAL [13:43:34] nope, nothing on 16th [13:45:09] akosiaris: Can we check IP-based hits to varnish? [13:45:23] looking at the varnish level stats it's inconclusive.. an extra 20-30 to 3000 hits is nothing.. [13:45:33] I suppose I could drill down more via hadoop [13:45:59] Amir1: yeah, I 'll try that.. should come up with something [13:46:16] hadoop looks good too [13:46:45] I never used hadoop though, just got access too [14:02:16] hmm so almost all the requests from mediawiki [14:02:39] in a sample of 62 requests only 5 are from outside users [14:04:17] akosiaris: someone started to edit like a robot in wikidata again? [14:05:06] 10Revision-Scoring-As-A-Service-Backlog, 10Wikilabels, 10rsaas-editquality: Edit quality campaign for Romanian Wikipedia - https://phabricator.wikimedia.org/T156357#2976335 (10Andrei_Stroe) In addition to the groups corresponding to those at en.wp, at least for starters, we should also exclude //templateedit... [14:08:42] Amir1: well the wikidatawiki relates requests to ORES (that is /scores/wikidatawiki/?models=damaging&revids=436822366&precache=true) all have precached=true [14:09:05] it's enwiki that doesn't have that [14:09:18] well part of the queries [14:09:18] like [14:09:19] /scores/enwiki/?models=damaging&revids=426013585%7C423744592%7C423743640%7C417817400%7C286654507%7C262781719%7C262781379%7C255650375%7C252583819%7C250918833%7C250264406%7C250264294%7C248228248%7C245664023%7C245076461%7C245075989%7C245075829%7C239592645%7C237779402%7C237568960%7C235856366%7C235847872%7C213560331%7C213469130%7C207653116%7C207652853%7C207652558%7C207651997%7C207651838%7C205570337%7C197728561%7C191032457%7C189041137%7C189041 [14:10:32] you're right. These are either ScoredRevision gadgets or Wikimedia Education dashboard [14:10:46] Anything from UA? [14:10:55] funnily enough one such query comes from mw1290 [14:11:05] User-Agent: MediaWiki/1.29.0-wmf.8 [14:12:01] :))) [14:12:15] Someone forgot to add precache to mediawiki code [14:12:55] in some part of the code at least [14:13:02] cause other queries do have it [14:13:21] hmm it's the batched queries that don't [14:13:30] the single revision ones do have precache=true [14:13:58] single version happens when someone makes an edit [14:14:12] in the ores extension, it triggers a job to store its score [14:14:22] that's why it has precache [14:14:55] batched ones obviously are not precaching [14:15:08] but what are they. Let me take a look at ORES extension [14:16:30] well it looks like those queries have increased CPU usage by a factor of 3 [14:17:29] which overall might be fine, but I was estimating the CODFW cluster readiness for the switchover goal next quarter and was really surprised to find that CPU increase [14:20:20] akosiaris: I think I know why, there is another layer of api request which just implemented it's in api.php [14:20:53] it automatically sends request to ores.wikimedia.org if score is not cached in the mediawiki database [14:21:40] I think someone started to use this endpoint for some reason, which is better than wikimedia.org because it has another layer of caching [14:21:45] 10Revision-Scoring-As-A-Service-Backlog, 10MediaWiki-extensions-ORES, 10Wikimedia-Extension-setup, 15User-Ladsgroup, 15User-Urbanecm: Enable ORES on Czech wikipedia - https://phabricator.wikimedia.org/T151611#2976399 (10matej_suchanek) Per http://labels.wmflabs.org/campaigns/cswiki/44/?campaign=stats, al... [14:21:58] 10Revision-Scoring-As-A-Service-Backlog, 10MediaWiki-extensions-ORES, 10Wikimedia-Extension-setup, 15User-Ladsgroup, 15User-Urbanecm: Enable ORES on Czech Wikipedia - https://phabricator.wikimedia.org/T151611#2976400 (10matej_suchanek) [14:23:55] Amir1: which API endpoint ? [14:24:19] en.wikipedia.org/w/api.php [14:24:29] er yeah, I meant which action, sorry [14:27:16] akosiaris: two parts [14:27:19] https://en.wikipedia.org/w/api.php?action=help&modules=query [14:27:26] (search for ores) [14:27:46] sorry [14:27:48] https://en.wikipedia.org/w/api.php?action=help&modules=query%2Brecentchanges [14:28:03] in recentchanges, watchlist, and contribution I think [14:29:42] hmmm I am a bit worried tbh [14:30:01] I guess this is just 1 user ? [14:30:25] and managed to increase 3fold CPU usage [14:30:34] imagine if 10 showed up [14:30:38] I have no idea, It might a new javascript tool [14:32:13] 10Revision-Scoring-As-A-Service-Backlog, 10MediaWiki-extensions-ORES, 10Wikimedia-Extension-setup, 15User-Ladsgroup, 15User-Urbanecm: Enable ORES on Czech Wikipedia - https://phabricator.wikimedia.org/T151611#2976418 (10Ladsgroup) That's enough for now, I will try to build a damaging model, deploy it, ge... [14:36:46] 10Revision-Scoring-As-A-Service-Backlog, 10MediaWiki-extensions-ORES, 10Wikimedia-Extension-setup, 15User-Ladsgroup, 15User-Urbanecm: Enable ORES on Czech Wikipedia - https://phabricator.wikimedia.org/T151611#2822617 (10matej_suchanek) 05stalled>03Open [14:55:05] o/ [14:55:39] Hey akosiaris & Amir1. Reading scrollback now [14:55:50] ο/ [14:57:35] Hey yeah... So I noticed this yesterday too. [14:58:29] I was just looking at this with dr0ptp4kt [14:58:43] We've come to the conclusion that it's probably a search indexer from china. [15:00:04] hm, interesting. How did you arrive at that conclusion ? I am stil combing through requests trying to pin down the culprit, hence my curiousity [15:00:55] dr0ptp4kt, did some queries against our web request logs. [15:01:10] ah hadoop [15:01:26] Determined the origin was southeast asia and suspected search companies of this kind of query pattern. [15:01:38] The interesting thing to me is that they're obviously doing historical queries [15:01:51] Because the results are, like 0% cached. [15:01:58] Our cache hit rate tanked. [15:02:07] yup [15:02:27] This is probably a usage pattern we're going to be seeing more and more often. [15:04:53] hmm, so it's a valid usage pattern.. I was hoping they were actually violating the API etiquette or something [15:05:34] my reason is that the overnight triple increase of CPU usage in that cluster throws us off very easily in cluster size estimations/calculations [15:06:09] akosiaris, gotcha. Yeah, I guess we could have done a bit more research into search engines' interest in these types of scores. [15:06:46] Bastards are only requesting "damaging". Eventually, they'll realize that they want wp10 too and then they'll use a bunch of CPU to get that again. [15:07:05] uh ok [15:07:40] If they just asked for both scores from the beginning, they'd incur the exact same CPU load, but only *once* [15:08:38] I wonder what they want that for [15:08:59] estimations in how accurate is a wp article ? [15:09:16] I think they'd rather index a non-vandalized version. [15:09:29] So that when you search "orange hitler" you don't get Trump. [15:09:49] * halfak makes himself laugh [15:09:53] lol [15:14:14] Anyway, I think we should wait until dr0ptp4kt gets online and chat with him quickly about what he learned from his queries and then decide if we'll do anything. Sound OK? [15:14:28] dr0ptp4kt, when you get online, let me know if you want a quick summary of the scrollback. [15:15:45] Amir1, https://github.com/wiki-ai/ores/pull/183#issuecomment-275688577 [15:16:43] halfak: yeah sounds ok [15:17:18] halfak: fwiw, tomorrow is the q review so it might be a tad more difficult today, but I am fine with that [15:17:34] 06Revision-Scoring-As-A-Service, 10MediaWiki-extensions-ORES, 10Wikimedia-Extension-setup, 15User-Ladsgroup, 15User-Urbanecm: Enable ORES on Czech Wikipedia - https://phabricator.wikimedia.org/T151611#2976581 (10Halfak) [15:20:51] 06Revision-Scoring-As-A-Service, 10revscoring, 10rsaas-editquality, 15User-Ladsgroup, 15User-Urbanecm: Train and test editquality models for Czech Wikipedia - https://phabricator.wikimedia.org/T156492#2976588 (10Halfak) [15:21:04] 06Revision-Scoring-As-A-Service, 10MediaWiki-extensions-ORES, 10Wikimedia-Extension-setup, 15User-Ladsgroup, 15User-Urbanecm: Enable ORES Review Tool on Czech Wikipedia - https://phabricator.wikimedia.org/T151611#2822617 (10Halfak) [15:21:27] akosiaris, tomorrow? Isn't it in 40 mins? [15:21:45] halfak: s/tomorrow/today/ [15:21:49] Gotcha :) [15:21:54] yeah, thanks! [15:21:57] :-D [15:22:50] 10Revision-Scoring-As-A-Service-Backlog, 10ORES: Announce presence of "oresscores" in api.php - https://phabricator.wikimedia.org/T153688#2976621 (10Halfak) [15:24:28] 10Revision-Scoring-As-A-Service-Backlog, 10ORES: Announce presence of "oresscores" in api.php - https://phabricator.wikimedia.org/T153688#2887349 (10Halfak) Yesterday, @DarTar, @dr0ptp4kt and I met with @jeffelder to talk about ORES comms in the coming quarters. We decided to combine announcements for this an... [15:24:46] 06Revision-Scoring-As-A-Service, 10ORES: Announce presence of "oresscores" in api.php - https://phabricator.wikimedia.org/T153688#2976629 (10Halfak) [15:27:13] 06Revision-Scoring-As-A-Service, 10ORES: Announce presence of "oresscores" in api.php - https://phabricator.wikimedia.org/T153688#2976632 (10Halfak) @He7d3r, @Ladsgroup, @Putnik, @Krinkle, @tarlocesilion we'll probably want to announce this to Portuguese, Persian, Russian, Dutch, and Polish tool devs too. Can... [15:29:29] 10Revision-Scoring-As-A-Service-Backlog, 10rsaas-draftquality: Perform basic analysis of enwiki article creation rates - https://phabricator.wikimedia.org/T156494#2976641 (10Halfak) [15:36:15] 06Revision-Scoring-As-A-Service, 10Wikidata, 15User-Ladsgroup, 05WMDE-Tech-Communication-Mentoring-And-Events: Build item_quality form - https://phabricator.wikimedia.org/T155828#2976683 (10Halfak) @jan_dittrich & @Glorian_Yapinus, the classifier will classify into defined classed, but it will also output... [15:36:58] 06Revision-Scoring-As-A-Service, 10Wikidata, 15User-Ladsgroup, 05WMDE-Tech-Communication-Mentoring-And-Events: Build item_quality form - https://phabricator.wikimedia.org/T155828#2976685 (10Halfak) I should say that I expect that a GradientBoosting or RandomForrest model will likely fit this prediction pro... [15:39:47] 10Revision-Scoring-As-A-Service-Backlog, 07Easy, 07artificial-intelligence: Text complexity scoring - https://phabricator.wikimedia.org/T155843#2976695 (10Halfak) Yeah. I think so. There's a well defined library for doing it. We might set our thresholds differently for "Easy" on the #revision-scoring-as-a... [15:41:58] 10Revision-Scoring-As-A-Service-Backlog, 10Wikilabels, 10rsaas-editquality: Edit quality campaign for Romanian Wikipedia - https://phabricator.wikimedia.org/T156357#2976698 (10Halfak) Perfect. Thanks. One more question. How would you translate the following into Romanian? "Edit quality (5k sample)" This... [15:43:34] 10Revision-Scoring-As-A-Service-Backlog, 10Wikilabels, 10rsaas-editquality: Edit quality campaign for Romanian Wikipedia - https://phabricator.wikimedia.org/T156357#2976699 (10Andrei_Stroe) "Calitatea modificărilor (eșantion de 5k)" [16:04:52] akosiaris: you'd want to use something like the following, probably lowering the sampling rate. do recall that non-whitelisted proxies can mess up associated geocoding, but in this case i don't think you have to worry about it. i only mention it because you may want to manually peel back the x_forwarded_for stuff your self and then do a reverse ip lookup. in [16:04:52] fact a reverse ip lookup is sometimes called for anyway, particularly when maxmind didn't have data. [16:05:18] https://www.irccloud.com/pastebin/0RtOp8Of/ [16:05:45] dr0ptp4kt: oh nice thanks! [16:05:54] n.b., this is just looking at one hour. obvs there are things you can expand on like all day (remove the hour) and so forth [16:05:57] In a q review right now, will take a look right after [16:06:42] ^ halfak, working my way through the morning messages :) [16:07:27] i meant to say "increase the sample rate", not lower. while the divisor is lowered, the actual rate is increased. moar cafe [16:18:24] 06Revision-Scoring-As-A-Service, 10Wikidata, 15User-Ladsgroup, 05WMDE-Tech-Communication-Mentoring-And-Events: Build item_quality form - https://phabricator.wikimedia.org/T155828#2976788 (10Glorian_Yapinus) @Halfak, please find the attached file which specifies the criteria for each grade. I made that by r... [16:31:24] halfak: I'm back [16:31:26] Thanks! [16:31:44] I'm planning to work on it in this weekend (I planned to do lots of things this weekend :D) [16:32:53] Amir1, sorry. Got lost. Which thing? [16:33:16] halfak: ORES minification [16:33:24] Gotcha. Cool :) [17:29:13] * halfak aggressively works on romanian PRs [17:32:18] 10Revision-Scoring-As-A-Service-Backlog, 10MediaWiki-extensions-ORES: Enable ORES Review Tool in Romanian Wikipedia - https://phabricator.wikimedia.org/T156501#2977037 (10Halfak) [17:33:19] 10Revision-Scoring-As-A-Service-Backlog, 10revscoring, 10rsaas-editquality: Build damaging/goodfaith models for Romanian Wikipedia - https://phabricator.wikimedia.org/T156503#2977066 (10Halfak) [17:33:53] 10Revision-Scoring-As-A-Service-Backlog, 10Wikilabels, 10rsaas-editquality: Edit quality campaign for Romanian Wikipedia - https://phabricator.wikimedia.org/T156357#2977080 (10Halfak) [17:33:55] 10Revision-Scoring-As-A-Service-Backlog, 10revscoring, 10rsaas-editquality: Build damaging/goodfaith models for Romanian Wikipedia - https://phabricator.wikimedia.org/T156503#2977066 (10Halfak) [17:34:22] 10Revision-Scoring-As-A-Service-Backlog, 10rsaas-editquality: Build reverted model for Romanian Wikipedia - https://phabricator.wikimedia.org/T156504#2977082 (10Halfak) [17:34:49] 06Revision-Scoring-As-A-Service, 10Bad-Words-Detection-System, 10revscoring: Add language support for Romanian - https://phabricator.wikimedia.org/T152482#2977096 (10Halfak) [18:10:59] 06Revision-Scoring-As-A-Service, 10Bad-Words-Detection-System, 10revscoring: Add language support for Romanian - https://phabricator.wikimedia.org/T152482#2977206 (10Halfak) https://github.com/wiki-ai/revscoring/pull/299 [18:12:53] wiki-ai/revscoring#873 (romanian_lang - 66510d5 : halfak): The build failed. https://travis-ci.org/wiki-ai/revscoring/builds/195957534 [18:13:04] shuddap [18:20:53] 06Revision-Scoring-As-A-Service, 10Bad-Words-Detection-System, 10revscoring: Add language support for Romanian - https://phabricator.wikimedia.org/T152482#2977259 (10Halfak) Also https://gerrit.wikimedia.org/r/334690 [18:20:57] wiki-ai/revscoring#875 (romanian_lang - 4111916 : halfak): The build was fixed. https://travis-ci.org/wiki-ai/revscoring/builds/195959548 [18:21:03] \o/ [18:27:29] Amir1, have a minute to look at ^ ? [18:27:35] Ha you did [18:27:53] This one too: https://gerrit.wikimedia.org/r/#/c/334690/ [18:28:28] halfak: I saw it but I don't have +2 rights in puppet [18:28:49] Oh yeah. Of course. [18:28:54] akosiaris, ^ [18:29:00] This one should be simple [18:29:01] halfak: one thing only, Add "ores:" before the first line of commit message [18:29:14] Oh... Sure. I can do that. [18:29:20] * halfak amends [18:29:29] Thanks! [18:30:00] {{done}} [18:30:00] How cool, halfak! [18:30:07] thanks AsimovBot [18:40:00] Next PR is going to be #300! [18:53:41] 06Revision-Scoring-As-A-Service, 10Bad-Words-Detection-System, 10revscoring: Add language support for Romanian - https://phabricator.wikimedia.org/T152482#2977363 (10Halfak) [18:55:13] 10Revision-Scoring-As-A-Service-Backlog, 10Wikilabels, 10rsaas-editquality: Deploy edit quality campaign for Romanian Wikipedia - https://phabricator.wikimedia.org/T156357#2977371 (10Halfak) [18:59:34] halfak: you might like this [18:59:49] Cool! I'll check it out in a minute [18:59:56] almost finished with rowiki stuff [19:02:26] 10Revision-Scoring-As-A-Service-Backlog, 10Wikilabels, 10rsaas-editquality: Deploy edit quality campaign for Romanian Wikipedia - https://phabricator.wikimedia.org/T156357#2977379 (10Halfak) I just started the prelabeler on ores-compute-01 [19:04:22] It reduces response size to 73% [19:05:45] Nice! [19:07:44] \o/ [19:07:46] \o/ [19:07:56] I'm going to make a patch in ores extensions [19:10:50] 10Revision-Scoring-As-A-Service-Backlog, 10MediaWiki-extensions-ORES, 06Research-and-Data: Plot ORES extension adoption over time - https://phabricator.wikimedia.org/T156515#2977406 (10Halfak) [19:18:55] (03PS1) 10Ladsgroup: Use minified responses [extensions/ORES] - 10https://gerrit.wikimedia.org/r/334695 [19:19:40] I'm on streak since December 31st: https://github.com/Ladsgroup [19:19:47] Nice! [19:20:25] (03CR) 10jerkins-bot: [V: 04-1] Use minified responses [extensions/ORES] - 10https://gerrit.wikimedia.org/r/334695 (owner: 10Ladsgroup) [19:25:33] 10Revision-Scoring-As-A-Service-Backlog, 10Wikilabels, 10rsaas-editquality: Deploy edit quality campaign for Romanian Wikipedia - https://phabricator.wikimedia.org/T156357#2977461 (10Halfak) http://labels.wmflabs.org/ui/rowiki/ [19:26:44] 10Revision-Scoring-As-A-Service-Backlog, 10Wikilabels, 10rsaas-editquality: Deploy edit quality campaign for Romanian Wikipedia - https://phabricator.wikimedia.org/T156357#2977462 (10Halfak) [19:27:24] 06Revision-Scoring-As-A-Service, 10Wikilabels: Complete Romanian Wikipedia edit quality campaign - https://phabricator.wikimedia.org/T156517#2977464 (10Halfak) [19:27:37] 10Revision-Scoring-As-A-Service-Backlog, 10Wikilabels, 10rsaas-editquality: Deploy edit quality campaign for Romanian Wikipedia - https://phabricator.wikimedia.org/T156357#2971998 (10Halfak) [19:27:39] 06Revision-Scoring-As-A-Service, 10Wikilabels: Complete Romanian Wikipedia edit quality campaign - https://phabricator.wikimedia.org/T156517#2977476 (10Halfak) [19:28:30] 10Revision-Scoring-As-A-Service-Backlog, 10MediaWiki-extensions-ORES: Deploy ORES Review Tool on Romanian Wikipedia - https://phabricator.wikimedia.org/T156518#2977480 (10Halfak) [19:29:42] halfak you will be running for steward? [19:30:05] Most likely not. Why do you ask? [19:31:42] 06Revision-Scoring-As-A-Service, 10Wikilabels: Complete Romanian Wikipedia edit quality campaign - https://phabricator.wikimedia.org/T156517#2977502 (10Halfak) [19:31:44] 10Revision-Scoring-As-A-Service-Backlog, 10revscoring, 10rsaas-editquality: Build damaging/goodfaith models for Romanian Wikipedia - https://phabricator.wikimedia.org/T156503#2977503 (10Halfak) [19:31:48] 10Revision-Scoring-As-A-Service-Backlog, 10MediaWiki-extensions-ORES: Deploy ORES Review Tool on Romanian Wikipedia - https://phabricator.wikimedia.org/T156518#2977501 (10Halfak) [19:33:35] 10Revision-Scoring-As-A-Service-Backlog, 10MediaWiki-extensions-ORES: Deploy ORES Review Tool on Romanian Wikipedia - https://phabricator.wikimedia.org/T156518#2977480 (10Halfak) [19:33:38] 10Revision-Scoring-As-A-Service-Backlog, 10MediaWiki-extensions-ORES: Enable ORES Review Tool in Romanian Wikipedia - https://phabricator.wikimedia.org/T156501#2977508 (10Halfak) [19:33:51] 10Revision-Scoring-As-A-Service-Backlog, 10Wikilabels, 10rsaas-editquality: Deploy edit quality campaign for Romanian Wikipedia - https://phabricator.wikimedia.org/T156357#2977510 (10Halfak) @Andrei_Stroe, see the link above. This campaign is ready for labeling. I'll get to work on the modeling stuff next.... [19:34:49] 06Revision-Scoring-As-A-Service, 10Wikilabels: Complete Romanian Wikipedia edit quality campaign - https://phabricator.wikimedia.org/T156517#2977464 (10Halfak) [19:35:06] 06Revision-Scoring-As-A-Service, 10Wikilabels: Complete Romanian Wikipedia edit quality campaign - https://phabricator.wikimedia.org/T156517#2977464 (10Halfak) @milimetric signaled that he might be willing to help out too. [19:35:14] OMG phab spam! [19:36:09] OK lunch time [19:44:39] (03CR) 10Ladsgroup: "recheck" [extensions/ORES] - 10https://gerrit.wikimedia.org/r/334695 (owner: 10Ladsgroup) [19:46:00] (03CR) 10jerkins-bot: [V: 04-1] Use minified responses [extensions/ORES] - 10https://gerrit.wikimedia.org/r/334695 (owner: 10Ladsgroup) [19:46:11] f u jenkins [20:03:12] Building rowiki reverted model [20:03:22] Also, I'm switching locations. Back in 45 mins or so. [22:09:25] o/ [22:09:36] Ended up getting an actual lunch instead of just logging back on. [22:09:45] Back to hacking on romanian [22:19:38] Amir1, if you have a few minutes, check out https://github.com/wiki-ai/editquality/pull/56 [22:19:40] No rush [22:21:21] 10Revision-Scoring-As-A-Service-Backlog, 10Wikilabels: Complete Romanian Wikipedia edit quality campaign - https://phabricator.wikimedia.org/T156517#2978419 (10Halfak) [22:22:17] 06Revision-Scoring-As-A-Service, 10rsaas-editquality: Build reverted model for Romanian Wikipedia - https://phabricator.wikimedia.org/T156504#2978448 (10Halfak) [22:22:35] 06Revision-Scoring-As-A-Service, 10rsaas-editquality: Build reverted model for Romanian Wikipedia - https://phabricator.wikimedia.org/T156504#2977082 (10Halfak) a:03Halfak