ml_fin_scorer 0.1.0
ml_fin_scorer: ^0.1.0 copied to clipboard
A Dart package for calculating financial scores based on custom weights, normalized features, and domain-specific rules. Ideal for risk scoring, credit scoring, and user profiling in fintech applications.
Changelog #
All notable changes to ml_fin_scorer will be documented here.
0.1.0 - 2025-07-13 #
✨ Added #
FinancialFeatureclass to define feature value, range, and weightFinancialFeatureGroupfor organizing features into logical groupsCustomScoringProfilefor output score range configurationScoreResultto provide final score, grade (A–D), and group breakdowncalculateGroupedFinancialScore()for full scoring pipelineclassifyScore()for automatic A/B/C/D grade classification- Fully documented example (
example/main.dart) - 100% unit test coverage (
test/scorer_test.dart) - MIT License
✅ Initial Release #
- First stable release of
ml_fin_scorer