Open petervanwylen opened 7 months ago
I see now that they were intentionally removed, apparently to support TF3? Are they coming back? Either way, putting something in the website FAQ would be very helpful.
I ran into this issue too and just looked in the changelog and found that it was indeed removed. I'm thinking about going back to version 1.10. https://github.com/keras-team/autokeras/blob/7267cd22244810b6ce0d8accf05693453cb20100/RELEASE.md?plain=1#L10
Is there a way to achieve the same effect with other commands? Is using structured data just no longer an option?
Is there a way to achieve the same effect with other commands? Is using structured data just no longer an option?
I reduced the version to 1.10 and it worked fine.
Why StructuredDataClassifier and StructuredDataRegressor were gone?
I too am surprised these have been removed! The lack of deprecation documentation feels issue-worthy, at a minimum?
It will be greatly appreciated if the feature can be added back.
Is there a way to achieve the same effect with other commands? Is using structured data just no longer an option?
I reduced the version to 1.10 and it worked fine.
Hi Z4668640, what command do you use to reduce the version to 1.10?
@haifeng-jin Any comment?
maybe the name is too much long, haha. did anybody know it change name or gone?
Z4668640, pip install autokeras=1.10
Wait, 1.10 and not 1.1.0? Is that a typo? Also to everyone here, has anyone found a workaround for that specific function for usage tabular data instead of multi-model data? Most docs still recommended the defunct function.
These have been removed from the website documentation and seemingly are also gone from 2.0.0. I don't see anywhere a notification that they were deprecated. Was this intentional or have they been somehow renamed?