Skip to content

search table error: _SYS_AFL.AFLPAL:AUTOML_FIT Error message when execute example -- hana-ml_Tutorial_Auto_ML #36

Description

@johnnyssr

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: $MSG$; $[1]$=Operator; $[2]$=Imputer; $[3]$= does not exist\n')
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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions