ml_scaler 0.1.0 copy "ml_scaler: ^0.1.0" to clipboard
ml_scaler: ^0.1.0 copied to clipboard

A Dart package for scaling and normalizing numerical features using common techniques like Min-Max and Standard Scaler.

Changelog #

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

0.1.0 - 2025-07-13 #

Added #

  • Initial release of ml_scaler.
  • MinMaxScaler with inverse transform and model serialization.
  • StandardScaler with inverse transform and model serialization.
  • Full test coverage and documentation.
0
likes
150
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart package for scaling and normalizing numerical features using common techniques like Min-Max and Standard Scaler.

Repository (GitHub)
View/report issues

Topics

#machine-learning #feature-scaling #data-preprocessing #dart-ml

Documentation

API reference

License

MIT (license)

Dependencies

collection

More

Packages that depend on ml_scaler