rumale.gemspec in rumale-0.12.2 vs rumale.gemspec in rumale-0.12.3
- old
+ new
@@ -17,10 +17,10 @@
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,
Naive Bayes, Decision Tree, AdaBoost, Gradient Tree Boosting, Random Forest, Extra-Trees, K-nearest neighbor algorithm,
- K-Means, DBSCAN, t-SNE, Principal Component Analysis, and Non-negative Matrix Factorization.
+ K-Means, Gaussian Mixture Model, DBSCAN, Power Iteration Clustering, t-SNE, Principal Component Analysis, 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|