Commit Graph

212 Commits

Author SHA1 Message Date
Rémy Léone 9b7176dd9d [DOC] Fix broken links 2016-03-23 12:45:34 -07:00
Joel Nothman 3280f88950 Merge pull request #5425 from amueller/update_doc_readme
[MRG]+1 DOC update doc/readme
2016-02-11 22:28:11 +11:00
dsquareindia 7e497ba791 Fixed the broken nose link in advanced installation docs. 2016-01-07 17:04:15 -05:00
Yaroslav Halchenko 625471bb29 DOC: few minor typos spotted 2015-12-15 20:56:34 -05:00
Hugo Bowne-Anderson f59dbe7a8d Update advanced_installation.rst 2015-11-19 14:44:50 -05:00
hugobowne 8867e8347c edited bleeding edge install instructions to include cython 2015-11-16 11:29:31 -08:00
Manoj Kumar f49a558162 Merge pull request #5492 from arthurmensch/remove_cython
[MRG + 2] Removing generated C files, adding build cache to Travis
2015-11-11 11:41:18 -05:00
Andreas Mueller 41d0f1f3f7 split installation into simple and advanced part 2015-11-04 14:28:25 -05:00
Arthur Mensch 986fb60947 C file removal + cython build + Travis build cache 2015-11-04 14:30:06 +01:00
Rémy Léone 45c2356f6b Redirecting to open issues 2015-10-31 11:56:45 +01:00
Raghav R V f67e911124 DOC Modify documentation/examples for the new model_selection module 2015-10-29 16:49:23 +01:00
Raghav R V e3afc0e8c9 MAINT move custom error/warning classes into sklearn.exceptions
ENH NonBLASDotWarning -> EfficiencyWarning; Improve error message
DOC Add exceptions module to modules/classes.rst
MAINT Move ConvergenceWarning, UndefinedMetricWarning et al into exceptions
MAINT Remove ChangedBehaviorWarning from base
DOC/FIX Improve DataConversionWarning's docstring
2015-10-19 22:35:35 +02:00
Andreas Mueller fa59f82992 DOC update doc/readme 2015-10-17 12:53:20 -04:00
Timothy Hopper b9e79bd0c3 Go to easy _open_ issues page
Currently the link to the easy open issues page lists open and closed issues. When trying to get people involved, it'd be more valuable to just show the open issues.
2015-09-16 13:46:32 -04:00
Andreas Mueller e2f56656e6 Make more clear that adding algorithms is not the preferred way to start contributing. 2015-07-28 13:06:31 -05:00
Joel Nothman 99d08b571e DOC organise documentation hierarchy / table of contents 2015-06-12 08:09:41 +10:00
TomDLT 088cbd6e35 DOC fix rendering of code-block 2015-06-11 10:50:57 +02:00
Daniel Kronovet 97ba6072d5 Fixed factual error in descriptino of PR flow 2015-06-08 11:22:17 -04:00
Daniel Kronovet 9b4204ed57 additional typos, formatting, and links for doc/developers/index and /utilities 2015-06-08 11:22:17 -04:00
Daniel Kronovet 78e45fbb8b fixed typos and update formatting in doc/developers/index 2015-06-08 11:22:17 -04:00
TomDLT 89c1018c64 ENH improve check_array
ENH improve check_array to warn on dtype conversions

ENH make check_array accept several dtypes

ENH change validation with improved check_array

ENH change astype to avoid copy if possible

ENH remove warn_if_not_float
2015-05-19 16:13:42 +02:00
Andreas Mueller 196a7b7dac fix warning message by not using assert_raise_message, which adds escaping. 2015-04-28 16:46:13 -04:00
Andreas Mueller 669a4ea853 ENH add high-level estimator-validation function 2015-04-28 16:46:13 -04:00
Andreas Mueller aae305c3c8 Merge pull request #4418 from amueller/classifier_regressor_tags
[MRG + 2] Classifier and regressor tags
2015-04-02 10:15:56 -05:00
Andreas Mueller acb21bb79e DOC adding clusterer tag to dev docs. 2015-04-02 11:15:10 -04:00
Vinayak Mehta 4d7fb16466 Removed array2d from developer docs 2015-04-02 12:52:45 +05:30
Andreas Mueller d89c215013 Add tags to classifiers and regressors to identify them as such. 2015-03-31 19:59:49 -04:00
Andreas Mueller 3b320996a8 DOC fix link description to setuptools in devdocs. 2015-03-20 14:17:42 -04:00
Andreas Mueller 48117d5da7 Merge pull request #4392 from sinhrks/setparams
DOC: Updated set_params doc
2015-03-16 14:14:29 -05:00
sinhrks f0d86e8470 DOC: Updated set_params doc 2015-03-14 09:00:29 +09:00
Martin Ku 2bc7ffef1c Add "See also" for selectors and scoring funs
Details:
- Reference uni variate selectors and scoring funcs
- Indicate chi2 is only for non-negative features
- Add "See also" formatting rules to contributing
- Add example of good "References" in docstrings
- Misc small doc updates for uni feature selection
  - Add missing periods (for consistency)
  - Anova -> ANOVA (for consistency)
  - Make a numbered list render per item per line (for readability)
  - Capitalize the first letter of a numbered list (for readability)
2015-03-10 21:40:25 +08:00
Andreas Mueller e0f5049a3d minor fixes in docs. 2015-03-03 11:07:18 -05:00
Andreas Mueller cd63accc05 Add test that score takes y, fix KMeans, FIX pipeline compatibility of clustering algorithms! 2015-02-06 13:26:42 +01:00
Andreas Mueller c970fb51e7 COSMIT spelling 2015-01-15 15:09:35 -05:00
Lukas Michelbacher 389a43fd6f Fix typo 2014-12-18 13:36:12 +00:00
Raghav R V 7e40e59735 DOC added note to warn users not to __init__ params with trailing _
While defining custom estimators, users are discouraged to define
parameters with trailing _
2014-12-07 02:51:29 +05:30
Jean Kossaifi 956018acb9 Added link to the setuptools doc and a note on the need to rebuild every time a
compiled extension is modified
2014-11-29 16:29:05 +00:00
Jean Kossaifi 0a8ede18de Minor doc enhancement: documented setup develop. 2014-11-29 14:43:26 +00:00
Thomas Unterthiner 52adb5cae7 ENH Add 'axis' argument to sparsefuncs.mean_variance_axis 2014-09-03 13:47:48 +02:00
Joel Nothman 96b6642239 DOC mention doc-building dependency on Pillow 2014-07-21 16:53:28 +10:00
Andreas Mueller c235c3b566 ENH add allowed_sparse named argument for @ogrisel 2014-07-20 15:31:28 +02:00
Andreas Mueller 6e2a83b4e1 remove check_arrays stuff and old input validation 2014-07-20 13:31:45 +02:00
Andreas Mueller 5b247f90e4 move around examples for better structure. 2014-07-17 09:35:30 +02:00
Lars Buitinck c176ced74d DOC double backticks for fixed-width (code) font
Fixes #3337. Also other minor fixes while I was at it.
2014-07-06 14:18:33 +02:00
Jeffrey Blackburne 6ea9fbeddb Added a backport of numpy.isclose from numpy v1.8.1. This function was not available until numpy v1.7 2014-06-13 22:02:59 -07:00
Joel Nothman fc0150d08d DOC/FIX Address @arjoly's comments 2014-06-05 11:20:36 +02:00
Joel Nothman 87253738c0 DOC fix typo 2014-05-24 21:48:39 +10:00
Michele Orrù 337d9e6182 Typo.
s/totime/tottime/
2014-05-24 11:03:57 +02:00
Lars Buitinck adc24fda52 DOC no input validation in constructors 2014-04-13 16:52:18 +02:00
Gael Varoquaux f6d3e31b61 MAINT: commit generated code 2014-03-03 20:30:30 +01:00