This repository has been archived by the owner on Aug 9, 2024. It is now read-only.
Releases: wikimedia/revscoring
Releases · wikimedia/revscoring
v0.4.0
- Implements a refactoring for the 'dependencies'.
- Also implements some new functions list dig() and expand()
- Completes documentation (see http://pythonhosted.org/revscoring)
- Move "scorer" out of the library (and into ORES)
v0.3.0
v0.1.0
v0.0.3
This is an early release of the revscoring library. The following modules are implemented and tested:
- revscoring.datasources (Datasource, 20 implemented)
- revscoring.extractors (APIExtractor)
- revscoring.features (Feature, 42 implemented)
- revscoring.languages (english & portuguese)
- revscoring.scorers (MLScorer/MLScorerModel, SVCModel, LinearSVCModel & RBFSVCModel)
- revscoring.dependent (Dependent, Solve)