Commit Graph

1041 Commits

Author SHA1 Message Date
GaelVaroquaux 43ca4b75ea DOC: Better narrative for DBSCAN
Thanks to Robert Layton
2012-03-26 00:50:56 +02:00
GaelVaroquaux e38fa17b16 Merge branch 'WIP_tut' 2012-03-26 00:33:25 +02:00
GaelVaroquaux 14f37d421f DOC: finish table to compare clustering 2012-03-26 00:17:35 +02:00
GaelVaroquaux c2b356bf9c DOC clustering comparison: link table and figure 2012-03-26 00:17:35 +02:00
GaelVaroquaux c1eeb51fcd DOC: better clustering comparison table 2012-03-26 00:17:35 +02:00
GaelVaroquaux e64b7a62fc ENH: summary table on clustering 2012-03-26 00:17:35 +02:00
Andreas Mueller 57e81471a5 Merge pull request #648 from amueller/linear_model_class_weights
MRG class_weights constructor parameter in RidgeCV
2012-03-25 07:54:45 -07:00
Olivier Grisel 96726707d9 typo + cosmetics 2012-03-25 00:26:23 +01:00
Andreas Mueller ff1ca340e4 DOC added reference for EllipticEnvelop and fixed some sphinx errors. 2012-03-24 20:53:14 +01:00
Andreas Mueller ef1986103e DOC: Added ElllipticEnvelop to the References 2012-03-23 11:51:16 +01:00
Peter Prettenhofer d452cde4a1 Merge branch 'master' into gradient_boosting 2012-03-22 22:28:25 +01:00
Jaques Grobler 0d63d785e7 Merge branch 'master' into WIP_tut
Conflicts:
	examples/linear_model/plot_ols.py
2012-03-22 17:12:36 +01:00
Peter Prettenhofer 057caefa81 update docs 2012-03-22 08:43:06 +01:00
Andreas Mueller 0fe20c3ab9 DOC Added clustering functions to references. 2012-03-21 20:53:11 +01:00
Peter Prettenhofer c831764bf8 Merge branch 'master' into gradient_boosting 2012-03-19 10:00:34 +01:00
Lars Buitinck 20b04689d9 Merge branch 'dictvectorizer'
Conflicts:
	doc/modules/feature_extraction.rst
2012-03-18 18:09:43 +01:00
Peter Prettenhofer 67ac31d615 boston -> Boston 2012-03-18 12:14:21 +01:00
Peter Prettenhofer 2359ac092f type (differentiable) 2012-03-18 12:13:21 +01:00
Peter Prettenhofer 4fe5520249 enhanced documentation 2012-03-18 12:11:15 +01:00
Peter Prettenhofer 15e46bf640 mention multi-class 2012-03-18 11:57:33 +01:00
Peter Prettenhofer 698150583b Merge remote branch 'upstream/master' into gradient_boosting 2012-03-18 11:53:15 +01:00
Lars Buitinck 7af5f6a549 BUG fix doctests for DictVectorizer (nose 0.X compat) 2012-03-17 14:52:24 +01:00
Lars Buitinck edd77483e4 DOC narrative documentation for DictVectorizer 2012-03-17 01:49:18 +01:00
Nick Wilson c90a329080 Add verbose parameter to SVMs (fixes #250)
Add a verbose parameter to SVMs to get verbose output from libsvm
printed to stdout while fitting a model.

Note that this setting takes advantage of a per-process runtime setting
in libsvm that, if enabled, may not work properly in a multithreaded
context.
2012-03-15 00:16:06 -07:00
Nick Wilson 4be3be5bac FIX: Add NORMALIZE_WHITESPACE to broken doctest 2012-03-14 12:17:19 -07:00
Peter Prettenhofer 835af05624 Merge remote branch 'upstream/master' into gradient_boosting
Conflicts:
	sklearn/tree/tree.py
2012-03-13 07:16:35 +01:00
Peter Prettenhofer de3991a5b5 updated documentation: plots for gradient_boosting, new sample generator 2012-03-12 22:19:20 +01:00
Yannick Schwartz 1caa9e7793 updated doc/whats_new.rst, doc/modules/classes.rst and doc/modules/cross_validation.rst for the sss 2012-03-12 16:20:48 +01:00
Andreas Mueller 1b8b088dd4 DOC fixed reference to an example (that I also broke before) 2012-03-11 15:29:25 +01:00
GaelVaroquaux 2930bfe78c TEST: fix doctest on non 64bit boxes 2012-03-10 00:05:14 +01: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 1714f79d3f Merge pull request #668 from ogrisel/text-feature-extraction-simplification
MRG: Text feature extraction simplification
2012-03-08 08:14:05 -08:00
Jaques Grobler 4ee5b5e3eb Merge remote-tracking branch 'origin/master' into WIP_tut 2012-03-08 10:30:17 +01: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
Olivier Grisel c0541fa03b Renamed Vectorizer to TfidfVectorizer + deprecation warning 2012-03-07 06:48:56 -08:00
Alexandre Gramfort c920fd8186 API: use C=None by default in libsvm/liblinear bindings so (C=1, scale_C=False) which is libsvm default == (C=None, scale_C=True) which is the scikit default 2012-03-07 15:34:24 +01:00
Olivier Grisel 754788cec0 typo 2012-03-06 17:33:01 -08:00
Jaques Grobler 0d498c6fef Merge remote-tracking branch 'origin/master' into WIP_tut 2012-03-06 12:54:39 +01:00
Olivier Grisel 0272892716 typos 2012-03-06 07:25:33 +01:00
Olivier Grisel 7e58310a6d typo 2012-03-06 02:39:28 +01:00
Olivier Grisel 3872d44900 No accent stripping by default + various doc fixes 2012-03-06 02:15:28 +01:00
Olivier Grisel 899914009f better explanation for bigram features 2012-03-06 01:57:19 +01:00
Olivier Grisel 9166a2df90 s/Bags/Bag/ and Vector Space Model 2012-03-06 01:53:12 +01:00
Olivier Grisel 15563991c7 updated whats new 2012-03-06 00:51:50 +01:00
Olivier Grisel 05721971c8 Merge branch 'master' into text-feature-extraction-simplification 2012-03-06 00:45:23 +01:00
Olivier Grisel 0ce35bb99e DOC: TF-IDF and customizing 2012-03-06 00:37:47 +01:00
Olivier Grisel 864e4fb155 ENH: remove useless array wrap for feature names + more TF-IDF tests 2012-03-05 20:34:45 +01:00
Jaques Grobler bd271ab65c Better doctest time(wip),removed duplicate examples, update plot_ols.py
- I wish to replace the old plot_ols.py example with a new one which
  uses the diabetes_dataset instead of synthetic data.
- references to changed example paths updated
2012-03-05 17:18:05 +01:00
Olivier Grisel 1f542c29d2 finally the right API with plenty of efficient overrides 2012-03-04 21:58:38 +01:00
Andreas Mueller e1ac7c301b DOC add ``estimate_bandwidth`` utility for MeanShift to the references and narrative 2012-03-04 20:38:15 +01:00