Page MenuHomePhabricator

Train reverted model for metawiki
Open, MediumPublic

Description

See T144121: Add language support for Meta-Wiki

This task is done when there is a model train for metawiki that implements a revert predictor with a /reasonable/ level of fitness (>= 0.85 ROC-AUC).

Event Timeline

Halfak triaged this task as Medium priority.Sep 1 2016, 2:46 PM
Halfak moved this task from Unsorted to New development on the Machine-Learning-Team board.

I think we should do some comparison in unicode character ranges to detect language type issues generically.

E.g.

>>> ord("a") # Latin (English)
97
>>> ord("ジ") # Japanese
12472
>>> ord("ز") # Arabic (Persian)
1586