Lars Buitinck
c453711bc6
MAINT big refactor of sklearn.cluster.bicluster
...
* Removed dead and useless code in the utils submodule;
* decoupled sklearn.base from the bicluster module (no more deep import);
* rewrote tests to test the API, not the implementation;
* added input validation to the get_submatrix method (but it still needs
documentation, because I've no idea what to pass for data);
* got rid of the subdirectory when it turned out only one file was left.
2014-09-04 16:13:05 +02:00
Arnaud Joly
aa54ee77bb
MAINT flatten metrics module and avoid nested bicluster module
2014-07-19 15:44:08 +02:00
Jake Vanderplas
7164e33a8d
BUG: add new preprocessing module to setup.py
2013-07-26 11:24:56 -07:00
Kemal Eren
89be3d5699
updated setup.py
2013-07-25 19:19:24 +02:00
Nelle Varoquaux
d045be0227
FIX added the new module to the setup.py installation
2013-07-25 11:01:59 +02:00
syhw
52eeb95ce3
added neural_network to setup
2013-07-24 17:27:23 +02:00
Andreas Mueller
a1d4d184fe
COSMIT pep8
2013-04-02 13:30:55 +02:00
Nelle Varoquaux
e4ee70dc5e
ENH - 3x speedup in the isotonic regression
2013-03-10 22:20:29 +01:00
Arnaud Joly
a6ed58dc4d
ENH flatten random_projection module + add sklearn.utils.random
2012-12-21 14:48:00 +01:00
Arnaud Joly
f014ed52db
ENH optim sparse bernouilli matrix
2012-12-21 14:34:23 +01:00
Andreas Mueller
e12c67306e
cosmit pep8
2012-12-16 23:28:10 +01:00
Mathieu Blondel
bb90d67d57
Remove duplicated line.
2012-08-18 15:18:06 +09:00
Mathieu Blondel
207cd79ca1
BUG: now build works.
2012-05-09 20:49:24 +09:00
Gael Varoquaux
060669ec0c
BUG: explicit adding of libm at build
...
For systems like Mageia
Should fix #362
2012-05-05 22:46:10 +02:00
GaelVaroquaux
0337bde36f
Merge branch 'hmmc'
...
Conflicts:
doc/whats_new.rst
sklearn/hmm.py
sklearn/tests/test_hmm.py
2012-03-09 23:53:53 +01:00
Olivier Grisel
95946d02ec
missing sklearn.semi_supervised package in setup.py
2012-03-05 15:25:53 +01:00
Shiqiao Du
3b2338cfa2
rebased to the master and fixed conflicts
2012-02-06 22:24:49 +09:00
GaelVaroquaux
ed6164d413
MISC: cosmit: use subpackage setup.py
2012-02-03 07:30:16 +01:00
Carlos Scheidegger
1ace675764
BUG: missing subpackage svm/sparse on setup.py. fixes issue #559
2012-02-02 19:41:59 -05:00
Olivier Grisel
0022655675
FIX: broken build / tests
2012-01-21 06:21:40 +01:00
Shiqiao Du
6cebdb53c4
added a cython module to the hmm
2012-01-07 01:08:30 +09:00
Satrajit Ghosh
9254379cf6
fix: added ensemble to setup.
2011-12-05 16:30:28 -05:00
Gael varoquaux
8dfe631489
Merge branch 'master' into tree
...
Conflicts:
sklearn/setup.py
2011-10-07 00:30:19 +02:00
Brian Holt
c9d142c032
Merge branch 'master' of github.com:scikit-learn/scikit-learn into enh/tree
2011-10-04 13:51:58 +01:00
Robert Layton
430fb43767
Merge remote-tracking branch 'upstream/master' into silhouette
...
Conflicts:
doc/modules/clustering.rst
sklearn/metrics/__init__.py
2011-10-04 10:33:42 +11:00
Robert Layton
1e9402cbc6
Restructured metrics/cluster into a folder with supervised and unsupervised modules
2011-09-30 22:48:01 +10:00
Gael varoquaux
2aaa1fe350
COSMIT
2011-09-24 11:17:38 +02:00
Brian Holt
6182960ac9
Merge branch 'master' of github.com:scikit-learn/scikit-learn into enh/tree
2011-09-21 20:26:40 +01:00
Jake Vanderplas
1583dbbbb4
move neighbors.py -> neighbors
2011-09-06 10:09:35 -07:00
Brian Holt
b484aa4432
merged upstream-master into enh/tree
2011-09-03 13:04:27 +01:00
Gael varoquaux
42d6c566fe
BUG: sklearn/setup.py : learn -> sklearn
...
Thanks Robert Layton for catching the bug
2011-09-03 13:01:17 +02:00
Fabian Pedregosa
ddf4b72109
Move project directory from scikits.learn to sklearn
2011-09-02 12:06:57 +02:00
Fabian Pedregosa
68f27e3790
Revert "Move project directory from scikits.learn to sklearn"
...
This reverts commit fd0d3b879d .
2011-09-02 12:03:18 +02:00
Fabian Pedregosa
fd0d3b879d
Move project directory from scikits.learn to sklearn
2011-09-02 11:38:24 +02:00