Commit Graph

4383 Commits

Author SHA1 Message Date
Andreas Mueller dfa90ecf2d add booking.com testimonial 2016-04-07 14:31:38 +02:00
Sébastien Lerique 45ad9f4e0a [MRG] fix documentation typo 2016-04-04 10:08:42 +02:00
Tim Head 6e43d6e823 What's new? 2016-04-01 14:42:25 -04:00
Manoj Kumar 3078d7d611 Merge pull request #6127 from hugobowne/MultiOneVsRestClassifier
[MRG+2] MultiOutputClassifier
2016-03-31 23:02:08 -04:00
Maniteja Nandana 29ee54a586 Meta estimator for multi output classification 2016-04-01 07:18:59 +05:30
Manoj Kumar 24198ffbb8 Merge pull request #6419 from nelson-liu/fix_linkcheck
[MRG+1] DOC: Fix broken links
2016-03-30 18:17:48 -04:00
hlin117 e5c366f77f Merge PR #6037: copy_X in KernelPCA
Ensuring consistent transforms for KernelPCA

Taking @vene's changes into account, thanks!

Taking @jakevdp's comment into account

Added more verbose documentation to kernel_pca.py

Specifying that X_fit_ will not be None. @jakevdp

KernelPCA: Fixing more formatting of docstring

Addressed @vene's documentation comments

Addressing that dual_coef_ might not be present in model in docs. @vene
2016-03-24 19:01:10 -04:00
Rémy Léone 9b7176dd9d [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
Tom Dupré la Tour 5d92bd500a Merge pull request #6579 from nlathia/issue-6541
Error 404 in documentation section 2.7.1. Novelty Detection
2016-03-23 11:42:37 +01:00
MechCoder 5a046c740d Update whatsnew 2016-03-22 18:20:51 -04:00
nlathia 07a6433e61 Fix typo in html target 2016-03-22 15:13:41 +00:00
Boyuan Deng 7580746f71 Fix broken link in ABOUT 2016-03-20 19:10:31 +01:00
Gilles Louppe e2e6bde71a Merge pull request #6498 from clamus/rand-lasso-fix-6493
[MRG+1] Fix to documentation and docstring of randomized lasso and randomized logistic regression
2016-03-19 12:00:47 +01:00
Manoj Kumar c2eaf75e3d Merge pull request #6173 from dsquareindia/featurehasher_fix
[MRG+1] Fix: FeatureHasher now accepts string values
2016-03-18 23:23:23 -04:00
Florian Wilhelm 681fd2f22b DOC: Fix order in ARD references 2016-03-16 16:42:45 +01:00
Florian Wilhelm aa31fa6335 Added additional references for ARDRegression 2016-03-15 21:08:42 +01:00
Tom Dupré la Tour 06bf797c0d DOC update docstring in LogisticRegression 2016-03-15 11:11:59 +01:00
Okhlopkov Daniil Olegovich 26c66212b3 Update copyright year in the doc footer (2015 → 2016) 2016-03-15 00:20:00 +03:00
Camilo Lamus 3a8307102e fix x and y order 2016-03-11 17:04:36 -05:00
Camilo Lamus f81e5aa0cc Try to fix link to pdf 2016-03-11 17:04:36 -05:00
Camilo Lamus a754e099e7 Added ref to Bach and improved docs 2016-03-11 17:04:36 -05:00
Camilo Lamus bf81451dc6 Fix consistency in docs and docstring 2016-03-11 17:04:36 -05:00
Camilo Lamus 2e7d9ad3a4 FIX: improve docs of randomized lasso 2016-03-11 17:04:36 -05:00
dsquareindia eb242c26d9 ENH: FeatureHasher now accepts string values. 2016-03-11 20:37:10 +05:30
giorgiop 328ebfa865 ENH RandomizedPCA collapsed into PCA 2016-03-11 09:10:37 +11:00
Tim Head 07cede74ca Multitarget regression meta estimator
Register OneVsRestRegressor as meta estimator

Rename to a more sensible name

Parallel predict and sparse support

Started MultiOutput documentation

Move code to new file multioutput.py

Continuing the move to new multioutput module

Added sample weight support

Better test for sample weights and actually support weights

Added a new test using weighted vs repeated samples to
test sample weight support. Uncovered that weights
were not actually passed on to underlying estimator.

Comment on multiprocess overheads

Move parallel_helper to utils.fixes

This helper works around a python2 limitation on pickling
instance methods

Example of multi-output regression with gradient boosting

Switch to uniform weighted score and updated example

The example now uses a RF with and without the MultiOutput
meta estimator

Added note for removing `score` method

Addressing comments on MultiOutputRegressor

MultiOutputregressor better test for weighted samples

Fix ups

Use explicit keyword argument for passing sample weights and
fix random_state on train-test split in the example
2016-03-10 16:06:08 -05:00
Bhargav Mangipudi 3d001f3be0 Fix MLP batch_size test warning for default value
Fix default value for batch_size for 'auto' to be min(200, n_samples)
2016-03-07 17:29:56 -06:00
Nelson Liu 6a841a1a1b doc: add link to user guide in isolation forest docstring 2016-03-04 21:28:16 -08:00
Andreas Mueller c60c3f0dc7 Merge pull request #6411 from nelson-liu/create_issue_pr_template
[MRG+2] DOC: add issue and pull request template
2016-02-29 16:34:00 -05:00
Andreas Mueller 150afe646e Merge pull request #6379 from lesteve/fix-stratified-shuffle-split-train-test-overlap
[MRG+1] fix StratifiedShuffleSplit train and test overlap
2016-02-29 15:23:23 -05:00
Nelson Liu f0f0affee6 DOC: add issue and pull request template 2016-02-29 09:02:09 -08:00
Loïc Estève 07728d9308 FIX StratifiedShuffleSplit train and test overlap
in some edge cases and added test.

Fix was applied in both sklearn.model_selection and
sklearn.cross_validation.
2016-02-26 08:25:25 +01:00
Jake Vanderplas 90f2c184c6 Merge pull request #6453 from yenchenlin1994/fix-its-typo
[MRG] DOC Fix misuse of "it's"
2016-02-25 21:04:56 -08:00
YenChenLin ca4c727e22 Fix misuse of it's 2016-02-26 10:16:28 +08:00
Manoj Kumar 540c7c66d2 Merge pull request #5291 from MechCoder/huber_loss
[MRG+1] Add Huber Estimator to sklearn linear models
2016-02-25 18:43:59 -05:00
MechCoder 7e79adca9d Huber regressor
Add gradient calculation in _huber_loss_and_gradient

Add tests to check the correctness of the loss and gradient

Fix for old scipy

Add parameter sigma for robust linear regression

Add gradient formula to robust _huber_loss_and_gradient

Add fit_intercept option and fix tests

Add docs to HuberRegressor and the helper functions

Add example demonstrating ridge_regression vs huber_regression

Add sample_weight implementation

Add scaling invariant huber test

Remove exp and add bounds to fmin_l_bfgs_b

Add sparse data support

Add more tests and refactoring of code

Add narrative docs

review huber regressor

Minor additions to docs and tests

Minor fixes that deals with dealing with NaN values in targets
and old verions of SciPy and NumPy

Add HuberRegressor to robust estimator

Refactored computation of gradient and make docs render properly

Temp

Remove float64 dtype conversion

trivial optimizations and add a note about R

Remove sample_weights special_casing

address @amueller comments
2016-02-25 16:31:08 -05:00
Alexandre Gramfort 28b58b098d Merge pull request #6442 from radarhere/patch-1
Fixed typo
2016-02-24 21:01:51 +01:00
Joel Nothman d7d0ae64a0 Merge pull request #6404 from dsquareindia/dbscan_doc_enh
DOC: Added memory workaround to dbscan doc
2016-02-24 21:34:22 +11:00
dsquareindia cef770efb7 Made seperate topic for mem consumption for large sample sizes 2016-02-24 15:53:39 +05:30
Andrew Murray f45f374bd1 Fixed typo 2016-02-24 19:16:31 +11:00
dsquareindia b2799ca9b2 DOC: Added memory workaround to dbscan doc 2016-02-24 03:17:56 +05:30
Gael Varoquaux 323bcea80d Merge pull request #6426 from yenchenlin1994/remove-redundant-typo
[MRG] DOC Remove redundant words in sklearn
2016-02-23 16:30:25 +01:00
Nelson Liu 3f88b981c0 doc: fix capitalization in svm.rst citation to match paper. 2016-02-23 01:44:45 -08:00
Lilian Besson 9f4b53ea55 Update svm.rst
Trailing comma removed, sorry.
2016-02-23 10:33:47 +01:00
YenChenLin 46fc1be145 Remove redundant words in sklearn 2016-02-23 16:54:03 +08:00
Lilian Besson c543633486 Update cross_validation.rst
Weird display bug on a Warning box on cross_validation.rst
("Contrary to StratifiedKFold, the ``labels`` of :class:`LeaveOneLabelOut` should not encode the target class to predict...")
2016-02-23 00:22:16 +01:00
Lilian Besson f72333870a Update svm.rst
Thanks @agramfort.
2016-02-23 00:15:08 +01:00
Lilian Besson 22f468a103 Update svm.rst
Just two tiny typos, and space errors in the references.
2016-02-21 16:45:59 +01:00
giorgiop 140a5acda8 MAINT depr of center_data, normalize in linear_model 2016-02-17 14:26:50 -05:00
SmedbergM 765f77e2c4 Read web pages as UTF-8 by default. Use with-blocks to open files. 2016-02-16 16:14:42 +01:00