File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 16.5.2
4+ - Add ecosystem notes to ` README.md `
5+
36## 16.5.1
47- Added linear regression examples to ` README.md `
58
Original file line number Diff line number Diff line change 33[ ![ pub package] ( https://img.shields.io/pub/v/ml_algo.svg )] ( https://pub.dartlang.org/packages/ml_algo )
44[ ![ Gitter Chat] ( https://badges.gitter.im/gyrdym/gyrdym.svg )] ( https://gitter.im/gyrdym/ )
55
6- # Machine learning algorithms for Dart developers
6+ # Machine learning algorithms for Dart developers - ml_algo library
7+
8+ The library is a part of ecosystem:
9+
10+ - [ ml_algo library] ( https://github.com/gyrdym/ml_algo ) - implementation of popular machine learning algorithms
11+ - [ ml_preprocessing library] ( https://github.com/gyrdym/ml_preprocessing ) - a library for data preprocessing
12+ - [ ml_linalg library] ( https://github.com/gyrdym/ml_linalg ) - a library for linear algebra
13+ - [ ml_dataframe library] ( https://github.com/gyrdym/ml_dataframe ) - a library for storing and manipulating data
714
815** Table of contents**
916
Original file line number Diff line number Diff line change 11name : ml_algo
22description : Machine learning algorithms, Machine learning models performance evaluation functionality
3- version : 16.5.1
3+ version : 16.5.2
44homepage : https://github.com/gyrdym/ml_algo
55
66environment :
You can’t perform that action at this time.
0 commit comments