celer.datasets.fetch_libsvm¶
- celer.datasets.fetch_libsvm(dataset, replace=False, normalize=True, min_nnz=3)[source]¶
This function is deprecated, we now rely on the libsvmdata package.
- Parameters:
- dataset: string
Name of the dataset.
- replace: bool
Whether to redownload the data.
- normalize: bool
Whether to divide the columns by their norm.
- min_nnz: int
Columns with strictly less than nnz non-zero entries are discarded.