mahlettaye / SmartAD_MLBased_AB_test

The repository is an implementation of A/B testing using statistical and machine learning method

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SmartAD_MLBased_AB_test

Data

For this project we have used kaggle dataset found here https://www.kaggle.com/c/rossmann-store-sales/data

Repository organization

  • .dvc
    • Contains the the implemntation od data version control output which is the result of our training dataset that passes through the DVC.
  • Notebook
    • Includes notebooks for basic exploratory analysis
  • mlruns
    • Includes the result of mlflow model tracking traking
  • Scripts
    • contains python implemntation for data processing and modeling
  • Tests
    • Contains test files for the components in the script
  • Dockerfile contain the docker configuration for deployment

About

The repository is an implementation of A/B testing using statistical and machine learning method


Languages

Language:Jupyter Notebook 99.4%Language:Python 0.6%