Normal Structured Data Regression #1453
Unanswered
Jiaxin8122
asked this question in
Q&A
Replies: 1 comment
-
After 1.0, many args has changed. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm trying to find some toturials online with StructuredDataRegressor. When i use this command "search.fit(x=X_train, y=y_train, verbose=0)“, some errors reported...
TypeError: init() got an unexpected keyword argument 'verbose'
Also when i set "time_limit=60*60" in this command, it said, no attribute“time_limit”, i just copy code from online. I use autokeras 1.0.11. Is the version issue? Because i saw tutorials online they use 0.2.11. Can someone help me? I'm totally fresh to autokeras.
Regards
Beta Was this translation helpful? Give feedback.
All reactions