Commit Graph

32 Commits

Author SHA1 Message Date
Andreas Mueller 0650d5502e DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
Andreas Mueller 36c7ddb7f8 FIX pass percentiles to partial_dependence in plotting. 2015-04-30 14:19:13 -04:00
Andreas Mueller 6e2a83b4e1 remove check_arrays stuff and old input validation 2014-07-20 13:31:45 +02:00
Lars Buitinck 7c140a1027 COSMIT six.{map,range} usage in partial_dependence 2014-04-24 17:18:43 +02:00
Jacques Kvam aac2f4e633 PY3: fix map usage in ensemble.partial_dependence 2014-04-24 17:14:15 +02:00
Gilles Louppe dc36bf3dc0 FIX: random number generator
FIX: address @larsmans + @ogrisel comments

ENH: add INT32_t type

ENH: rename INT32_t to UINT32_t

FIX: modulo RAND_R_MAX+1

FIX: broken tests
2013-09-22 19:35:18 +02:00
Gilles Louppe 3a0af03225 FIX: partial dependence test 2013-07-27 15:12:14 +02:00
Gilles Louppe a3985775b1 FIX: broken tests based on rng 2013-07-22 12:20:01 +02:00
Lars Buitinck c7266ec712 ENH back-port rand_r from 4.4BSD
This function is not available on Windows and is deprecated by POSIX.
Fetched from OpenBSD:
http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/stdlib/rand.c

This reverts commit 6f737ad8d5b29a098df6b2ad0fdd1db38e801db8.
2013-07-22 12:20:01 +02:00
Gilles Louppe 0c795872c8 WIP: revert use of rand_r 2013-07-22 12:20:01 +02:00
Gilles Louppe 4e3d8f0494 FIX: doctest in partial_dependence 2013-07-22 12:20:01 +02:00
Gilles Louppe 8f0fd21034 WIP: address @ogrisel comments 2013-07-22 12:20:00 +02:00
Gilles Louppe 93806cf102 FIX: doctests in partial_dependence 2013-07-22 12:19:58 +02:00
Jaques Grobler 8861833ec9 DOC spellfixes 2013-06-29 16:18:23 +03:00
Robert Layton dacfd8bd5d DOC: Replaced all BSD style licenses with "BSD 3 clause"
Replaced all BSD style licenses with "BSD 3 clause"
Not checked yet!

Removed duplicate "3 clause, 3 clause"

Removed trailing period if exists

Fixed some missed licences, still about 50 to do, but those can be automated

Think I got the last of them.

Apparently me and sed have different ideas of regex.

Found a few more
2013-04-30 08:34:46 +02:00
Stefano Lattarini 67ece78da4 COSMIT various typofixes
As suggested by codespell <https://github.com/lucasdemarchi/codespell>

Signed-off-by: Stefano Lattarini <stefano.lattarini@gmail.com>
2013-04-11 21:22:14 +02:00
Andreas Mueller a1d4d184fe COSMIT pep8 2013-04-02 13:30:55 +02:00
draix 63562b0416 PY3: replaced izip 2013-03-19 18:02:34 +01:00
Lars Buitinck 541987802f P3K range vs. xrange 2013-02-14 02:05:35 +01:00
Lars Buitinck 57b86fc434 P3K use six.string_types and six.PY3 2013-02-03 20:12:42 +01:00
Andreas Mueller dee73f9a24 DOC more sphinx fixes 2013-01-17 00:04:40 +01:00
Arnaud Joly 5d0f417532 FIX: perform transition from tree to DecisionTreeRegressor 2012-12-11 09:33:11 +01:00
Peter Prettenhofer a35bfd5899 use subplots_adjust instead of tight_layout 2012-12-03 20:37:15 +01:00
Peter Prettenhofer c9315d5425 better handling of multi-class case (w/ symbol labels)
more tests for multi-class
2012-11-30 11:28:16 +01:00
Peter Prettenhofer ad4ac3e4b9 better input checking (e.g. for str features)
more tests
2012-11-30 10:36:21 +01:00
Peter Prettenhofer fd82afae95 renamed: ncols -> n_cols;
partial_dependence_plots -> plot_partial_dependence
2012-11-27 08:36:46 +01:00
Peter Prettenhofer 2dc982fe74 fix doctests skip 2012-11-25 23:37:49 +01:00
Peter Prettenhofer 857c642ec5 doctest skip for plot function 2012-11-25 23:31:44 +01:00
Peter Prettenhofer 963c064501 better formatting of xticks (prevent overlap)
pass arguments to contour and line plots
2012-11-25 22:57:24 +01:00
Peter Prettenhofer fa0622cf45 cosmit 2012-11-20 22:11:59 +01:00
Peter Prettenhofer 60a8316d8f doctest fix + cosmit 2012-11-20 18:46:56 +01:00
Peter Prettenhofer 324f69b557 moved partial dependence into its own module. 2012-11-20 12:10:22 +01:00