Toggle navigation
Home
New Query
Recent Queries
Discuss
Database tables
Database names
MediaWiki
Wikibase
Replicas browser and optimizer
Login
History
Fork
This query is marked as a draft
This query has been published
by
Isaac (WMF)
.
How to get article quality scores from ORES for recent revisions and map them back to classes. For details on mapping oresc_probability -> Stub, Start, etc., see: https://github.com/wikimedia/mediawiki-extensions-ORES/blob/b6d58c3fac190e2df6524042b21500ef48b94682/includes/Storage/ScoreParser.php#L93 and https://github.com/wikimedia/mediawiki-extensions-ORES/blob/b6d11b0fae1d3bcb67113bee0e9a6566b05c0d58/extension.json#L161 aq_class: 0: Stub 1: Start 2: C 3: B 4: GA 5: FA
Toggle Highlighting
SQL
USE enwiki_p; SELECT oresc_rev, oresc_class, oresc_probability FROM ores_model WHERE oresc_model = 57 # current articlequality model per ores_model table LIMIT 50 ;
By running queries you agree to the
Cloud Services Terms of Use
and you irrevocably agree to release your SQL under
CC0 License
.
Submit Query
Stop Query
All SQL code is licensed under
CC0 License
.
Checking query status...