ehrdata.dt.diabetes_130_fairlearn#
- ehrdata.dt.diabetes_130_fairlearn(columns_obs_only=None)#
Loads the preprocessed diabetes-130 dataset by fairlearn.
This loads the dataset from the fairlearn.datasets.fetch_diabetes_hospital function. [BDudikE+20]
More details and the original dataset can be found here.
- Parameters:
- Return type:
Examples
>>> import ehrdata as ed >>> edata = ed.dt.diabetes_130_fairlearn()