Skip to content

Commit

Permalink
enable_iterative_imputer
Browse files Browse the repository at this point in the history
  • Loading branch information
Hông-Lan Botterman committed Sep 5, 2024
1 parent fb3d785 commit 99c93a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions qolmat/imputations/imputers.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
from numpy.typing import NDArray
from sklearn import utils as sku
from sklearn.base import BaseEstimator
from sklearn.experimental import enable_iterative_imputer # noqa
from sklearn.impute import IterativeImputer, KNNImputer
from sklearn.impute._base import _BaseImputer
from statsmodels.tsa import seasonal as tsa_seasonal
Expand Down

0 comments on commit 99c93a8

Please sign in to comment.