svmkit.gemspec in svmkit-0.2.5 vs svmkit.gemspec in svmkit-0.2.6
- old
+ new
@@ -16,11 +16,11 @@
MSG
spec.description = <<MSG
SVMKit is a machine learninig library in Ruby.
SVMKit provides machine learning algorithms with interfaces similar to Scikit-Learn in Python.
SVMKit currently supports Linear / Kernel Support Vector Machine,
-Logistic Regression, Factorization Machine, Naive Bayes,
+Logistic Regression, Factorization Machine, Naive Bayes, Decision Tree, Random Forest,
K-nearest neighbor classifier, and cross-validation.
MSG
spec.homepage = 'https://github.com/yoshoku/svmkit'
spec.license = 'BSD-2-Clause'
@@ -36,10 +36,10 @@
spec.add_runtime_dependency 'numo-narray', '~> 0.9.0'
spec.add_development_dependency 'bundler', '~> 1.16'
spec.add_development_dependency 'rake', '~> 12.0'
spec.add_development_dependency 'rspec', '~> 3.0'
- spec.add_development_dependency 'simplecov', '~> 0.15'
+ spec.add_development_dependency 'coveralls', '~> 0.8'
spec.post_install_message = <<MSG
*************************************************************************
Thank you for installing SVMKit!!