Learn R Programming

RemixAutoML (version 0.5.1)

BNLearnArcStrength: BNLearnArcStrength

Description

Utilize bnlearn to create a bayesian network and return the arc strengths for features and their edges

Usage

BNLearnArcStrength(
  data = NULL,
  NetworkVars = NULL,
  DataSampleRate = 0.5,
  ByGroupVars = NULL,
  MinRows = 30
)

Arguments

data

data.table

NetworkVars

Names of the columns to utilize in the analysis

DataSampleRate

Sample your data to reduce runtime

ByGroupVars

Group variables that you want to have the analysis done by

MinRows

Minimum number of rows to utilize in the ByGroupVars analysis

See Also

Other EDA: AutoCorrAnalysis(), AutoWordFreq()