ml_decision_tree 1.0.0
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_treeon pub.dev - Pure Dart implementation of the ID3 Decision Tree Classifier
fit()andpredict()methods for categorical data- Unit tests and example usage
README.md,LICENSE,pubspec.yamland pub publish support
Limitations #
- Only supports categorical data at this stage
- Numeric threshold splits planned for a future version