Skip to content

Commit e737c17

Browse files
committed
[change/edit] Change description in setup.py and change README.md
1 parent 25877eb commit e737c17

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
setup(
1212
name='multi_svr',
1313
version='0.1.0',
14-
description='Multiple-targets Support Vector Regression',
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)