Hello! we got the following invalid submission messages
Your submission (id: 9726134) is invalid, below are the invalid reasons:
Error encountered while running your Docker container; contact the Challenge Organizers in the Discussion Board for more info.
Your submission (id: 9726135) is invalid, below are the invalid reasons:
Error encountered while running your Docker container; contact the Challenge Organizers in the Discussion Board for more info.
Could you help me to know the reason?
regards
Created by Lorena Patricia Mora-Flores LorePaty Hello,
For ID - 9726134 the error message is -
```
Traceback (most recent call last):
File "/usr/local/bin/run_model_challenge_2.py", line 140, in
df = reduce(lambda x, y: pd.merge(x, y, on='specimen',
File "/usr/local/bin/run_model_challenge_2.py", line 140, in
df = reduce(lambda x, y: pd.merge(x, y, on='specimen',
File "/usr/local/lib/python3.10/dist-packages/pandas/core/reshape/merge.py", line 107, in merge
op = _MergeOperation(
File "/usr/local/lib/python3.10/dist-packages/pandas/core/reshape/merge.py", line 700, in __init__
) = self._get_merge_keys()
File "/usr/local/lib/python3.10/dist-packages/pandas/core/reshape/merge.py", line 1097, in _get_merge_keys
right_keys.append(right._get_label_or_level_values(rk))
File "/usr/local/lib/python3.10/dist-packages/pandas/core/generic.py", line 1840, in _get_label_or_level_values
raise KeyError(key)
KeyError: 'specimen'
```
For ID 9726135 the error message is -
```
Traceback (most recent call last):
File "/usr/local/bin/run_model_challenge_1.py", line 122, in
df = reduce(lambda x, y: pd.merge(x, y, on='specimen',
File "/usr/local/bin/run_model_challenge_1.py", line 122, in
df = reduce(lambda x, y: pd.merge(x, y, on='specimen',
File "/usr/local/lib/python3.10/dist-packages/pandas/core/reshape/merge.py", line 107, in merge
op = _MergeOperation(
File "/usr/local/lib/python3.10/dist-packages/pandas/core/reshape/merge.py", line 700, in __init__
) = self._get_merge_keys()
File "/usr/local/lib/python3.10/dist-packages/pandas/core/reshape/merge.py", line 1097, in _get_merge_keys
right_keys.append(right._get_label_or_level_values(rk))
File "/usr/local/lib/python3.10/dist-packages/pandas/core/generic.py", line 1840, in _get_label_or_level_values
raise KeyError(key)
KeyError: 'specimen'
```
Hope this helps!!!
Thanks
Aarthi