pykeen / benchmarking

📊 Results from the reproducibility and benchmarking studies presented in "Bringing Light Into the Dark: A Large-scale Evaluation of Knowledge Graph Embedding Models Under a Unified Framework" (http://arxiv.org/abs/2006.13365)
MIT License
35 stars 4 forks source link

ValueError #3

Closed mali-git closed 4 years ago

mali-git commented 4 years ago

Traceback (most recent call last): File "/Users/mali/PycharmProjects/pykeen_experimental_results/hpo/collate.py", line 126, in main() File "/Users/mali/development/virtual_envs/poem/lib/python3.7/site-packages/click/core.py", line 764, in call return self.main(args, kwargs) File "/Users/mali/development/virtual_envs/poem/lib/python3.7/site-packages/click/core.py", line 717, in main rv = self.invoke(ctx) File "/Users/mali/development/virtual_envs/poem/lib/python3.7/site-packages/click/core.py", line 956, in invoke return ctx.invoke(self.callback, ctx.params) File "/Users/mali/development/virtual_envs/poem/lib/python3.7/site-packages/click/core.py", line 555, in invoke return callback(args, **kwargs) File "/Users/mali/PycharmProjects/pykeen_experimental_results/hpo/collate.py", line 46, in main idx = sub_df.groupby([ablation_header])[target_header].transform(max) == df[target_header] File "/Users/mali/development/virtual_envs/poem/lib/python3.7/site-packages/pandas/core/ops/init.py", line 1142, in wrapper raise ValueError("Can only compare identically-labeled " "Series objects") ValueError: Can only compare identically-labeled Series objects

Reproduce: Please run collate.py