Commit Graph

40 Commits

Author SHA1 Message Date
Rémy Léone 9b7176dd9d [DOC] Fix broken links 2016-03-23 12:45:34 -07: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
Daniel Kronovet 9b4204ed57 additional typos, formatting, and links for doc/developers/index and /utilities 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 c970fb51e7 COSMIT spelling 2015-01-15 15:09:35 -05:00
Thomas Unterthiner 52adb5cae7 ENH Add 'axis' argument to sparsefuncs.mean_variance_axis 2014-09-03 13:47:48 +02: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
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
Gael Varoquaux f6d3e31b61 MAINT: commit generated code 2014-03-03 20:30:30 +01:00
Lars Buitinck 23b3cc2eb5 MAINT drop support for SciPy < 0.9
TODO: get rid of solve_triangular. Just replacing it by scipy.linalg's
breaks OMP and least-angle regression.
2014-03-02 20:13:57 +01:00
Lars Buitinck b97fb3c5fc MAINT drop support for NumPy < 1.6.1 2014-03-02 20:13:57 +01:00
Lars Buitinck bb743ddb2a ENH speed up SVMlight loader using Cython's array support
Loading the binary covtype dataset from
http://www.csie.ntu.edu.tw/~cjlin/libsvmtools/datasets/binary.html
now takes 1/3 less wall clock time, which includes disk I/O and
decompression (bzip2).

Got rid of ArrayBuilder in the process.
2014-01-05 22:10:02 +01:00
Lars Buitinck 31ad968af6 MAINT remove Counter from fixes; no longer used 2013-08-12 12:52:17 +02:00
Robert Layton 4f125c75d9 Reference to graph components updated in dev docs 2013-07-22 10:27:25 +02:00
Justin Vincent f1a40a4df4 Make the fixes 2.6 compatible 2013-07-10 16:01:10 -04:00
Justin Vincent fe52584e83 Got all the doc-tests working 2013-07-10 10:52:25 -04:00
Olivier Grisel 3379504b6b PY3: fix urlopen in mldata and california housing loaders 2013-03-19 17:56:57 +01:00
Lars Buitinck cbd3e5e8a0 P3K developer docs 2013-03-19 17:42:01 +01:00
Arnaud Joly 5bcf25fc2f ENH multilabel metrics: accuracy, Hamming, 0-1 loss 2013-03-02 20:41:34 +01:00
Andreas Mueller cc63e1cbb4 ENH slight improvement of common tests. 2012-12-24 14:58:56 +01:00
Arnaud Joly 9aa9a1060a DOC add utitilies to the doc 2012-12-21 14:48:02 +01:00
Andreas Mueller c0a057843c ENH rename Scaler to StandardScaler everywhere 2012-09-23 17:31:15 +01:00
Andreas Mueller e95d4613e0 ENH Added copy keyword to safe_sqr, added to dev docs. 2012-08-16 17:51:01 +01:00
Lars Buitinck 32f9a7cefb COSMIT replace utils.testing.assert_in with Nose-compatible functions 2012-04-05 14:39:07 +02:00
Olivier Grisel e33d41e81e DOC: give usage example 2012-01-18 06:21:02 +01:00
Olivier Grisel 8b0fe8cb86 DOC: add entry for murmurhash in the developer utilities section 2012-01-17 02:40:57 +01:00
Mathieu Blondel 812b41ca44 Typos. 2012-01-13 19:28:55 +09:00
Mathieu Blondel c988ad77bb Add safe_mask to developer doc. 2012-01-13 19:22:02 +09:00
Olivier Grisel 0f6c525d7e ENH: renamed fast_svd to randomized_svd + related improvements 2011-12-31 14:31:55 +01:00
Olivier Grisel 3efe8d3182 DOC: document sparsefuncs cython routines in developer section. 2011-12-28 11:01:04 +01:00
Jake Vanderplas e2685b6ba5 DOC: add warning that utils should only be used internally 2011-12-21 01:56:06 -08:00
Jake Vanderplas ea5d8e8f77 randomized_power_iteration -> randomized_range_finder 2011-12-21 00:31:56 -08:00
Jake Vanderplas 43e9934b45 Change logsum to logsumexp for comparability with scipy 2011-12-20 03:10:07 -08:00
Jake Vanderplas cf1c1f17b6 randomized_range_finder -> randomized_power_iteration 2011-12-20 02:13:58 -08:00
Gilles Louppe 154fcc7f9d Added links and various cosmits 2011-12-20 10:59:17 +01:00
Jake Vanderplas 0690438cee remove duplicative utils.fixes.arpack_eigsh 2011-12-19 11:06:14 -08:00
Jake Vanderplas 96618d1d47 DOC: add utility information for developers 2011-12-19 10:49:49 -08:00