/// Copyright (c) 2021 Marcos Pontes
/// MIT License
///
use crate::;
///
/// SVM-light format loader.
///
///
/// Defines the interface for loading and saving a dataset given a file path
/// It's useful because models can load datasets directly from a file path.
///