Dataset
Abstract class for dataset.
Dataset
Bases: ABC
Abstract class for dataset.
Source code in aiagents4pharma/talk2knowledgegraphs/datasets/dataset.py
10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 |
|
load_data()
abstractmethod
A method to load the dataset and potentially preprocess it.
Source code in aiagents4pharma/talk2knowledgegraphs/datasets/dataset.py
21 22 23 24 25 |
|
setup()
abstractmethod
A method to set up the dataset.
Source code in aiagents4pharma/talk2knowledgegraphs/datasets/dataset.py
15 16 17 18 19 |
|