Skip to content

Commit 2163ead

Browse files
Update EDA
1 parent e58aace commit 2163ead

File tree

3 files changed

+526
-2
lines changed

3 files changed

+526
-2
lines changed

bluecast/eda/__init__.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
plot_tsne,
2727
univariate_plots,
2828
)
29+
from bluecast.eda.dashboard import create_eda_dashboard
2930
from bluecast.eda.data_leakage_checks import (
3031
detect_categorical_leakage,
3132
detect_leakage_via_correlation,
@@ -35,6 +36,7 @@
3536
"bi_variate_plots",
3637
"correlation_heatmap",
3738
"correlation_to_target",
39+
"create_eda_dashboard",
3840
"detect_categorical_leakage",
3941
"detect_leakage_via_correlation",
4042
"mutual_info_to_target",

0 commit comments

Comments
 (0)