Skip to content

Releases: smartcorelib/smartcore

v0.4.10

02 Apr 10:29

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.9...v0.4.10

v0.4.9

09 Jan 06:16

Choose a tag to compare

What's Changed

Full Changelog: v0.4.8...v0.4.9

v0.4.8

29 Nov 02:56
58a8624

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.4.6...v0.4.8

v0.4.6

15 Nov 05:24
36efd58

Choose a tag to compare

What's Changed

  • Fix is_empty method logic in matrix.rs by @Mec-iS in #336

Full Changelog: v0.4.5...v0.4.6

v0.4.5

09 Oct 16:38
70212c7

Choose a tag to compare

What's Changed

Full Changelog: v0.4.4...v0.4.5

v0.4.3

28 Sep 14:21
09be468

Choose a tag to compare

What's Changed

  • Implement cosine similarity and cosinepair by @Mec-iS in #327

Full Changelog: v0.4.2...v0.4.3

New base algorithms

15 Jul 15:16
4841791

Choose a tag to compare

  • Multiclass SVC
  • Basic agglomerative clustering
  • new Decistion Trees implementations

What's Changed

New Contributors

Full Changelog: v0.4.1...v0.4.2

v0.4.1

01 May 05:51
76d1ef6

Choose a tag to compare

What's Changed

Full Changelog: v0.4.0...v0.4.1

v0.4.0

26 Nov 02:50
4523ac7

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.4.0

v0.3.1

20 Mar 14:57
f498f96

Choose a tag to compare

  • Implement realnum::rand, now works with every target
  • Add missing arrays length checks in fitting methods