
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
reg = ak.StructuredDataRegressor()
코드가 동작하지 않습니다.
이전 버전의 Autokeras의 설명인 것 같아요.
구글링을 통해
"I suggest you to do the feature encoding for all categorical features by yourself and use it with a normal Input() and RegressionHead() or ClassificationHead() with the IO API in AutoKeras." 라는 답변을 확인했는데 어떻게 하는건지 잘 모르겠네요

