Skip to content
Snippets Groups Projects
Commit dd637c24 authored by Vincent Dubourg's avatar Vincent Dubourg
Browse files

Modification of the main __init__.py file of the scikits.learn package in...

Modification of the main __init__.py file of the scikits.learn package in order to load the gpml module and tests.
parent 6e474fe7
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ from . import logistic
from . import lda
from . import metrics
from . import svm
from . import kriging
from . import gpml
from . import features
try:
......@@ -44,7 +44,7 @@ except:
pass
__all__ = ['cross_val', 'ball_tree', 'cluster', 'covariance', 'gmm', 'glm',
'logistic', 'lda', 'metrics', 'svm', 'kriging', 'features', 'clone',
'logistic', 'lda', 'metrics', 'svm', 'gpml', 'features', 'clone',
'test']
__version__ = '0.5-git'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment