Commit Graph

284 Commits

Author SHA1 Message Date
Mathieu Blondel de560bfcfb Move balance_weights out of preprocessing.
See #1763.
2013-06-04 18:45:07 +09:00
Arnaud Joly be842f2740 ENH add jaccard similarity score metrics 2013-05-06 13:40:27 +02:00
Andreas Mueller 0c94b55c63 ENH add randomized hyperparameter optimization 2013-03-03 20:56:39 +01:00
Arnaud Joly 5bcf25fc2f ENH multilabel metrics: accuracy, Hamming, 0-1 loss 2013-03-02 20:41:34 +01:00
Gilles Louppe 2c44dd688c DOC: add balance_weights to reference 2013-02-08 08:35:26 +01:00
Gael Varoquaux c235ef4361 Merge branch 'treeweights' 2013-02-04 13:20:22 +01:00
Andreas Mueller 3d3a305d35 FIX imports for Scorer and SCORERS 2013-02-03 16:42:24 +01:00
Andreas Mueller b5cc3bad87 COSMIT rename AsScorer to Scorer 2013-02-03 15:49:40 +01:00
Andreas Mueller 0d7e1a610e DOC minor fixes in score_objects documentation. 2013-02-03 15:49:39 +01:00
Andreas Mueller 394f87b290 DOC add metrics.score_objects to the references 2013-02-03 15:49:38 +01:00
Andreas Mueller aee8e8dabf DOC added a new template to sphinx so view the "__call__" function. 2013-02-03 15:49:38 +01:00
Andreas Mueller 46c2649020 DOC-string for AsScorer 2013-02-03 15:49:37 +01:00
Noel Dawe f973c279f6 Merge remote-tracking branch 'upstream/master' into treeweights 2013-01-21 22:18:27 +01:00
Olivier Grisel 72e3054c49 Updated whats_new.rst 2013-01-20 13:05:27 +01:00
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