diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2019-03-06 16:10:26 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-03-06 16:10:26 -0500 |
| commit | dd6261491825087e5577d3fdc7444bdbfc3e1924 (patch) | |
| tree | f78b50001256879b4c98b82f281d7f3474c0d538 /README.rst | |
| parent | travis (diff) | |
| download | pygensvm-dd6261491825087e5577d3fdc7444bdbfc3e1924.tar.gz pygensvm-dd6261491825087e5577d3fdc7444bdbfc3e1924.zip | |
Travis (#4)
* add cython to travis
* add blas to travis install
* fix blas dependency
* trying with the atlas version of blas
* add lapack too
* try with lapacke
* attempt to get lapack info
* use correct asserts and lower threshold
* decrease precision for seed test
* add python 2.7 too
* add travis status to readme
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,6 +1,9 @@ GenSVM Python Package ===================== +.. image:: https://travis-ci.org/GjjvdBurg/PyGenSVM.svg?branch=master + :target: https://travis-ci.org/GjjvdBurg/PyGenSVM + This is the documentation of the Python package for the GenSVM classifier, introduced in `GenSVM: A Generalized Multiclass Support Vector Machine <http://www.jmlr.org/papers/v17/14-526.html>`_ by `Gerrit J.J. van den Burg @@ -25,6 +28,9 @@ GenSVM can be easily installed through pip: pip install gensvm +If you encounter any errors, please open an issue on `GitHub +<https://github.com/GjjvdBurg/PyGenSVM>`_. + Citing ------ |
