Skip to content

Commit

Permalink
Readd iterative_imputer import
Browse files Browse the repository at this point in the history
  • Loading branch information
Zethson committed Nov 12, 2023
1 parent 6dc77a8 commit 54aa671
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ehrapy/preprocessing/_data_imputation.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
import pandas as pd
from rich import print
from rich.progress import Progress, SpinnerColumn
from sklearn.experimental import enable_iterative_imputer
from sklearn.impute import SimpleImputer
from sklearn.preprocessing import OrdinalEncoder

Expand Down

0 comments on commit 54aa671

Please sign in to comment.