Skip to content

ev-horrosh/ab_testing_cli_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

A/B testing CLI tool


To run

python a_b_test.py -f <file.csv> -t 2s -c1 <column1> -c2 <column1> -a <alpha>

Flags

'-f',  '--file'  -> File path of the dataset (required)
'-t',  '--test'  -> Type of test to perform (required): chi2, 1s, 2s
'-c1', '--col1'  -> Name of column 1 (required)
'-c2', '--col2'  -> Name of column 2 (optional for 1 sample test)
'-m',  '--mean'  -> Mean value (optional for 1 sample test)
'-a',  '--alpha' -> Significance level (default: 0.05)

Example:

python a_b_test.py -f <file.csv> -t 1s -c1 <column1> -a <alpha> -m <mean>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages