
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
colab에서 autokeras의 StructuredDataRegressor를 수행하면 아래와 같은 에러가 나오는데 뭐가 문제일까요?
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-7-c307ddc47b1e> in <cell line: 0>()
----> 1 reg = ak.StructuredDataRegressor(
2 overwrite=True, max_trials=3
3 )
AttributeError: module 'autokeras' has no attribute 'StructuredDataRegressor'

