pub fn load_wine(_force_download: bool) -> Result<Dataset>
Expand description
Loads the Wine dataset
This is a stub implementation when the download feature is not enabled. It returns an error informing the user to enable the download feature.
§Arguments
_force_download
- If true, force a new download instead of using cache
§Returns
- An error indicating that the download feature is not enabled