Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IterativeImpute fails to work in new template #63

Open
liangmuxin opened this issue Feb 21, 2019 · 1 comment
Open

IterativeImpute fails to work in new template #63

liangmuxin opened this issue Feb 21, 2019 · 1 comment

Comments

@liangmuxin
Copy link
Collaborator

liangmuxin commented Feb 21, 2019

Seems like mv_mask is not working properly?

@liangmuxin
Copy link
Collaborator Author

liangmuxin commented Feb 22, 2019

aning/dsbox/datapreprocessing/cleaner/missing_value_pred.py(114)bayeImpute()
02-21 17:22:43 [INFO] redirect -- -> model.fit(x_train, y_train)
02-21 17:22:43 [INFO] redirect -- (Pdb)
n
02-21 17:22:45 [INFO] redirect -- ValueError: Input contains NaN, infinity or a value too large for dtype('float64').
02-21 17:25:59 [INFO] redirect -- (Pdb)
np.isnan(x_train).any()
02-21 17:26:08 [INFO] redirect -- True
02-21 17:26:08 [INFO] redirect -- (Pdb)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant