README.md in rb-libsvm-1.4.2 vs README.md in rb-libsvm-1.4.3
- old
+ new
@@ -1,11 +1,11 @@
# rb-libsvm -- Ruby language bindings for LIBSVM
[![Gem Version](https://badge.fury.io/rb/rb-libsvm.png)](http://badge.fury.io/rb/rb-libsvm)
[![Build Status](https://secure.travis-ci.org/febeling/rb-libsvm.png)](http://travis-ci.org/febeling/rb-libsvm)
-This package provides a Ruby bindings to the [LIBSVM][] library. SVM
+This package provides Ruby bindings to the [LIBSVM][] library. SVM
is a machine learning and classification algorithm, and LIBSVM is a
popular free implementation of it, written by Chih-Chung Chang and
Chih-Jen Lin, of National Taiwan University, Taipei. See the book ["Programming
Collective Intelligence,"](http://books.google.com/books?id=fEsZ3Ey-Hq4C) among others, for a usage example.
@@ -23,10 +23,10 @@
this gem. You should install the original package if you need them.
It is helpful to consult the [README of the LIBSVM][README] package for
reference when configuring the training parameters.
-Currently this package includes libsvm version 3.20.
+Currently this package includes libsvm version 3.23.
## Dependencies
None. LIBSVM is bundled with the project. Just install and go!