Skip to content

Releases: ai-glimpse/toyml

0.4.0

29 Oct 15:08
9cbf349
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.2...0.4.0

0.3.2

25 Oct 06:24
1623c04
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.1...0.3.2

0.3.1.rc0

19 Sep 05:06
a2aecbe
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0...0.3.1.rc0

0.3.1

19 Sep 05:16
6b63201
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.1.rc0...0.3.1

0.3.0

12 Sep 05:12
3f43974
Compare
Choose a tag to compare

What's Changed

Full Changelog: 0.3.0.rc0...0.3.0

0.3.0.rc0

11 Sep 17:28
a534481
Compare
Choose a tag to compare
0.3.0.rc0 Pre-release
Pre-release

What's Changed

Full Changelog: 0.3.0.dev1...0.3.0.rc0

0.3.0.dev1

05 Sep 17:33
Compare
Choose a tag to compare
0.3.0.dev1 Pre-release
Pre-release

[0.3.0.dev1] - 2024-09-06

Refactor

  • Refactored all the clustering algorithm

Fixed

  • Kmeans simple implementation fix centroid calculation
  • Bisect K-means cluster with wrong dataset index

Changed

  • Package management migrates from Poetry to Uv

0.2.0

09 Sep 14:43
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Added

  • Clustering: DBSCAN, Hierarchical(Agnes&Diana), Kmeans
  • Classification: KNN
  • Ensemble: Boosting(AdaBoost)

Changed

  • Use Poetry to manage the package
  • Use MkDocs to build documentation

0.1.0

09 Sep 14:42
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

Project init