Closed peiyaoli closed 5 years ago
Hi - is your input data a pandas DataFrame? If so, are there any columns that are fully missing? Right now the package supports pandas Dataframes only (as it needs to detect column names under the hood). You should also remove any columns that have no data at all, as they cannot be imputed.
Please let me know if any of this helps. If it does not, please provide more information as to what your dataset is.
Thanks!
Closed because no further conversation. Feel free to reopen if issues persist.
Hi, I'm also getting a similar error, when i'm using either the SingleImputer() or the MultipleImputer() and trying to impute a pandas dataframe.
Here's my code
imp = MultipleImputer()
imp.fit_transform(data_aided)
and here's the error i'm getting
`--------------------------------------------------------------------------- ValueError Traceback (most recent call last)
Hi, I tried use this module to impute but not work. The train data data and test data has value, not it says not data error.
ValueError Traceback (most recent call last)