ml_helper 0.0.1 copy "ml_helper: ^0.0.1" to clipboard
ml_helper: ^0.0.1 copied to clipboard

A lightweight Dart library for machine learning, with linear regression, preprocessing, and metrics.

Changelog #

All notable changes to this package will be documented in this file.

0.0.1 - 2025-05-13 #

Added #

  • Initial release of ml_helper.
  • Linear Regression model.
  • Preprocessing functions: min-max normalization, train/test split.
  • Metrics: Mean Squared Error (MSE), Root MSE, R².
  • Example workflow in example/main.dart.

0.0.2 - 2025-10-12 #

Added #

  • Standardization (Z-score) preprocessing.
  • Additional metrics: MAE (Mean Absolute Error).
3
likes
0
points
14
downloads

Publisher

verified publisherlutherbanze.com

Weekly Downloads

A lightweight Dart library for machine learning, with linear regression, preprocessing, and metrics.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on ml_helper