Datasets
If using the below datasets in a scientific study, please cite the relevant publication in the doc string.
- eipy.datasets.load_diabetes()
Loads a multi-modal youth diabetes dataset.
More information about this dataset can be found in the following publication:
Catherine McDonough, Yan Chak Li, Nita Vangeepuram, Bian Liu, Gaurav Pandey. Facilitating youth diabetes studies with the most comprehensive epidemiological dataset available through a public web portal. medRxiv 2023.08.02.23293517. https://doi.org/10.1101/2023.08.02.23293517
- Returns
- datadict
Dictionary with keys ‘X_train’, ‘y_train’, ‘X_test’, ‘y_test’, ‘data_dict’.