ml_dataset_loader 0.1.0
ml_dataset_loader: ^0.1.0 copied to clipboard
A lightweight Dart package to load datasets from CSV, JSON, and TXT files. Useful for machine learning preprocessing and data handling.
Changelog #
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
0.1.0 - 2025-07-10 #
Added #
- Initial release of
ml_dataset_loader - CSV, JSON, and TXT dataset loaders
- Dataset model with features and labels extraction
- Data cleaning utilities (remove empty rows, normalization)
- Example usage file demonstrating basic API
Fixed #
- N/A
Changed #
- N/A
[Unreleased] #
Planned #
- Label encoding support
- Missing value handling (imputation)
- File picker integration for web and Flutter
- Dataset splitting utilities (train/test split)