README.md in svmkit-0.2.3 vs README.md in svmkit-0.2.4
- old
+ new
@@ -2,12 +2,14 @@
[![Build Status](https://travis-ci.org/yoshoku/SVMKit.svg?branch=master)](https://travis-ci.org/yoshoku/SVMKit)
[![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 library for machine learninig in Ruby.
-SVMKit implements machine learning algorithms with an interface similar to Scikit-Learn in Python.
-However, since SVMKit is an experimental library, there are few machine learning algorithms implemented.
+SVMKit is a machine learninig library in Ruby.
+SVMKit implements machine learning algorithms with interfaces similar to Scikit-Learn in Python.
+Since the development of SVMKit has just getting started,
+the methods implemented in SVMKit are only Linear / Kernel SVC,
+Logistic Regression, Factorization Machine, K-nearest neighbor classifier, and cross-validation.
## Installation
Add this line to your application's Gemfile: