Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Essence Problem Models Not Supported #3

Open
vincepick opened this issue Oct 8, 2024 · 1 comment
Open

Essence Problem Models Not Supported #3

vincepick opened this issue Oct 8, 2024 · 1 comment
Assignees

Comments

@vincepick
Copy link
Collaborator

vincepick commented Oct 8, 2024

Setup python script setup.py appears to work correctly:

024-10-08 22:43:44: Setting up the tuning: COMPLETED

However run script, run.sh fails:

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
  File "/AutoIG/scripts/collect_results.py", line 197, in <module>
    config, tRs, tRsNoDup = read_data(runDir)
                            ^^^^^^^^^^^^^^^^^
  File "/AutoIG/scripts/collect_results.py", line 47, in read_data
    tRs["score"] = tRs["score"].astype(float)
                   ~~~^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pandas/core/frame.py", line 3807, in __getitem__
    indexer = self.columns.get_loc(key)
              ^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/lib/python3/dist-packages/pandas/core/indexes/base.py", line 3804, in get_loc
    raise KeyError(key) from err
KeyError: 'score'
@vincepick
Copy link
Collaborator Author

This is no longer applicable, Essence problem models are (partially supported), but there exist more recent issues with better descriptions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant