README.md in svmkit-0.2.5 vs README.md in svmkit-0.2.6
- old
+ new
@@ -1,14 +1,15 @@
# SVMKit
[![Build Status](https://travis-ci.org/yoshoku/SVMKit.svg?branch=master)](https://travis-ci.org/yoshoku/SVMKit)
+[![Coverage Status](https://coveralls.io/repos/github/yoshoku/SVMKit/badge.svg?branch=master)](https://coveralls.io/github/yoshoku/SVMKit?branch=master)
[![Gem Version](https://badge.fury.io/rb/svmkit.svg)](https://badge.fury.io/rb/svmkit)
[![BSD 2-Clause License](https://img.shields.io/badge/License-BSD%202--Clause-orange.svg)](https://github.com/yoshoku/SVMKit/blob/master/LICENSE.txt)
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.
## Installation
Add this line to your application's Gemfile: