# Causal ML updates ## General issues - [ ] check package environment with [Windows](https://win-builder.r-project.org/) - [x] write up the documentations - [x] add examples (micro-finance/star) - [x] #28 - [x] #38 ## Specific issues ### Documentation - [x] finish documentations for test_itr - [x] Roxygenize all the function and data - [x] Simplify the examples ### Functions - [x] check whether return outputs are consistent across all functions - [x] check the SVM function - [x] #8 - [x] #9 - [x] #17 - [x] #20 - [x] #26 - [x] https://github.com/MichaelLLi/evalITR/issues/24 - [x] #36 ### Testing - [x] #15 - [x] #14 - [x] Run CRAN checks with [rhub](https://r-hub.github.io/rhub/articles/rhub.html) ### Output - [x] create a summary(fit) page where we display some summary statistics (perhaps some PAPEs, fitting metrics and etc) - [x] add summary of the plot_aupec output - [x] #10 - [x] #11 - [x] #18 - [x] #27 - [x] #30 - [x] If only one alg is selected, do not print `PAPDp` summary statistics. ### Plotting - [x] check the variance for AUPEC ## Other tasks - [ ] #12 - [x] #13 - [ ] Check the tuning parameters for `caret` and `SuperLearner`
Causal ML updates
General issues
Specific issues
Documentation
Functions
Testing
Output
summary()function to show all the output (PAPE, PAPEp, PAPD, AUPEC) #10PAPDpin the summary output if the user only chooses one algorithm #18PAPDpsummary statistics.Plotting
Other tasks
caretandSuperLearner