Description
Hi developer,
When I try to run code example of Auto_ML, there is an error when execute
training
try:
auto_c.fit(data=df_diabetes_train, key="ID")
except Exception as e:
raise e
Error Message:
ERROR:hana_ml.algorithms.pal.auto_ml:(423, 'AFL error: "JOHNNY"."(DO statement)": line 60 col 1 (at pos 3912): search table error: _SYS_AFL.AFLPAL:AUTOML_FIT: [423] (range 3) AFL error exception: exception 73003003: PAL error[$ERROR_CODE$]:Pipeline Error:
Traceback (most recent call last):
File "C:\Users\I354885\AppData\Local\Programs\Python\Python312\Lib\site-packages\hana_ml\algorithms\pal\auto_ml.py", line 803, in _fit
self._call_pal_auto(conn,
File "C:\Users\I354885\AppData\Local\Programs\Python\Python312\Lib\site-packages\hana_ml\algorithms\pal\pal_base.py", line 916, in _call_pal_auto
self.execute_statement, materialize_dict = call_pal_auto_with_hint(conn_context,......
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
I checked in HANA, there is no table named _SYS_AFL.AFLPAL:AUTOML_FIT
Could you please help to check this?
Best Regards,
Johnny