Skip to content

Commit

Permalink
remove deprecated stuff from 0.17
Browse files Browse the repository at this point in the history
  • Loading branch information
amueller committed Mar 18, 2015
1 parent 5d16b68 commit 6beacc3
Show file tree
Hide file tree
Showing 24 changed files with 70 additions and 23,433 deletions.
1 change: 0 additions & 1 deletion .gitattributes
@@ -1,5 +1,4 @@
/sklearn/__check_build/_check_build.c -diff
/sklearn/_hmmc.c -diff
/sklearn/_isotonic.c -diff
/sklearn/cluster/_dbscan_inner.cpp -diff
/sklearn/cluster/_hierarchical.cpp -diff
Expand Down
120 changes: 0 additions & 120 deletions doc/modules/hmm.rst

This file was deleted.

2 changes: 1 addition & 1 deletion sklearn/__init__.py
Expand Up @@ -60,7 +60,7 @@
__all__ = ['calibration', 'cluster', 'covariance', 'cross_decomposition',
'cross_validation', 'datasets', 'decomposition', 'dummy',
'ensemble', 'externals', 'feature_extraction',
'feature_selection', 'gaussian_process', 'grid_search', 'hmm',
'feature_selection', 'gaussian_process', 'grid_search',
'isotonic', 'kernel_approximation', 'kernel_ridge',
'lda', 'learning_curve',
'linear_model', 'manifold', 'metrics', 'mixture', 'multiclass',
Expand Down

0 comments on commit 6beacc3

Please sign in to comment.