From 84d27e4103bf223a12eb1c8a134d27987ebc2f74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9my=20Marquis?= Date: Wed, 27 Mar 2024 09:18:25 +0100 Subject: [PATCH] Fix lazypredict import --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index 49b22f9..a465794 100644 --- a/src/main.py +++ b/src/main.py @@ -24,7 +24,7 @@ # Imports required by the service's model import pandas as pd -from lazypredict.Supervised import LazyRegressor +from lazypredict import LazyRegressor from sklearn.model_selection import train_test_split import io