Skip to content

Cox Experiment

Compare
Choose a tag to compare
@sathiyapk sathiyapk released this 01 Dec 12:16
· 445 commits to master since this release

The attached results.zip file contains the results of the cox model (5.txt files + 1 .R file) run at CNAM using the fr.polytechnique.cmap.cnam.filtering.cox.CoxMain class with 4 different configuration changes compared to src/main/resources/config/filtering-default.conf file as follows:

  1. cox_parameters.exposures.Start delay = 0
  2. cox_parameters.exposures.Min Purchases = 1
  3. cox_parameters.Follow-up delay = 4 months
  4. cox_parameters.Follow-up delay = 2 months

using the R script cox_pio.R


And it yielded the corresponding result files:

  1. startDelay0Result.txt
  2. minPurchase1Result.txt
  3. followupDelay4Result.txt
  4. followupDelay2Result.txt
  5. coxDefaultResult.txt (Result without any changes in the config file)