From 8bf874013f3d058973c711dbb3cc575075de43d2 Mon Sep 17 00:00:00 2001 From: Israel Figueroa Date: Thu, 16 Jan 2025 14:43:28 -0300 Subject: [PATCH] fix --- load_dataset.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/load_dataset.py b/load_dataset.py index fd24b84..8913595 100644 --- a/load_dataset.py +++ b/load_dataset.py @@ -40,7 +40,7 @@ def analisis_univariado(dfi, target=None, continuas=[], discretas=[]): # Test de normalidad (Shapiro-Wilk) stat, p = shapiro(Xvar, nan_policy='raise') - normal = p >= 0.05 + normal = p < 0.05 if normal: # Distribución normal: media, desviación estándar, y test t