ml_fin_scorer 0.1.0 copy "ml_fin_scorer: ^0.1.0" to clipboard
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 #

  • FinancialFeature class to define feature value, range, and weight
  • FinancialFeatureGroup for organizing features into logical groups
  • CustomScoringProfile for output score range configuration
  • ScoreResult to provide final score, grade (A–D), and group breakdown
  • calculateGroupedFinancialScore() for full scoring pipeline
  • classifyScore() 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
0
likes
150
points
9
downloads

Publisher

unverified uploader

Weekly Downloads

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.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

More

Packages that depend on ml_fin_scorer