This repo trains the ANN on a schedule and compares the resulting database with the current production database.
The intention is for it to serve as a step towards being able to safely re-train the database in the future.
- Download the reviewed edits
cbng-trainer download-edits --output=edits.xml
- Train a new database
mkdir -p new/
cbng-trainer build-database --input=edits.xml --output new/
- Compare the 2 databases
cbng-trainer compare-database --target new/ --export results/
- Python 3.9+
- Docker on execution host