Skip to content

Commit 71c1832

Browse files
authored
Add ecosystem notes to 'README.md' (#206)
1 parent 70de4fc commit 71c1832

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
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

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,14 @@
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

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ml_algo
22
description: Machine learning algorithms, Machine learning models performance evaluation functionality
3-
version: 16.5.1
3+
version: 16.5.2
44
homepage: https://github.com/gyrdym/ml_algo
55

66
environment:

0 commit comments

Comments
 (0)