rumale.gemspec in rumale-0.13.2 vs rumale.gemspec in rumale-0.13.3
- old
+ new
@@ -15,13 +15,13 @@
MSG
spec.description = <<~MSG
Rumale is a machine learning library in Ruby.
Rumale provides machine learning algorithms with interfaces similar to Scikit-Learn in Python.
Rumale currently supports Linear / Kernel Support Vector Machine,
- Logistic Regression, Linear Regression, Ridge, Lasso, Factorization Machine,
+ Logistic Regression, Linear Regression, Ridge, Lasso, Kernel Ridge, Factorization Machine,
Naive Bayes, Decision Tree, AdaBoost, Gradient Tree Boosting, Random Forest, Extra-Trees, K-nearest neighbor algorithm,
K-Means, K-Medoids, Gaussian Mixture Model, DBSCAN, SNN, Power Iteration Clustering,
- Multidimensional Scaling, t-SNE, Principal Component Analysis, and Non-negative Matrix Factorization.
+ Multidimensional Scaling, t-SNE, Principal Component Analysis, Kernel PCA, and Non-negative Matrix Factorization.
MSG
spec.homepage = 'https://github.com/yoshoku/rumale'
spec.license = 'BSD-2-Clause'
spec.files = `git ls-files -z`.split("\x0").reject do |f|