Commit Graph

2401 Commits

Author SHA1 Message Date
Nate George 9b25f5d37a Fix docs links (#7005)
* docs: fix broken and redirect links

see #7000

* docs: fix links

see #7000

* docs: merge with master

* docs: fix fnrs and tinyclues logo links

* docs: fix link reference in text

* docs: fix typo

* docs: added back in metaoptimize-qa paragraph

* docs: update language for defunct site

* docs: update stackexchange section

* docs: remove defunct site, move quora to top

* docs: remove defunct link and rearrange links
2016-07-27 16:58:25 -04:00
Joel Nothman 1ad6fe3c42 DOC revert removal of duplicate word in doctest 2016-07-27 14:55:00 +10:00
Andreas Mueller 8972d82a1f DOCS / COSMIT duplicate word typos 2016-07-26 10:44:32 -04:00
Loïc Estève 1f1f7da72c Merge pull request #7041 from jnothman/dbscan_doc
[MRG + 1] DOC fix misconception in DBSCAN documentation
2016-07-25 11:50:17 +02:00
David Nicholson d92413b612 typofix in modules/grid_search.rst (#7045) 2016-07-21 08:28:32 +02:00
Joel Nothman 1fbd0b8cb9 DOC fix misconception in DBSCAN documentation
Fixes #6192
2016-07-18 11:46:20 +10:00
Vikram 4c32aa2cc1 update for issue #6523 (add logistic_regression_path to classes.rst (#6970)
* update for issue #6523 (add logistic_regression_path to classes.rst

* Clarifies statement about no warm-start and no speedup with liblinear
2016-07-13 23:26:21 +02:00
Preston Parry b661d1e216 Minor grammar fix 2016-07-12 12:22:42 -07:00
Moussa Taifi 1220ca3048 fix pipeline docs typos (#6940) 2016-06-24 21:06:46 +02:00
Yoav Ram 6301b1f727 emphasis on "higher return values are better..." (#6909) 2016-06-19 14:46:13 +02:00
Thierry Guillemot 1f86b1da94 [MRG] ENH Add Calinsky-Harabaz and Fowkes-Mallows clustering metrics (#6823)
Based on the code of A. Fouchet in PR#4301.
2016-06-17 00:01:19 +10:00
Moussa Taifi c6a457fe99 Add Brier_score_loss to model validation doc 2016-06-16 10:57:16 +02:00
Thierry Guillemot 234dc6dd3a Change GMM -> GaussianMixture. (#6886) 2016-06-13 15:26:09 +02:00
Joel Nothman 8ab2e3c55b DOC fix broken image path 2016-06-09 20:36:15 +10:00
krishnakalyan3 18092fd505 fix balance 2016-06-02 15:00:40 +02:00
John B Nelson d161bfaa1a Add missing double quote (#6831) 2016-05-26 19:36:37 -03:00
hlin117 b13acb1115 and related minor documentation fixes 2016-05-26 12:47:21 +10:00
Ryan Yu 81559ee38e Update tree.rst (#6826) 2016-05-25 21:57:28 -03:00
Jill-Jênn Vie 82d9b48841 TYPO Update decomposition.rst (#6803)
Typo.
2016-05-19 14:23:16 +02:00
Thierry Guillemot 8f199fe4f5 Modification of the GaussianMixture class to use cholesky precision matrices. (#6743) 2016-05-10 16:33:38 +02:00
Maniteja Nandana e8d331f886 DOC: Improve docs for average precision score 2016-05-04 18:02:03 +05:30
Tom Dupré la Tour 80230d60c2 DOC add reference to multinomial logistic example 2016-04-28 12:13:15 +02:00
Cass e6b0e21acd Update decomposition.rst
Fix a minor typo
2016-04-24 08:41:57 -04:00
shuckle16 251fc91ce6 small grammar fix 2016-04-23 09:24:33 +02:00
Elias Kuthe 0f65de8aa0 typing mistake 2016-04-22 17:05:11 +02:00
Thierry 0625e0384e Integration of the new GaussianMixture class.
Depreciation of the GMM class.

Modification of the GaussianMixture class.
  Some functions from the original GSoC code have been removed, renamed or simplified.
  Some new functions have been introduced (as the 'check_parameters' function).
  Some parameters names have been changed :
   - covars_ -> covariances_ : to be coherent with sklearn/covariances
  Addition of the parameter 'warm_start' allowing to fit data by using the previous computation.

The old examples have been modified to replace the deprecated GMM class by the new GaussianMixture class.
Every exemple use the eigenvectors norm to solve the scale ellipse problem (Issues 6548).

Correction of all commentaries from the PR
- Rename MixtureBase -> BaseMixture
- Remove n_features_
- Fix some problems
- Add some tests

Correction of the bic/aic test.

Fix the test_check_means and test_check_covariances.

Remove all references to the deprecated GMM class.

Remove initialized_.
Add and correct docstring.

Correct the order of random_state.

Fix small typo.

Some fix in prevision of the integration of the new BayesianGaussianMixture class.

Modification in preparation of the integration of the BayesianGaussianMixture class.
Add 'best_n_iter' attribute.
Fix some bugs and tests.

Change the parameter order in the documentation.

Change best_n_iter_ name to n_iter_.

Fix of the warm_start problem.
Fix the divergence error message.
Correction of the random state init in the test file.
Fix the testing problems.

Update and add comments into the monotonic test.
2016-04-21 18:08:54 +02:00
Maniteja Nandana 18396be8cb ENH: Add indicator features to imputer output 2016-04-14 12:21:16 +05:30
David Warshaw e6bb6b877c Removed redundant Classification metrics entry: metrics.brier_score_loss. 2016-04-12 16:08:45 -04:00
Matheus bc8d088713 Small fix on ensemble.rst 2016-04-07 17:06:36 -03:00
Sébastien Lerique 45ad9f4e0a [MRG] fix documentation typo 2016-04-04 10:08:42 +02: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
nlathia 07a6433e61 Fix typo in html target 2016-03-22 15:13:41 +00: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
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
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
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
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