We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae47608 commit 517a5a2Copy full SHA for 517a5a2
chebai/preprocessing/reader.py
@@ -51,7 +51,7 @@ def _get_raw_label(self, row: Dict[str, Any]) -> Any:
51
52
def _get_raw_id(self, row: Dict[str, Any]) -> Any:
53
"""Get raw ID from the row."""
54
- return row.get("ident", row["features"])
+ return row.get("ident", row["id"])
55
56
def _get_raw_group(self, row: Dict[str, Any]) -> Any:
57
"""Get raw group from the row."""
0 commit comments