[0.12.0]
- Fix the version specification of rumale-core gem.
[0.11.0]
- Add Rumale::SVM::ClusteredSVC that is classifier with clustered support vector machine.
- Add Rumale::SVM::RandomRecursiveSVC that is classifier with random recursive support vector machine.
- Add type declaration files for RandomRecursiveSVC and LocallyLinearSVC.
- Add Rumale::SVM::LocallyLinearSVC that is classifier with locally linear support vector machine.
- Refactor to support the new Rumale API.
- Support for probabilistic outputs with Rumale::SVM::OneClassSVM.
- Update numo-libsvm depedency to v2.1 or higher.
- Update numo-libsvm and numo-liblinear depedency to v2.0 or higher.
- Refactor specs and config files.
- Add type declaration files.
- Add linear one-class support vector machine.
- Fix to raise error when calling prediction method before training model.
- Fix some config files.
- Supported the new Rumale's validation:
- Fix to use new numeric validation for hyperparameter values.
- Fix to use new array validation that accepts Ruby Array for samples, labels, and target values.
- First release.