Olivier Grisel
|
5994df9f69
|
Merge branch 'master' of github.com:scikit-learn/scikit-learn
|
2011-09-03 13:08:42 +02:00 |
Olivier Grisel
|
e05fefed72
|
ENH: new Makefile target to cythonize everything
|
2011-09-03 13:05:10 +02: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 |
Gael varoquaux
|
58af2061f4
|
DOC: Minor scikits -> scikit
|
2011-09-03 13:01:17 +02:00 |
Olivier Grisel
|
a57c2ae933
|
more scikits.learn => sklearn updates
|
2011-09-03 12:57:53 +02:00 |
Fabian Pedregosa
|
d36c2acfec
|
scipy.lena() no longer works on scipy's dev version.
Use scipy.misc.lena() instead. This should also work with 0.8.x and
probably others.
|
2011-09-03 09:12:21 +02:00 |
Gael varoquaux
|
4d1dcd2e65
|
DOC: scikits.learn -> sklearn
|
2011-09-03 09:10:40 +02:00 |
Fabian Pedregosa
|
be9d945ece
|
More renaming.
|
2011-09-03 09:03:19 +02:00 |
Fabian Pedregosa
|
1a514f7c82
|
Add more modules for compatibility layer.
|
2011-09-03 08:40:48 +02:00 |
Fabian Pedregosa
|
3ec3153807
|
Merge pull request #335 from fabianp/rename
move sources from scikits/learn to sklearn
|
2011-09-02 23:19:56 -07:00 |
Fabian Pedregosa
|
403ee2b034
|
correct imports
|
2011-09-02 12:15:56 +02:00 |
Fabian Pedregosa
|
30cba7db11
|
Add a compatibility layer for some modules.
OK, there are a bunch of ``import *``, but I don't see any other
reasonable way ...
|
2011-09-02 12:07:18 +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
|
9fe39085dc
|
Revert "Add a compatibility layer for some modules."
This reverts commit 3be3de1fd2.
|
2011-09-02 12:03:00 +02:00 |
Fabian Pedregosa
|
ae48fc5fd7
|
Forgot to add a blank image for the docs.
|
2011-09-02 11:55:15 +02:00 |
Fabian Pedregosa
|
3be3de1fd2
|
Add a compatibility layer for some modules.
OK, there are a bunch of ``import *``, but I don't see any other
reasonable way ...
|
2011-09-02 11:38:42 +02:00 |
Fabian Pedregosa
|
fd0d3b879d
|
Move project directory from scikits.learn to sklearn
|
2011-09-02 11:38:24 +02:00 |
Fabian Pedregosa
|
cca1fcf7db
|
layout tweaks
|
2011-09-02 10:29:10 +02:00 |
Fabian Pedregosa
|
4f2c7d1a0f
|
Cosmetic changes in example docstring
|
2011-09-02 10:21:52 +02:00 |
Fabian Pedregosa
|
b40247bcda
|
Layout tweaks
|
2011-09-02 10:12:08 +02:00 |
Fabian Pedregosa
|
67a56c29b8
|
FIX: linnerud dataset mixed variables.
Variables exercise and physiological and should be the other way
round.
Thanks to James Bergstra for reporting the bug.
|
2011-09-02 09:43:54 +02:00 |
Gael varoquaux
|
4d1bdf11aa
|
DOC: fix link
|
2011-09-01 23:33:29 +02:00 |
Gael varoquaux
|
015b4560d3
|
DOC: scikits.learn -> scikit-learn
|
2011-09-01 22:12:40 +02:00 |
Gael varoquaux
|
9e1ba8f773
|
DOC: Fix doctest
|
2011-09-01 21:34:45 +02:00 |
Gael Varoquaux
|
66187d8533
|
Merge pull request #331 from JeanKossaifi/master
Removed parameter iid in cross_val_score and _cross_val_score
|
2011-09-01 12:31:05 -07:00 |
Jake Vanderplas
|
4ffcd2e296
|
Merge branch 'cython-ball-tree'
|
2011-09-01 11:18:11 -07:00 |
Jake Vanderplas
|
d095b2c000
|
add BallTree pickle test cases
|
2011-09-01 11:17:58 -07:00 |
Jake Vanderplas
|
713fbfaf3a
|
Merge commit 'upstream-RW/master' into cython-ball-tree
|
2011-09-01 11:06:08 -07:00 |
Jean Kossaifi
|
7809dfe61f
|
Cross_val : Removed useless & tricky parameter iid
|
2011-09-01 18:20:27 +02:00 |
Peter Prettenhofer
|
7cbc4b7d9c
|
added NavigationToolbar to SVM gui
|
2011-09-01 15:52:56 +02:00 |
Fabian Pedregosa
|
ab5db97047
|
Revert "Rename face_recognition so that the result is plotted."
This reverts commit 0cbe2a1856.
|
2011-09-01 12:02:15 +02:00 |
Olivier Grisel
|
bf8af73d7c
|
Merge pull request #328 from bdholt1/crossval
Usability change in crossval
|
2011-09-01 02:12:02 -07:00 |
Fabian Pedregosa
|
0cbe2a1856
|
Rename face_recognition so that the result is plotted.
|
2011-09-01 11:28:06 +02:00 |
Fabian Pedregosa
|
f8ef06eea0
|
FIX some broken examples.
|
2011-09-01 11:20:05 +02:00 |
Fabian Pedregosa
|
7f78eaa098
|
Link images to example file in new gallery
|
2011-09-01 11:16:14 +02:00 |
Brian Holt
|
65f2d61650
|
Merge branch 'upstream-master' into crossval
|
2011-09-01 10:10:11 +01:00 |
Brian Holt
|
a4d5760db8
|
Further clarification of error messages
|
2011-09-01 10:07:22 +01:00 |
Fabian Pedregosa
|
a6918a49a5
|
Generate thumbnails in the example gallery
|
2011-09-01 09:35:29 +02:00 |
Fabian Pedregosa
|
1021baf7a7
|
FIX: broken example
|
2011-09-01 09:35:29 +02:00 |
Mathieu Blondel
|
cdc3b17500
|
Welcome to Robert and Gilles.
|
2011-09-01 00:35:30 +09:00 |
Jake Vanderplas
|
52f76ad112
|
move ball_tree.pyx to scikits/learn/ and write pickle test
|
2011-08-31 07:54:06 -07:00 |
Brian Holt
|
6da31e4170
|
Standardise error messages
|
2011-08-31 15:11:41 +01:00 |
Jake Vanderplas
|
8720c6ed2e
|
Merge branch 'cython-ball-tree'
|
2011-08-31 06:40:42 -07:00 |
Brian Holt
|
67f1a39f44
|
raise ValueErrors with appropriate messages
|
2011-08-31 13:55:50 +01:00 |
Fabian Pedregosa
|
f627340bb6
|
Welcome Brian Holt
|
2011-08-30 18:19:58 +02:00 |
Fabian Pedregosa
|
3e6ab68396
|
Merge pull request #326 from bdholt1/fix/svm
Fix/svm
|
2011-08-30 08:48:40 -07:00 |
Brian Holt
|
d7149820a3
|
Fixed memory leak in libsvm
|
2011-08-30 15:47:33 +01:00 |
Mathieu Blondel
|
9039d1c29c
|
Better title + authors.
|
2011-08-30 15:28:50 +09:00 |
Mathieu Blondel
|
975027d5e5
|
64 colors + random codebook comparison.
|
2011-08-30 15:25:17 +09:00 |