From 279be36f4f4afb5c729d91b970b9546c3afd7071 Mon Sep 17 00:00:00 2001 From: lelaboratoire Date: Sun, 8 Sep 2024 09:54:17 -0400 Subject: [PATCH] ydata profiling --- pmlb/profiling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pmlb/profiling.py b/pmlb/profiling.py index 9d80a7c11..6e9834dc0 100644 --- a/pmlb/profiling.py +++ b/pmlb/profiling.py @@ -3,7 +3,7 @@ import subprocess import pandas as pd -from pandas_profiling import ProfileReport +from ydata_profiling import ProfileReport # Updated import from .pmlb import ( fetch_data, get_updated_datasets, last_commit_message