AutoViML/deep_autoviml

TypeError: 'module' object is not callable

jbrepogmailcom opened this issue · 1 comments

Hello. Beside cyclic dependency problem with installation via pip, I also have the error in subject in code taken from examples:

from deep_autoviml import deep_autoviml as deepauto
model = deepauto(df, target=target, feateng_cols=features)

How to proceed?

Same error in python3.8 and in 3.7