Implementing various tests to analyze A/B test result - project by Udacity
Part I: Studying the data, includes data wrangling.
Part II: Conducting A/B tests, simulating samples to 10,000 iterations and comparing the statistics, analyzing the results. Carrying out the tests using statmodels.api and scipy.stats libraries.
Part III: Regression Approach - completion under process.