ml_helper 0.0.2
ml_helper: ^0.0.2 copied to clipboard
A lightweight Dart library for machine learning, with linear regression, preprocessing, and metrics.
ML Helper #
ML Helper is a lightweight Dart library for machine learning. It provides tools for linear regression, metrics, and data preprocessing, fully offline and Flutter-friendly.
Features #
- ๐ Linear Regression: A simple and easy-to-use implementation of the linear regression algorithm.
- ๐งผ Preprocessing: Essential tools for preparing your data, including
normalizationandtrain/test split. - ๐ Metrics: Evaluate your model's performance with key metrics like
accuracy,recall,f1-score, andMean Squared Error (MSE). - ๐ข Math Utilities: A collection of helpful math functions such as
mean,standard deviation,sigmoid, andsoftmax. - โก Lightweight: Built with zero dependencies to keep your project lean.
- ๐ฑ Offline & Flutter-Friendly: Works seamlessly in your Dart and Flutter projects without needing an internet connection.
Getting Started #
1. Installation #
Add this to your package's pubspec.yaml file:
dependencies:
ml_helper: ^0.0.1