Satrajit Ghosh
6312a9f07b
doc: clean up style and grammar
2012-11-27 09:36:21 -05:00
Satrajit Ghosh
92ba8020ae
sty: white space
2012-11-27 09:36:20 -05:00
kuantkid
9d03e78cec
DOC dox fix and misc post-rebase things
2012-11-27 09:35:15 -05:00
kuantkid
fa77ce8941
DOC docs for spectral embedding
2012-11-27 09:35:15 -05:00
kuantkid
3f51b596d6
SYNC doc built error on one machine, sync with another
2012-11-27 09:35:15 -05:00
Andreas Mueller
ecc50d032f
ENH addressed @kuantkid's comments. Also add myself to pairwise.py authors.
2012-11-26 21:15:46 +00:00
Andreas Mueller
3e43ce3fde
ENH address @ogrisel's comments.
2012-11-26 21:15:46 +00:00
Andreas Mueller
c6e526323b
DOC added "precomputed" variant to docs.
2012-11-26 21:15:46 +00:00
Andreas Mueller
c03091c382
DOC added stuff about chi2 kernel to narrative docs
2012-11-26 21:15:46 +00:00
Andreas Mueller
b4bdd571e5
DOC cleared up difference to AdditiveChi2Sampler, added some "see also"s
2012-11-26 21:15:46 +00: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
Mathieu Blondel
0e4a693a15
Merge pull request #1373 from mblondel/random_clf
...
MRG: Dummy estimators
2012-11-22 01:45:01 -08:00
Mathieu Blondel
77cd045dd2
Merge pull request #1382 from mblondel/add_intercept
...
MRG: Add dummy feature utility function
2012-11-21 10:24:45 -08:00
Mathieu Blondel
b4022ac5f1
Add to references.
2012-11-22 02:59:52 +09:00
Mathieu Blondel
8430d66cfd
Typo :/
2012-11-22 02:21:46 +09:00
Mathieu Blondel
ef50f3e77c
Address @amueller doc comments.
2012-11-22 01:44:26 +09:00
Mathieu Blondel
09cdd40b33
Add dummy estimators to references.
2012-11-19 23:03:04 +09:00
Mathieu Blondel
cb8989ad57
Add DummyRegressor.
2012-11-19 23:03:04 +09:00
Mathieu Blondel
607c136480
Rename to dummy.DummyClassifier.
2012-11-19 23:03:04 +09:00
Mathieu Blondel
d756c332e6
Address @amueller's comments.
2012-11-19 23:03:03 +09:00
Mathieu Blondel
30aa21c40c
Add some narrative doc.
2012-11-19 23:03:03 +09:00
Lars Buitinck
f93ebb47e7
BUG enforce and document max. n_features for FeatureHasher
...
Using a larger number might work sometimes, but produce bogus
results, or it may cause cryptic error messages from scipy.sparse.
Also justify the use of a single hash function for those who have
read Weinberger's paper.
2012-11-19 12:04:57 +01:00
Gael Varoquaux
99be49e29a
DOC: list of dicts in GridSearchCV
2012-11-18 19:53:54 +01:00
Lars Buitinck
3de0f43e40
ENH add dict support to FeatureHasher and make it the default input_type
2012-11-17 17:29:20 +01:00
Lars Buitinck
205a9477ca
ENH + DOC FeatureHasher
...
Suggestions from @amueller and @GaelVaroquaux:
* default value for n_features
* input validation in fit, with test
* lots of small docfixes
* capitalization and full stop in error messages
2012-11-17 17:29:20 +01:00
Lars Buitinck
2ffe980a51
DOC narrative documentation for feature hashing
2012-11-17 17:29:20 +01:00
Olivier Grisel
daeeb99323
DOC: more improvements / fixes on the MinMaxScaler doc
2012-11-17 13:46:42 +01:00
Olivier Grisel
bb1f1ea0a9
DOC: make MinMaxScaler example snippet readable outside of other sections context
2012-11-16 18:46:44 +01:00
Andreas Mueller
6ab3b5b2be
MISC rename RandomForestEmbedding to RandomTreesEmbedding
2012-11-15 19:20:45 +00:00
Lars Buitinck
56afa3836c
DOC grammar in isotonic regression narrative docs
2012-11-15 17:40:27 +01:00
Lars Buitinck
9432b4e5eb
Merge pull request #1366 from agramfort/move_isotonic
...
API : move isotonic regression out of linear_model
2012-11-15 08:39:01 -08:00
Xinfan Meng
2468cbf336
DOC Change URLs of NNDSVD papers to avoid paywall
2012-11-15 13:23:28 +01:00
Alexandre Gramfort
dcbddc74d6
DOC : fix move of isotonic in doc + examples
2012-11-14 22:42:03 +01:00
GaelVaroquaux
46d2461b92
DOC: cross-ref Random Forest embedding and manifold
2012-11-14 16:40:30 +01:00
Andreas Mueller
e3fc34affc
DOC improve MinMaxScaler narrative docs.
2012-11-14 11:54:24 +01:00
Andreas Mueller
c201281dac
DOC added dump_svmlight_file to the references
2012-11-14 11:33:10 +01:00
Andreas Mueller
5ee93ec5b3
DOC forgotten rename
2012-11-14 10:40:19 +01:00
Andreas Mueller
8e58f832eb
MISC rename plot_random_forest_hasher to plot_random_forest_embedding
2012-11-14 10:40:19 +01:00
Andreas Mueller
e9e60db10e
MISC don't use pl.subplots, fix typo
2012-11-14 10:40:19 +01:00
Andreas Mueller
ef4d208e08
MISC renamed RandomForestHasher to RandomForestEmbedding
2012-11-14 10:40:19 +01:00
Andreas Mueller
de31f19bfe
DOC Some narrative documentation for Random Forest Hashing.
2012-11-14 10:40:18 +01:00
Andreas Mueller
6e3472c2bf
ENH added docs, example and tests.
2012-11-14 10:40:18 +01:00
Andreas Mueller
67e1770353
Merge pull request #1279 from amueller/one_hot_encoder
...
MRG added OneHotEncoder
2012-11-13 23:10:32 -08:00
Lars Buitinck
824c07b4b8
DOC typo in k-means docs
2012-11-13 14:13:04 +01:00
Lars Buitinck
859bbce285
Merge pull request #1335 from robertlayton/clustdocs
...
Updated k-means documentation
2012-11-13 04:58:24 -08:00
Robert Layton
8ace61fba2
Updated fixes from larsmans
2012-11-13 16:18:11 +11:00
Andreas Mueller
eaf875753e
Merge branch 'larsmans_pr' into one_hot_encoder
...
Conflicts:
doc/modules/preprocessing.rst
sklearn/preprocessing.py
sklearn/tests/test_preprocessing.py
2012-11-09 20:39:21 +00:00
Andreas Mueller
93e4390eec
ENH removed ``remove_zeros`` parameter.
2012-11-09 20:29:50 +00:00
Andreas Mueller
8f5589539c
TST fixed doctests, added more tests. Still 100% line coverage :)
2012-11-09 20:29:50 +00:00