Background
My team is working on enabling ORES filters on Special:NewPagesFeed, so that users can filters articles and drafts by ORES predicted issue/class (see T196178 and subtasks).
After enabling the ores role in MediaWiki Vagrant, I attempted to run mwscript extensions/ORES/maintenance/PopulateDatabase.php. This script works fine if you use damaging or goodfaith as the models, but if you enable wp10 and draftquality you get an exception, and the error message from the URL is {"error": {"code": "not found", "message": "Models ('wp10', 'draftquality') not available for testwiki"}}
Request
I'd like to be able to run PopulateDatabase.php and store accurate data for wp10 and draftquality in my MW-Vagrant database. (As an aside, if you want to test this in Vagrant you'll need to adjust your config per the patch in T198989)