editquality.utilities

This module implements a set of command-line utilities for implementing a data extraction, training, and testing pipeline. When the editquality python package is installed, the editquality utility utility should be available from the commandline. Run editquality -h for more information. You can also run ./utility -h within the project directory to run the utilities while doing development work.

Editquality CLI

$ editquality -h

::

This script provides access to a set of utilities for extracting features and building edit quality predictors.

  • fetch_labels – Fetches labels from the labels server for a campaign

  • join_observations – Joins a set of observations together

  • autolabel – Labels edits by whether or not they require review

  • get_revisions – Gathers all revisions from a wiki between two dates

  • generate_make – Code-generate Makefile from template and configuration

Usage:

editquality (-h | –help) editquality <utility> [-h | –help]

Options:

-h | –help Prints this documentation <utility> The name of the utility to run

Sub-utilities

autolabel

extract_damaging

fetch_labels

generate_make

get_revisions

join_observations

merge_labels