Catrope has uploaded a new change for review. ( 
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(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/mediawiki-config 
refs/changes/26/347526/1

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: newchange
Gerrit-Change-Id: If43dbd7afae5d287665c4ba4f990667af92c4390
Gerrit-PatchSet: 1
Gerrit-Project: operations/mediawiki-config
Gerrit-Branch: master
Gerrit-Owner: Catrope <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to