Commit Graph

8553 Commits

Author SHA1 Message Date
GaelVaroquaux 7278dfe482 DOC: finish misc in tutorial
@jaquesgrobler : there were still a few things to do :)
2012-03-26 01:20:53 +02:00
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 df558e84be MISC: tweak example layout 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
Gael Varoquaux a7520fba12 Merge pull request #726 from emmanuelle/doc_correction
ENH: a few typos in docstrings
2012-03-25 14:21:18 -07:00
Emmanuelle Gouillart e9d6673c6e ENH: a few typos in docstrings 2012-03-25 23:17:42 +02:00
GaelVaroquaux cbc9fa8a45 DOC: add clustering example on front page 2012-03-25 19:55:59 +02:00
GaelVaroquaux f0d7eb6382 DOC: affinity-propagation in clustering comparison
Also add a 'null' example for clustering
2012-03-25 19:13:16 +02:00
GaelVaroquaux e2f9c2acbb ENH: Don't modify connectivity unless specified 2012-03-25 18:45:04 +02:00
GaelVaroquaux 118c00d93d ENH Ward: better behavior for non-fully-connected graphs
Improves the plot_cluster_comparison example
2012-03-25 17:33:49 +02:00
GaelVaroquaux da2063322f DOC: more visible version remark 2012-03-25 17:06:08 +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
Andreas Mueller 5a2681c33b Merge pull request #707 from amueller/graphviz_dot_refactoring
MRG Graphviz dot refactoring
2012-03-25 07:50:07 -07:00
Andreas Mueller d07f946368 FIXed nosetests. Thanks @pprett 2012-03-25 11:44:41 +02:00
Olivier Grisel 96726707d9 typo + cosmetics 2012-03-25 00:26:23 +01:00
Olivier Grisel 0a4f97600e Merge pull request #717 from jaquesgrobler/Issue714
fix for Issue715 - dev website format issue
2012-03-24 16:12:48 -07:00
Andreas Mueller ff1ca340e4 DOC added reference for EllipticEnvelop and fixed some sphinx errors. 2012-03-24 20:53:14 +01:00
Varoquaux 741b047657 MISC: better verbosity in lars 2012-03-24 12:30:30 +01:00
Gilles Louppe a7b66baf22 FIX: return; instead of return NULL; 2012-03-23 14:56:36 +01:00
Andreas Mueller ef1986103e DOC: Added ElllipticEnvelop to the References 2012-03-23 11:51:16 +01:00
Mathieu Blondel 3b81dd9b8f Fix lsqr for scipy 0.7. 2012-03-23 15:30:11 +09:00
Mathieu Blondel af3a5478a0 Merge branch 'combat' of https://github.com/ibayer/scikit-learn into lsqr_fix 2012-03-23 14:54:39 +09:00
Mathieu Blondel 1bb5a3c502 Factor tests. 2012-03-23 14:34:04 +09:00
Mathieu Blondel 24b80e3676 Test indices=False case. 2012-03-23 14:25:43 +09:00
Mathieu Blondel 0b08145ee4 Merge branch 'shuffle_kfold' of https://github.com/NelleV/scikit-learn into kfold-shuffle 2012-03-23 14:17:40 +09:00
flyingimmidev 5964664f85 combat for sp_linalg.lsqr 2012-03-22 23:38:10 +01:00
Peter Prettenhofer d452cde4a1 Merge branch 'master' into gradient_boosting 2012-03-22 22:28:25 +01:00
Peter Prettenhofer 9f413c8371 cosmit: no need for float literals 2012-03-22 22:27:36 +01:00
Jaques Grobler 6c7a166ae0 fixed new doc-test error 2012-03-22 17:16:53 +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 923a75922c don't need to store n_classes. 2012-03-22 08:56:06 +01:00
Peter Prettenhofer 057caefa81 update docs 2012-03-22 08:43:06 +01:00
Peter Prettenhofer 8babc3d6ed is_multi_class now is a class attribute. 2012-03-22 08:38:46 +01:00
Peter Prettenhofer 85d333fc24 mv classification init estimators; use np.bincount for PriorProbabilityEstimator. 2012-03-22 08:36:15 +01:00
Peter Prettenhofer c4fb366ce2 mv *Predictor to *Estimator 2012-03-22 08:28:59 +01:00
Olivier Grisel 4cc86412a0 Merge pull request #714 from jaquesgrobler/Next_button
Next button
2012-03-21 17:59:37 -07:00
Gael Varoquaux c8d3617678 Merge pull request #705 from agramfort/fix_ica
FIX : ICA with small n_components and whiten=False (fix for #697)
2012-03-21 15:45:20 -07:00
Andreas Mueller fb4c81bb49 ENH local variable in ``fit`` instead of modifying the estimator parameters. thanks @GaelVaroquaux 2012-03-21 23:45:02 +01:00
Peter Prettenhofer eb0b27c2a7 typo 2012-03-21 23:24:48 +01:00
Peter Prettenhofer b96bb4b9f7 typos 2012-03-21 23:23:44 +01:00
Peter Prettenhofer 22880a4b7e cosmit: fix ClassPriorPredictor docstring; rm comment 2012-03-21 23:19:47 +01:00
Gael Varoquaux ceb8583939 Merge pull request #709 from ibayer/cleanExamples
cleaned some examples #680
2012-03-21 15:12:39 -07:00
Peter Prettenhofer 9ef2a0f6ee cosmit: add comment to replace ``random_sample_mask`` if numpy requirement allows to do so 2012-03-21 22:37:23 +01:00
Peter Prettenhofer 6cb7d84814 cosmit: comments + rm unnecessary variables 2012-03-21 22:14:54 +01:00
Alexandre Gramfort 9fe4408754 FIX : use joblib from externals 2012-03-21 21:53:43 +01:00
Andreas Mueller 2119eb1aa9 Merge pull request #685 from ibayer/master
Make linear regression support multiple outputs
2012-03-21 13:08:38 -07:00