module documentation

SVMLightDataSet loads/saves data from/to a svmlight/libsvm file using an underlying filesystem (e.g.: local, S3, GCS). It uses sklearn functions dump_svmlight_file to save and load_svmlight_file to load a file.

Type Alias _DI Undocumented
Type Alias _DO Undocumented

Undocumented

Value
Tuple[Union[ndarray, csr_matrix], ndarray]

Undocumented

Value
Tuple[csr_matrix, ndarray]