Commit Graph

33 Commits

Author SHA1 Message Date
Raghav R V 882c346abd DOC Make cv documentation consistent across our codebase 2015-09-10 09:15:13 +05:30
Christophe Bourguignat 53c3530ba3 DOC Updated documentation for cv parameter (issue #4533)
Added « optional »
2015-08-31 23:18:15 +02:00
Christophe Bourguignat 1991c43923 DOC Updated documentation for cv parameter (issue #4533) 2015-08-31 23:09:10 +02:00
Raghav R V 62325cbb58 MAINT merge _check_cv into check_cv as indices argument is removed in 0.17 2015-06-08 16:37:03 +05:30
Andreas Mueller 0650d5502e DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
sinhrks b810c9dc94 CLN: Added missing __all__ 2015-04-04 10:51:41 +09:00
Lars Buitinck 5cd2da2bec DOC fix references to moved examples 2014-07-25 11:36:52 +02:00
Andreas Mueller 6e2a83b4e1 remove check_arrays stuff and old input validation 2014-07-20 13:31:45 +02:00
Andreas Mueller b080d93b5e ENH don't convert dataframes in grid search and cross-validation 2014-07-18 10:02:14 +02:00
Lars Buitinck cdd2279c09 ENH fix astype usage to prevent copying
Removed where possible; using copy=False (from utils.fixes) where needed.

Also some C integer type fixes to gradient boosting.
2014-06-18 11:01:28 +02:00
Olivier Grisel 6c0d41ac84 FIX: remove deprecation warnings in learning curves under Python 3 2014-04-19 12:23:04 -04:00
sdenton4 a63da37826 Fixed style errors detected by pep8. 2014-04-17 16:24:23 -04:00
sdenton4 6441caa088 ENH: Compute lower number of points by default
Each new point can be expensive to compute depending on model complexity; five
points is to see overall shape of the curve.
2014-04-17 15:56:57 -04:00
Alexander Fabisch 4a4bfc52de Return scores of all folds
It is possible to plot confidence intervals with fill_between
2014-02-04 22:30:30 +01:00
Alexander Fabisch ab41996b83 Improve documentation
* add images
* add link to API doc
* change order
2014-02-02 18:50:47 +01:00
Alexander Fabisch 849d159d79 Add narrative documentation 2014-02-02 18:50:47 +01:00
Alexander Fabisch 7c63d086fa Correct docstring 2014-02-02 18:50:47 +01:00
Alexander Fabisch 47642459cc Improve interface and documentation 2014-02-02 18:50:47 +01:00
Alexander Fabisch b574858527 Add documentation and tests 2014-02-02 18:48:59 +01:00
Alexander Fabisch e952a58f65 Add prototype for validation curve 2014-02-02 18:48:59 +01:00
Jaques Grobler 6ebcf4d020 COSMIT fix PEP8 errors 2014-02-02 00:30:28 +11:00
Mathieu Blondel de2be61e46 Rename fit_and_score to _fit_and_score. 2014-01-16 12:43:17 +09:00
Mathieu Blondel d818519c13 Rename _split_with_kernel to _safe_split.
Kernels are not always used so I find this name better.
2014-01-16 12:43:16 +09:00
Alexander Fabisch aaa4f81b67 Rename '_split' to '_split_with_kernel' 2014-01-16 12:43:16 +09:00
Alexander Fabisch b1dfa07ae2 Remove 'fit_grid_point' from 'BaseSearchCV' 2014-01-16 12:43:16 +09:00
Alexander Fabisch 0f591e745b Remove helper function '_fit' 2014-01-16 12:43:16 +09:00
Alexander Fabisch 7c60251d11 Fix PEP8, style and documentation 2014-01-16 12:43:16 +09:00
Alexander Fabisch 0a000e0b2b Replace '_fit_estimator' by '_cross_val_score' 2014-01-16 12:43:16 +09:00
Alexander Fabisch f95219f05d Clean up 2014-01-16 12:43:16 +09:00
Alexander Fabisch 526d1dd945 check_scorable returns scorer 2014-01-16 12:43:16 +09:00
Alexander Fabisch 5d8b429f17 Refactor cv code 2014-01-16 12:43:15 +09:00
Joel Nothman 7de3d96caa DOC add learning_curve to what's new and API reference
+ PEP8 fixes

+ Alphabetical ordering fix for classes.rst

+ Example reference
2014-01-09 16:11:12 +11:00
Alexander Fabisch a876682444 Add learning curve 2014-01-08 23:29:30 +00:00