fetch_bone_density#

skfda.datasets.fetch_bone_density(return_X_y=False, as_frame=False)[source]#

Load the Bone Density dataset. This is an irregular dataset.

The data is obtained from the R package ‘loon.data’, which compiles several irregular datasets. Sources to be determined.

Parameters:
Return type:

Bunch | Tuple[FDataGrid, ndarray[tuple[int, …], dtype[integer[Any]]]] | Tuple[DataFrame, Series]