jenkins-bot has submitted this change and it was merged. (
https://gerrit.wikimedia.org/r/347526 )
Change subject: Add ORES thresholds for fawiki, ruwiki, trwiki
......................................................................
Add ORES thresholds for fawiki, ruwiki, trwiki
To prepare for tomorrow's deployment.
Change-Id: If43dbd7afae5d287665c4ba4f990667af92c4390
---
M wmf-config/InitialiseSettings.php
1 file changed, 39 insertions(+), 0 deletions(-)
Approvals:
Catrope: Looks good to me, approved
jenkins-bot: Verified
diff --git a/wmf-config/InitialiseSettings.php
b/wmf-config/InitialiseSettings.php
index 37b1be5..f0e8491 100644
--- a/wmf-config/InitialiseSettings.php
+++ b/wmf-config/InitialiseSettings.php
@@ -18183,6 +18183,45 @@
'bad' => [ 'min' => 0, 'max' => 0.256 ], // ~45%
precision
],
],
+ 'fawiki' => [
+ 'damaging' => [
+ 'likelygood' => [ 'min' => 0, 'max' => 0.495 ], //
~99.5% precision
+ 'maybebad' => [ 'min' => 0.330, 'max' => 1 ], // ~15%
precision
+ 'likelybad' => [ 'min' => 0.941, 'max' => 1 ], // ~45%
precision
+ 'verylikelybad' => [ 'min' => 0.963, 'max' => 1 ], //
~75% precision
+ ],
+ 'goodfaith' => [
+ 'good' => [ 'min' => 0.381, 'max' => 1 ], // ~99.5%
precision
+ 'maybebad' => [ 'min' => 0, 'max' => 0.608 ], // ~15%
precision
+ 'bad' => [ 'min' => 0, 'max' => 0.042 ], // ~100%
precision
+ ],
+ ],
+ 'ruwiki' => [
+ 'damaging' => [
+ 'likelygood' => [ 'min' => 0, 'max' => 0.599 ], // ~99%
precision
+ 'maybebad' => [ 'min' => 0.466, 'max' => 1 ], // ~90%
recall
+ 'likelybad' => [ 'min' => 0.859, 'max' => 1 ], // ~45%
precision
+ 'verylikelybad' => [ 'min' => 0.935, 'max' => 1 ], //
~75% precision
+ ],
+ 'goodfaith' => [
+ 'good' => [ 'min' => 0.570, 'max' => 1 ], // ~99.5%
precision
+ 'maybebad' => [ 'min' => 0, 'max' => 0.549 ], // ~15%
precision
+ 'bad' => [ 'min' => 0, 'max' => 0.081 ], // ~45%
precision
+ ],
+ ],
+ 'trwiki' => [
+ 'damaging' => [
+ 'likelygood' => [ 'min' => 0, 'max' => 0.155 ], //
~99.5% precision
+ 'maybebad' => [ 'min' => 0.105, 'max' => 1 ], // ~15%
precision
+ 'likelybad' => [ 'min' => 0.882, 'max' => 1 ], // ~45%
precision
+ 'verylikelybad' => [ 'min' => 0.912, 'max' => 1 ], //
~75% precision
+ ],
+ 'goodfaith' => [
+ 'good' => [ 'min' => 0.809, 'max' => 1 ], // ~99.5%
precision
+ 'maybebad' => [ 'min' => 0, 'max' => 0.860 ], // ~15%
precision
+ 'bad' => [ 'min' => 0, 'max' => 0.119 ], // ~45%
precision
+ ],
+ ],
],
'wgOresEnabledNamespaces' => [
'default' => [],
--
To view, visit https://gerrit.wikimedia.org/r/347526
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: If43dbd7afae5d287665c4ba4f990667af92c4390
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Catrope <[email protected]>
Gerrit-Reviewer: Catrope <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: jenkins-bot <>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits