diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-02-28 16:24:40 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2018-02-28 16:24:40 +0000 |
| commit | d0838d5f643f930b3c5504582d8506747db74cc7 (patch) | |
| tree | e5a3a4c22401cfd675d2e13d63218d29ac6c8185 /gensvm/__init__.py | |
| parent | add autofunctions to git (diff) | |
| download | pygensvm-d0838d5f643f930b3c5504582d8506747db74cc7.tar.gz pygensvm-d0838d5f643f930b3c5504582d8506747db74cc7.zip | |
fix for average fit_time in grid search
Diffstat (limited to 'gensvm/__init__.py')
| -rw-r--r-- | gensvm/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gensvm/__init__.py b/gensvm/__init__.py index c1244ce..712da42 100644 --- a/gensvm/__init__.py +++ b/gensvm/__init__.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- -__version__ = '0.1.6' +__version__ = '0.1.7' from .core import GenSVM from .gridsearch import GenSVMGridSearchCV |
