This repository has been archived by the owner on Aug 9, 2024. It is now read-only.
Releases: wikimedia/revscoring
Releases · wikimedia/revscoring
v0.7.0
- Widens version requirements for scipy and numpy to make compiling dependencies from source less common
- Substantial improvements to documentation. Now using 'alabaster' theme and simplified examples.
- Adds '--test-prop' param to
train_test
utility. - Adds a Dockerfile for building an image that will run an ipython notebook to build a revscoring project
- Adds a
trim()
function for reducing a feature_list to it's basic 'features' -- a prerequisite for https://github.com/wiki-ai/ores/issues/100 - Adds basic language features for
dutch
,german
anditalian
We've also fixed out CI process and added code coverage reports.
v0.6.4
Since 0.5.0:
- Drops
mediawiki-utilities
in favor ofmwapi
andmwtypes
- Improved error reporting in api extractor
- Change to configuration -- APIExtractor now requires
host
instead ofurl
- Fixes an issue with looking up user info in APIExtractor
- Adds batching to Feature extraction for more speed.
- Silences a utf16 encoding warning in enchant
- Fix travis builds, add coverage to reports
- Adds wheel support
- Adds model_info storage & utility
v0.5.0
v0.4.10
v0.4.9
v0.4.8
Synchronizes dependency versions with https://github.com/wiki-ai/ores and generalizes both.
v0.4.6
v0.4.5
v0.4.4
v0.4.1
- Improves formatting of train_test results (and implements one vs. rest ROC for multiclass models)
- Adds balance_labels arg to constructor of SVC models
- Fixes #122 -- Math domain error when processing imported revisions (user.age)
- Adds 'indonesian' language (thanks @kenrick95!)