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

A Dart package for encoding categorical variables using Label Encoding and One-Hot Encoding techniques. Ideal for machine learning preprocessing.

Changelog #

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

0.1.0 - 2025-07-13 #

Added #

  • Initial release of ml_feature_encoder.
  • Support for LabelEncoder with inverse transform.
  • Support for OneHotEncoder with handleUnknown feature.
  • Fully documented and tested.
0
likes
150
points
23
downloads

Publisher

unverified uploader

Weekly Downloads

A Dart package for encoding categorical variables using Label Encoding and One-Hot Encoding techniques. Ideal for machine learning preprocessing.

Repository (GitHub)
View/report issues

Topics

#machine-learning #feature-engineering #encoding #data-preprocessing #dart-ml

Documentation

API reference

License

MIT (license)

Dependencies

collection

More

Packages that depend on ml_feature_encoder