Skip to content

Releases: yu9824/kennard_stone

v2.2.1

04 Dec 12:38
Compare
Choose a tag to compare

v2.2.0

03 Dec 15:49
Compare
Choose a tag to compare

Full Changelog: v2.1.6...v2.2.0

v2.1.6

21 Oct 00:10
Compare
Choose a tag to compare

Full Changelog: v2.1.5...v2.1.6

v2.1.5

16 Sep 14:37
Compare
Choose a tag to compare

Full Changelog: v2.1.4...v2.1.5

v2.1.3

10 Sep 01:58
Compare
Choose a tag to compare

Full Changelog: v2.1.2...v2.1.3

v2.1.1

14 May 03:59
a83718b
Compare
Choose a tag to compare
  • Fix bug when metric="nan_euclidean".

v2.1.0

01 May 15:12
016571c
Compare
Choose a tag to compare
  • Optimize algorithm
  • Deal with Large number of data.
    • parallel calculation when calculating distance (Add n_jobs argument)
    • recursion number settings
  • Add other than "euclidean" calculation methods (Add metric argument)

v2.0.1

26 Apr 12:04
d85a077
Compare
Choose a tag to compare

Fix bug with Python 3.7.

v2.0.0

22 Apr 06:25
Compare
Choose a tag to compare

This version has a bug with Python 3.7. Use with the other Python versions is not a problem, but I recommend using newer versions.

  • Define Extended Kennard-Stone algorithm (multi-class) i.e. Improve KFold algorithm.
  • Delete alternate argument in KFold.
  • Delete requirements of pandas.

v1.1.2

18 May 13:47
Compare
Choose a tag to compare
Update setup.py

- Add encoding.