From ff0768fb571754c7ab132b1e2df43d7751c640ae Mon Sep 17 00:00:00 2001 From: Pim Meulensteen Date: Tue, 12 May 2026 07:44:15 +0200 Subject: [PATCH] update readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 25d91df..935d393 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ This work accompanies the corresponding Scratch repository: https://github.com/N Within this specific repository, the LR module - responsible for calculating the appropriate statistical data - is provided. From the `lrmodule` python module, several public API methods are exposed: - - ... (TODO) + - `get_lr_system`: load a trained LR system from disk from a given folder; + - `get_reference_data`: load reference data from disk; + - `get_validation_experiment`: return an `Experiment` that builds and validates a model. ## Local development