diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2017-12-12 20:18:28 -0500 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2017-12-12 20:18:28 -0500 |
| commit | 7ed6c4ac3ea5c409c073f1db3e62d989ffe5f351 (patch) | |
| tree | 574f193b67438ba739be0f41af0d89bb0fa56a2c /gensvm/__init__.py | |
| parent | update library for python package (diff) | |
| download | pygensvm-7ed6c4ac3ea5c409c073f1db3e62d989ffe5f351.tar.gz pygensvm-7ed6c4ac3ea5c409c073f1db3e62d989ffe5f351.zip | |
added gridsearch and extended gensvm class
Diffstat (limited to 'gensvm/__init__.py')
| -rw-r--r-- | gensvm/__init__.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gensvm/__init__.py b/gensvm/__init__.py index 5e1a743..8fe253b 100644 --- a/gensvm/__init__.py +++ b/gensvm/__init__.py @@ -1,3 +1,4 @@ __version__ = '0.1.0' -from .models import GenSVM +from .core import GenSVM +from .gridsearch import GenSVMGridSearchCV |
