- 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)
2.0.1
Fix bug with Python 3.7.
2.0.0
**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.