ehrapy.data.dermatology¶
- ehrapy.data.dermatology(encoded=False, columns_obs_only=None)[source]¶
Loads the Dermatology Data Set
More details: http://archive.ics.uci.edu/ml/datasets/Dermatology
Preprocessing: https://github.com/theislab/ehrapy-datasets/blob/main/dermatology/dermatology.ipynb
- Parameters:
- Return type:
- Returns:
AnnData
object of the Dermatology Data Set
Examples
>>> import ehrapy as ep >>> adata = ep.dt.dermatology(encoded=True)