Commit Graph

270 Commits

Author SHA1 Message Date
Gilles Louppe 9be24cb710 Merge branch 'master' of github.com:scikit-learn/scikit-learn into adaboost
Conflicts:
	sklearn/metrics/metrics.py
2013-01-13 16:48:15 +01:00
Vlad Niculae dbdc8d3847 DOC: more consistency in docstrings for unsup clustering metrics & missing link 2013-01-13 13:52:08 +01:00
Gilles Louppe 8a27f1e495 Merge branch 'master' of github.com:scikit-learn/scikit-learn into adaboost
Conflicts:
	sklearn/metrics/__init__.py
	sklearn/metrics/tests/test_metrics.py
2013-01-11 10:26:34 +01:00
Arnaud Joly 6cf5ee0fbf ENH rename zero_loss_score to accuracy_score 2013-01-09 15:31:57 +01:00
Arnaud Joly e7b8f6e329 ENH renamed metrics.zero_one to metrics.zero_one_loss 2013-01-09 15:28:23 +01:00
Arnaud Joly 4d4a1e0bad DOC add link to clustering metrics 2013-01-09 15:04:23 +01:00
Arnaud Joly ada35327db DOC add narrative doc for explained variance 2013-01-09 15:04:23 +01:00
Arnaud Joly b105993a98 DOC add narrative doc on matthews_corrcoef 2013-01-09 15:04:23 +01:00
Gilles Louppe b12be6b063 DOC: added references into classes.rst 2013-01-08 22:20:55 -08:00
Arnaud Joly 9e15d2a23d DOC cosmit alphabet order of classification metric in ref 2013-01-02 21:14:44 +01:00
Arnaud Joly ecf7a75c73 ENH add mean absolute error 2013-01-02 21:14:44 +01:00
Arnaud Joly 635a93f7d4 DOC add narrative doc for regression metrics 2013-01-02 21:14:43 +01:00
Andreas Mueller 0ac4243c14 DOC add Nystroem kernel approximation to the references 2012-12-26 22:55:48 +01:00
Arnaud Joly 12c8d3be79 ENH Rename Bernoulli random projection to sparse random projection 2012-12-21 14:48:01 +01:00
Arnaud Joly a9b73d6e6c DOC set narrative doc for random projection 2012-12-21 14:47:58 +01:00
Peter Prettenhofer aff7da7834 Merge remote-tracking branch 'upstream/master' into gbrt-interactions 2012-11-30 09:29:27 +01:00
kuantkid fa77ce8941 DOC docs for spectral embedding 2012-11-27 09:35:15 -05:00
Peter Prettenhofer 09d9e2c161 fix: doc rename partial_dependence_plots -> plot_partial_dependence 2012-11-27 09:29:05 +01:00
Andreas Mueller 54b1228382 ENH renamed chi2 to additive_chi2 and exponential_chi2 to chi2, as usually the exponential version is meant with "chi2" 2012-11-26 21:15:46 +00:00
Andreas Mueller cf6c8b2862 DOC add chi2_kernel and exponential_chi2_kernel references. 2012-11-26 21:15:45 +00:00
Peter Prettenhofer 66df36291f Merge branch 'master' into gbrt-interactions 2012-11-25 21:27:16 +01:00
Mathieu Blondel 0e4a693a15 Merge pull request #1373 from mblondel/random_clf
MRG: Dummy estimators
2012-11-22 01:45:01 -08:00
Mathieu Blondel b4022ac5f1 Add to references. 2012-11-22 02:59:52 +09:00
Peter Prettenhofer 7cd4392e7b added partial dependence and fetch_california_housing to classes 2012-11-20 22:34:02 +01:00
Mathieu Blondel 09cdd40b33 Add dummy estimators to references. 2012-11-19 23:03:04 +09:00
Lars Buitinck 2ffe980a51 DOC narrative documentation for feature hashing 2012-11-17 17:29:20 +01:00
Andreas Mueller 6ab3b5b2be MISC rename RandomForestEmbedding to RandomTreesEmbedding 2012-11-15 19:20:45 +00:00
Alexandre Gramfort dcbddc74d6 DOC : fix move of isotonic in doc + examples 2012-11-14 22:42:03 +01:00
Andreas Mueller c201281dac DOC added dump_svmlight_file to the references 2012-11-14 11:33:10 +01:00
Andreas Mueller ef4d208e08 MISC renamed RandomForestHasher to RandomForestEmbedding 2012-11-14 10:40:19 +01:00
Andreas Mueller 6e3472c2bf ENH added docs, example and tests. 2012-11-14 10:40:18 +01:00
Andreas Mueller ff655ad610 ENH added OneHotEncoder 2012-11-09 20:29:50 +00:00
Mathieu Blondel 56df9dcc9a Add PassiveAggressive* to class reference. 2012-11-05 23:42:22 +09:00
Alexandre Gramfort 93a2fcfc29 DOC : adding FactorAnalysis to classes.rst 2012-10-13 19:34:12 +02:00
Andreas Mueller 78789a1c84 MISC renaming FeatureStacker to FeatureUnion, adding docs 2012-09-30 11:55:32 +01:00
Andreas Mueller c0a057843c ENH rename Scaler to StandardScaler everywhere 2012-09-23 17:31:15 +01:00
Lars Buitinck 3ca3e95b72 DOC rm references to deprecated stuff 2012-09-20 22:15:39 +02:00
Andreas Mueller acda3f6e28 DOC add isotonic regression to References (even if we move it soon), also OCD. 2012-09-17 21:07:16 +01:00
Vlad Niculae b0cb95907f Remove deprecated load_20newsgroups from classes.rst 2012-09-01 20:02:15 +02:00
Andreas Mueller 320035e663 ENH added to ``__init__.py`` and references. 2012-08-11 23:32:33 +01:00
Andreas Mueller 7ff81e4e66 DOC added LabelEncoder to the References. 2012-08-08 10:04:56 +01:00
Alexandre Gramfort 21706e36b9 ENH + DOC : add MultiTaskElasticNet + doc + 1 example 2012-08-07 15:51:12 +02:00
Andreas Mueller 35dbb6e909 DOC added "fetch_mldata" to references. 2012-06-11 12:32:41 +02:00
Alexandre Gramfort 3e0810d43e FIX : cleanup classes.rst + pep8 after merge of coordinate descent 2012-06-10 21:55:17 +03:00
Andreas Mueller 4bcf9f4a31 Merge pull request #776 from amueller/normalized_mutual_information
MRG Normalized mutual information
2012-06-03 11:08:31 -07:00
Gael Varoquaux 797605aa8a DOC: misc improvements in MDS docs 2012-06-01 18:24:21 +02:00
Andreas Mueller 65a70f7397 Added mutual_info_score to the references 2012-04-27 22:44:38 +02:00
Andreas Mueller 1894252116 ENH normalized_mutual_information 2012-04-16 18:10:50 +02:00
Andreas Mueller f1ffee6fa3 COSMIT fixed references to covariance.EllipticEnvelop in docs 2012-03-31 16:46:26 +02:00
Andreas Mueller d0fcb1878d COSMIT minor fixes to docs 2012-03-31 16:40:31 +02:00