mljar EDA contains only a basic analysis on the distribution of each feature, the idea is to extend this to support bivariate analysis.
for example,
EDA.extend_eda(df,target)
will analyze how each variable in data frame df changes with the target variable.
mljar EDA contains only a basic analysis on the distribution of each feature, the idea is to extend this to support bivariate analysis.
for example,
EDA.extend_eda(df,target)will analyze how each variable in data frame df changes with the target variable.