keras-team / autokeras

AutoML library for deep learning
http://autokeras.com/
Apache License 2.0
9.1k stars 1.4k forks source link

Bug: StructuredDataClassifier and StructuredDataRegressor gone? #1915

Open petervanwylen opened 2 months ago

petervanwylen commented 2 months ago

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?

petervanwylen commented 2 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.

z4668640 commented 2 months ago

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

jessicapatricoski commented 2 months ago

Is there a way to achieve the same effect with other commands? Is using structured data just no longer an option?

z4668640 commented 2 months ago

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.

leandro-ferreira-farm commented 2 months ago

Why StructuredDataClassifier and StructuredDataRegressor were gone?

Stargrazer82301 commented 1 month ago

I too am surprised these have been removed! The lack of deprecation documentation feels issue-worthy, at a minimum?