'Python iterforest has no attribute IterImput

Executing the following code:

from ycimpute.imputer import iterforest 
dff = iterforest.IterImput().complete(n_df)

I am having this error:

AttributeError: module 'ycimpute.imputer.iterforest' has no attribute 'IterImput'

I tried to search but I think there is not a lot of information about this specific thing on internet.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source