Commit Graph

26 Commits

Author SHA1 Message Date
tracer0tong 65a2b8fe8e Fixed codestyle 2016-02-18 23:02:10 +09:00
tracer0tong 53713c95d5 Fix for issue #6352 2016-02-17 02:05:25 +00:00
trevorstephens 9a0c421962 fix rounding, adjust tests for 32 bit export_graphviz 2015-10-30 16:18:22 -07:00
Jacob Schreiber 5978c0bbdf ENH split _tree.pyx into several files 2015-09-09 11:28:24 +02:00
Frank Zalkow 03e95efb1f added a test and reverted string to friedman_mse 2015-08-14 11:31:42 +02:00
Frank Zalkow 108404767e now uses isinstance and keeps original name (FriedmanMSE) 2015-08-14 10:21:24 +02:00
Frank Zalkow a08482aaaf missed elif 2015-08-13 10:01:01 +02:00
Frank Zalkow 5aab0afe60 added a string for FriedmanMSE (instead impurity) when exporting a dot file 2015-08-12 13:08:14 +02:00
Andreas Mueller 0650d5502e DOC adding backlinks to docstrings 2015-06-03 00:24:04 -04:00
trevorstephens 271849953f Pretty decision trees 2015-05-09 17:06:07 -07:00
Andreas Mueller 2fe9da701d DOC Add note about sample weights in export_graphviz. 2014-11-06 10:23:45 -05:00
Lars Buitinck 56057c9630 MAINT remove deprecated code 2014-07-23 16:19:40 +02:00
Lars Buitinck ac9bfdb3ba MAINT make export_graphviz more exception-safe 2014-05-09 14:18:02 +02:00
Gilles Louppe 1a887dda68 COSMIT: Various PEP8 2014-01-16 14:34:10 +01:00
Arnaud Joly 7551a82e89 ENH reduce memory overhead of storing tree ensemble 2013-09-12 14:25:49 +02:00
Mathieu Blondel b6f439370e Merge pull request #2411 from Balu-Varanasi/remove_unused_import
removed unused import from example
2013-08-31 02:34:19 -07:00
balu b38366e33a removed unused import from example 2013-08-31 12:44:58 +05:30
balu 616dda35d7 add expected blank line 2013-08-31 12:23:23 +05:30
Noel Dawe b62b0d3dc5 tree export_graphviz: remove unused close parameter and close the file if out_file is a string 2013-08-26 00:43:09 -07:00
Lars Buitinck 613d025d66 TST skip Graphviz export docstring in trees
Leaves temp files lying around on Python 3.x.
2013-07-22 15:18:18 +02:00
Gilles Louppe 52b193a239 WIP: PEP8 a few things 2013-07-22 12:20:00 +02:00
Gilles Louppe 3200735d1c WIP: fix export functions 2013-07-22 12:19:56 +02: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
Gilles Louppe 2b01f3aada ENH: output criterion name instead of "error" in export_graphviz 2013-04-16 12:29:58 +02:00
Gilles Louppe 813d1a4049 ENH: add max_depth to export_graphviz 2013-04-16 12:29:58 +02:00
Gilles Louppe e084727613 ENH: moved export_graphviz to sklearn/tree/export.py 2013-04-16 12:29:58 +02:00