Skip to content

Commit

Permalink
Fix lazypredict import
Browse files Browse the repository at this point in the history
  • Loading branch information
rmarquis committed Mar 27, 2024
1 parent 739679f commit 84d27e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 84d27e4

Please sign in to comment.