n.ruleofthumb_3.0.0_2.12.0.0.8.source-code.config.example.file.yaml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ruleofthumb_3.0.0_2.12 Show documentation
Show all versions of ruleofthumb_3.0.0_2.12 Show documentation
Apache Spark based framework for analysis A/B experiments
The newest version!
input: "Files"
output: "/tmp/report.json"
files:
- "src/main/resources/nginx_sample.txt"
accessLog:
metricName: "case when regexp_extract(path, '^(/click/)') = '/click/' then 'clicks' else case when regexp_extract(path, '^(/view/)') = '/view/' then 'view' else 'none' end end "
metricValue: "1.0"
experimentUid: "'exp1'"
variantId: "case when regexp_extract(entityUid, '([0-9])$') = 1 then 'treatment' else 'control' end"
© 2015 - 2025 Weber Informatics LLC | Privacy Policy