ml_linear_regression 0.0.1 copy "ml_linear_regression: ^0.0.1" to clipboard
ml_linear_regression: ^0.0.1 copied to clipboard

Lightweight Dart implementation of simple linear regression model for numeric prediction.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add ml_linear_regression

With Flutter:

 $ flutter pub add ml_linear_regression

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

dependencies:
  ml_linear_regression: ^0.0.1

Alternatively, your editor might support dart pub get or 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_linear_regression/ml_linear_regression.dart';
1
likes
150
points
9
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Lightweight Dart implementation of simple linear regression model for numeric prediction.

Repository (GitHub)
View/report issues

License

unknown (license)

More

Packages that depend on ml_linear_regression