CoOL_default: The default analysis for computational phase of CoOL
Description
The analysis and plots presented in the main paper. We recommend using View(CoOL_default) and View() on the many sub-functions to understand the steps and modify to your own research question. 3 sets of training will run with a learning rate of 1e-4 and a patience of 200 epochs, a learning rate of 1e-5 and a patience of 100 epochs, and a learning rate of 1e-6 and a patience of 50 epochs.
Risk contributions below this value are not shown in the table.
input_parameter_reg
The regularization of the input parameters.
hidden
The number of synergy-functions.
monitor
Whether monitoring plots will be shown in R.
epochs
The maximum number of epochs.
Value
A series of plots across the full Causes of Outcome Learning approach.
References
Rieckmann, Dworzynski, Arras, Lapuschkin, Samek, Arah, Rod, Ekstrom. 2022. Causes of outcome learning: A causal inference-inspired machine learning approach to disentangling common combinations of potential causes of a health outcome. International Journal of Epidemiology <https://doi.org/10.1093/ije/dyac078>
# NOT RUN {# Not runwhile (FALSE) {
#See the example under CoOL_0_working_example for a more detailed tutoriallibrary(CoOL)
data <- CoOL_0_working_example(n=10000)
CoOL_default(data)
}
# }