ml_decision_tree 1.0.0 copy "ml_decision_tree: ^1.0.0" to clipboard
ml_decision_tree: ^1.0.0 copied to clipboard

A native decision tree classifier (ID3) for Dart.

Changelog #

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

1.0.0 - 2025-07-06 #

Added #

  • Initial release of ml_decision_tree on pub.dev
  • Pure Dart implementation of the ID3 Decision Tree Classifier
  • fit() and predict() methods for categorical data
  • Unit tests and example usage
  • README.md, LICENSE, pubspec.yaml and pub publish support

Limitations #

  • Only supports categorical data at this stage
  • Numeric threshold splits planned for a future version
0
likes
140
points
24
downloads

Publisher

unverified uploader

Weekly Downloads

A native decision tree classifier (ID3) for Dart.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

More

Packages that depend on ml_decision_tree