kevinbazira / editquality

Supervised learning approach to determining the quality of edits in Wikipedia

Home Page:https://editquality.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Edit quality

This library provides a set of utilities for building and maintaining edit quality prediction models for Wikipedia and other Wikimedia projects.

Installation

At the command line:

pip install editquality

This should will install the library and CLI tool in your PATH. To check it out try invoking the CLI:

editquality -h

Local Development

You can clone the project repo and work from the root directory as follows:

git clone  https://github.com/wikimedia/editquality.git
cd editquality
virtualenv -p python3 venv
source venv/bin/activate
python setup.py install

Now you can invoke the utility cli:

./utility -h

Author

About

Supervised learning approach to determining the quality of edits in Wikipedia

https://editquality.readthedocs.io

License:MIT License


Languages

Language:Python 46.7%Language:Makefile 38.4%Language:Jupyter Notebook 14.8%Language:Shell 0.0%