-
Notifications
You must be signed in to change notification settings - Fork 202
Closed
Labels
enhancementNew feature or requestNew feature or request
Description
Hi,
When I try to call the function .get_label_meaning() on the TWOSIDES dataset I get the following error:
python3.8/site-packages/tdc/base_dataset.py in get_label_meaning(self, output_format)
163 dict/pd.DataFrame/np.array: when output_format is dict/df/array
164 """
--> 165 return utils.get_label_map(self.name, self.path, self.target,
166 file_format=self.file_format,
167 output_format=output_format)
AttributeError: 'DDI' object has no attribute 'target'I am trying to understand what Y represents for this dataset? I assume the ints are mappings to reported side effects but it would be great to get that clarified.
Environment:
- OS: MacOS 11.6
- Python version: 3.8.12
- TDC version: 0.3.1
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request