module 'autokeras' has no attribute 'StructuredDataRegressor'
See original GitHub issueProblem
When I tried to use ‘StructuredDataRegressor’, the error happens.
import autokeras as ak
auto_sdr = ak.StructuredDataRegressor()
auto_sdr.fit(train_X, train_y)
AttributeError: module ‘autokeras’ has no attribute ‘StructuredDataRegressor’
Environment
OS: Windows10 Python: 3.6.7 tensorflow: 2.0.0 autokeras: 1.0.0b0
Check the directory of autokeras package
There is not StructuredData file at the directory of autokeras package. (However, there are image and text file)
Is there any way to solve this?
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (3 by maintainers)
Top Results From Across the Web
StructuredDataRegressor - AutoKeras
Scalar test loss (if the model has a single output and no metrics) or list of scalars (if the model has multiple outputs...
Read more >Newest 'auto-keras' Questions - Stack Overflow
I've tried using StructuredDataRegressor and everything went ok. ... module 'keras.layers.normalization' has no attribute 'BatchNormalizationBase'.
Read more >How to Use AutoKeras for Classification and Regression
keras) and not a Standalone Keras model. As such, the library assumes that you have Python 3 and TensorFlow 2.3.0 or higher installed....
Read more >autokeras mnist - Kaggle
ERROR: autokeras 0.4.0 has requirement numpy==1.16.1, but you'll have numpy ... AttributeError: module 'onnxmltools.utils' has no attribute 'save_text'.
Read more >efficient neural architecture search for automated deep learning
Neural architectures are computational graphs, which are attributed graphs with multiple at- tributes on the edges and the nodes. In a computational graph...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
If you have in your folder script with the name “autokeras.py” rename it.
Thanks 🚀