Wrapper to calculate and plot summed interactions of features across response variables. Based on Greenwell et al 2018

mrInteractions(yhats, X, Y, mode = "regression")

Arguments

yhats

A list is the list generated by mrIMLpredicts

X

A dataframe is the feature data set

Y

A dataframe is the response variable data set (species, OTUs, SNPs etc)

Details

The aim of this function is to enable users to calculate interaction importance for all fatures in a data set. and then use plot_mrpd (a plotting function) to create a pd plot for all species/SNPs for each feature.