Skip to content

Commit 050872d

Browse files
committed
Merge branch 'release/0.1.0' into develop
2 parents c19239f + e737c17 commit 050872d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# multi_svr - Multiple-targets Support Vector Regression [![Build Status](https://travis-ci.org/nwtgck/multi-svr-python.svg?branch=develop)](https://travis-ci.org/nwtgck/multi-svr-python) [![Coverage Status](https://coveralls.io/repos/github/nwtgck/multi-svr-python/badge.svg?branch=develop)](https://coveralls.io/github/nwtgck/multi-svr-python?branch=develop)
1+
# multi_svr [![Build Status](https://travis-ci.org/nwtgck/multi-svr-python.svg?branch=develop)](https://travis-ci.org/nwtgck/multi-svr-python) [![Coverage Status](https://coveralls.io/repos/github/nwtgck/multi-svr-python/badge.svg?branch=develop)](https://coveralls.io/github/nwtgck/multi-svr-python?branch=develop)
22

3-
SVR for multidimensional labels
3+
Support Vector Regression (SVR) for multidimensional labels
44

55

66
## Installation

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
setup(
1212
name='multi_svr',
13-
version='0.1.0-SNAPSHOT',
14-
description='Multiple-targets Support Vector Regression',
13+
version='0.1.0',
14+
description='SVR for multidimensional label',
1515
author='Ryo Ota',
1616
author_email='[email protected]',
1717
install_requires=['scikit-learn', 'numpy', 'SciPy'],

0 commit comments

Comments
 (0)