Commit Graph

8 Commits

Author SHA1 Message Date
Vlad Niculae 7f76aa1def Add __all__ for half of the scikit 2012-09-04 18:00:49 +01:00
Lars Buitinck 49e29534d5 ENH optimize DictVectorizer (sparse case)
Constructing a 7944 × 9491 coo_matrix (55608 non-empty elements)
is about 3x faster than with the old lil_matrix-based code.
2012-03-17 00:48:28 +01:00
Lars Buitinck 86f621b1c7 ENH add DictVectorizer 2012-03-08 00:15:29 +01:00
Gilles Louppe 61c39f1046 DOC: Changed sections titles in the reference 2011-12-03 12:56:12 +01:00
Gilles Louppe c40dbf739f DOC: Standardize the module documentation format (work in progress) 2011-11-30 10:30:13 +01: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