Nelle Varoquaux
|
da1ce26802
|
FIX make_classification now outputs integer labels
|
2013-03-08 14:19:38 +01:00 |
Lars Buitinck
|
85ec0fd1ae
|
P3K death to the print statement
|
2013-02-11 23:11:57 +01:00 |
Olivier Grisel
|
1967a0b323
|
P3K use six to have a python 2 & 3 compatible code base
|
2013-02-09 18:08:44 +01:00 |
Gilles Louppe
|
8ecc50458e
|
FIX: some of Gael comments
|
2013-02-03 18:45:33 +01:00 |
Gilles Louppe
|
b56674ae20
|
DOC: add a short dataset description in hastie example
|
2013-02-01 09:26:31 +01:00 |
Gilles Louppe
|
4a797e5f94
|
FIX: make_hastie_10_2 reference docstring
|
2013-02-01 08:50:44 +01:00 |
Noel Dawe
|
71f81ebc88
|
fix missing parenthesis in make_hastie_10_2 dataset
|
2013-01-31 12:03:33 +01:00 |
Noel Dawe
|
54ee88105b
|
FIX: comments from @ogrisel
|
2013-01-30 02:15:24 +01:00 |
Noel Dawe
|
707c0f4aa2
|
FIX: alpha=.5 and use more difficult dataset in two-class example. Add mean and cov arguments to make_gaussian_quantiles
|
2013-01-30 01:59:18 +01:00 |
Noel Dawe
|
8cb6e1819e
|
DOC: fix docstring for make_gaussian_quantiles
|
2013-01-28 21:14:40 +01:00 |
Gilles Louppe
|
2904265faa
|
FIX: some nitpicks
|
2013-01-17 09:36:31 +01:00 |
Noel Dawe
|
c33197d7ec
|
py3k
|
2013-01-16 14:03:08 +01:00 |
Noel Dawe
|
a23928a46c
|
even more speed improvements to make_gaussian_quantiles
|
2013-01-16 14:01:24 +01:00 |
Noel Dawe
|
6ecfbfe0f2
|
speed improvements to make_gaussian_quantiles
|
2013-01-16 12:08:57 +01:00 |
Noel Dawe
|
e024e81124
|
Make BaseWeightBoosting abstract and other misc changes
|
2013-01-08 22:20:56 -08:00 |
Gilles Louppe
|
5f5b62728a
|
ENH: use shuffle
|
2013-01-08 22:20:56 -08:00 |
Gilles Louppe
|
5b293bcb48
|
PEP8 and DOC
|
2013-01-08 22:20:56 -08:00 |
Noel Dawe
|
4c81a1ec43
|
rm doctest in make_gaussian_quantiles
|
2013-01-08 22:19:01 -08:00 |
Noel Dawe
|
f1c9babc1c
|
FIX: use generator instead of np.random
|
2013-01-08 22:19:01 -08:00 |
Noel Dawe
|
b454d56bd3
|
implement AdaBoost
|
2013-01-08 16:50:38 -08:00 |
Andreas Mueller
|
754c2d9533
|
COSMIT pep8
|
2012-12-22 16:48:17 +01:00 |
Andreas Mueller
|
7c0d1b686e
|
FIX typo in dataset generation
|
2012-10-28 09:04:38 +00:00 |
Andreas Mueller
|
72c360ceb4
|
ENH simplify circles dataset generator, make classes balanced.
|
2012-10-28 09:04:38 +00:00 |
Andreas Mueller
|
1406cdfbb7
|
ENH use the numbers module introduced in Python 2.6 to check for number types.
Fixes 1255.
|
2012-10-24 18:44:53 +02:00 |
Gael Varoquaux
|
7c70198efc
|
FIX: doctests under Windows 64bit
Thanks to @bdholt1 for reporting these errors
|
2012-10-07 23:12:56 +02:00 |
Gilles Louppe
|
3f49b216cd
|
DOC: return values of make_moons and make_circles
|
2012-10-02 11:57:38 +02:00 |
Andreas Mueller
|
713ba6006e
|
COSMIT pep8
|
2012-09-04 17:24:01 +01:00 |
Andreas Mueller
|
4c8c3be75c
|
ENH more robust testing if parameter is int or float, as suggested by @larsmans in #1066.
|
2012-09-01 14:29:35 +02:00 |
Vlad Niculae
|
3c02e6cc6c
|
Update make_regression return shapes in docstring
|
2012-06-05 19:50:29 +03:00 |
Vlad Niculae
|
f26e2371b6
|
ENH: make_regression supports multiple targets
|
2012-06-05 18:18:00 +03:00 |
Peter Prettenhofer
|
10d641c722
|
Merge branch 'gradient_boosting' of https://github.com/scottblanc/scikit-learn into scottblanc-gradient_boosting
|
2012-03-07 21:35:30 +01:00 |
Andreas Mueller
|
346506f2a1
|
Merge pull request #674 from amueller/sample_datasets
MRG Cluster sample datasets
|
2012-03-04 11:03:11 -08:00 |
Andreas Mueller
|
3a030bbe22
|
MISC simplified kpca example with new dataset generator, another minor fix in generator
|
2012-03-04 15:37:30 +01:00 |
Andreas Mueller
|
667ef37714
|
DOC move references from Notes to References section in docstrings
|
2012-03-04 15:16:51 +01:00 |
Andreas Mueller
|
c93c1a290e
|
FIX broke label_probagation example, now fixed it again.
|
2012-03-04 14:38:14 +01:00 |
Andreas Mueller
|
11ba3f725a
|
ENH clustering example with spectral clustering and ward with connectivity. looking better now, still not perfect.
|
2012-03-04 14:30:56 +01:00 |
Andreas Mueller
|
db1e1868be
|
ENH cluster comparison example (starting)
|
2012-03-04 00:43:36 +01:00 |
Andreas Mueller
|
40c45ca4e6
|
ENH new samples generators for classification and clustering. Refactored label propagation example a bit
|
2012-03-04 00:33:24 +01:00 |
Andreas Mueller
|
e546e1724d
|
DOC more readable make_friedman docs....
|
2012-03-03 22:44:36 +01:00 |
Peter Prettenhofer
|
16c5ed0235
|
added artificial dataset generator from Hastie et al. 2009, Example 10.2
|
2012-01-24 09:45:49 +01:00 |
Andreas Mueller
|
b28e6e4671
|
ENH: Replace asserts by appropriate errors. Fixes the rest of issue #570.
|
2012-01-20 20:27:34 +01:00 |
Andreas Mueller
|
e4c44e8f4e
|
COSMIT typo
|
2012-01-06 14:16:59 +01:00 |
Olivier Grisel
|
cd27709440
|
FIX: py3k integer division in samples generator
|
2011-12-25 14:46:10 +01:00 |
Lars Buitinck
|
0e74917afd
|
PY3K fix in datasets.samples_generator
|
2011-12-24 22:53:28 +01:00 |
Andreas Mueller
|
3a6e490e05
|
COSMIT pep8
|
2011-12-23 19:12:52 +01:00 |
Gael Varoquaux
|
c730edc9c8
|
Merge pull request #512 from amueller/doc_consitency
MRG The consistency brigade strikes again
|
2011-12-23 00:57:09 -08:00 |
Andreas Mueller
|
6c17d0d8af
|
COSMIT make 'References' bold and minor other fixes.
|
2011-12-22 20:57:54 +01:00 |
Andreas Mueller
|
355a51c557
|
FIX: Section Returns not Return
|
2011-12-22 19:34:33 +01:00 |
Vlad Niculae
|
d0ac763f2e
|
Allow unlabeled samples in multilabel ex, collab between @vene and @mblondel on the plane
|
2011-12-22 12:42:49 +01:00 |
Lars Buitinck
|
ff517ddf32
|
DOC rm References sections in docstrings
According to @GaelVaroquaux, this breaks the NumPy docstring parser.
Moved references to Notes or See also sections, depending on context.
|
2011-12-21 18:05:22 +01:00 |