ml_dataset_loader 0.1.0 copy "ml_dataset_loader: ^0.1.0" to clipboard
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)
0
likes
130
points
16
downloads

Publisher

unverified uploader

Weekly Downloads

A lightweight Dart package to load datasets from CSV, JSON, and TXT files. Useful for machine learning preprocessing and data handling.

Documentation

API reference

License

MIT (license)

Dependencies

path

More

Packages that depend on ml_dataset_loader