CatgirlIntelligenceAgency/code/tools/experiment-runner
Viktor Lofgren c41e68aaab (control) New export actions for RSS/Atom feeds and term frequency data
This commit also refactors the executor a bit, and introduces a new converter-feature called data-extractors for this class of jobs.
2024-01-15 14:54:26 +01:00
..
src/main/java/nu/marginalia/tools (control) New export actions for RSS/Atom feeds and term frequency data 2024-01-15 14:54:26 +01:00
build.gradle Initial Commit Anchor Tags 2023-11-04 14:24:17 +01:00
readme.md Add experiment runner tool and got rid of experiments module in processes. 2023-03-28 16:58:46 +02:00

Experiment Runner

This tool is a means of launching crawl data processing experiments, for interacting with crawl data.

It's launched with run/experiment.sh. New experiments need to be added to ExperimentRunnerMain in order for the script to be able to run them.