ml_helper 0.0.3 copy "ml_helper: ^0.0.3" to clipboard
ml_helper: ^0.0.3 copied to clipboard

A lightweight Dart library for machine learning, with linear regression, preprocessing, and metrics.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add ml_helper

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  ml_helper: ^0.0.3

Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:ml_helper/ml_helper.dart';
3
likes
160
points
12
downloads

Documentation

API reference

Publisher

verified publisherlutherbanze.com

Weekly Downloads

A lightweight Dart library for machine learning, with linear regression, preprocessing, and metrics.

Homepage

License

MIT (license)

Dependencies

flutter

More

Packages that depend on ml_helper