fetch_cran#

skfda.datasets.fetch_cran(name, package_name, *, converter=None, **kwargs)[source]#

Fetch a dataset from CRAN.

Parameters:
  • name (str) – Dataset name.

  • package_name (str) – Name of the R package containing the dataset.

  • converter (rdata.conversion.Converter | None) – Object that performs the conversion of the R objects to Python objects.

  • kwargs (Any) – Additional parameters for the function skdatasets.repositories.cran.fetch_dataset().

Returns:

The dataset, with the R types converted to suitable Python types.

Return type:

Any

Examples using skfda.datasets.fetch_cran#

Getting the data

Getting the data