Utilize bnlearn to create a bayesian network and return the arc strengths for features and their edges
BNLearnArcStrength(
data = NULL,
NetworkVars = NULL,
DataSampleRate = 0.5,
ByGroupVars = NULL,
MinRows = 30
)
data.table
Names of the columns to utilize in the analysis
Sample your data to reduce runtime
Group variables that you want to have the analysis done by
Minimum number of rows to utilize in the ByGroupVars analysis
Other EDA:
AutoCorrAnalysis()
,
AutoWordFreq()