Skip to content

Commit 99c93a8

Browse files
author
Hông-Lan Botterman
committed
enable_iterative_imputer
1 parent fb3d785 commit 99c93a8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qolmat/imputations/imputers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
from numpy.typing import NDArray
1313
from sklearn import utils as sku
1414
from sklearn.base import BaseEstimator
15+
from sklearn.experimental import enable_iterative_imputer # noqa
1516
from sklearn.impute import IterativeImputer, KNNImputer
1617
from sklearn.impute._base import _BaseImputer
1718
from statsmodels.tsa import seasonal as tsa_seasonal

0 commit comments

Comments
 (0)