Commit Graph

22 Commits

Author SHA1 Message Date
TomDLT 94eb61960a ENH add sag solver in LogisticRegression and Ridge 2015-09-10 13:28:02 -04:00
Arnaud Joly fa0ceee4dc ENH add a benchmark on mnist 2015-01-12 11:51:48 +01:00
Arnaud Joly 52023128fe MAINT simplify covertype benchmark 2014-08-14 09:39:58 +02:00
Lars Buitinck eb9bc96b22 FIX GBRT missing from covertype benchmark usage 2014-03-02 13:29:41 +01:00
Lars Buitinck cdebc18b22 FIX don't put data in source dir in bench_covtype
When running under a tool such as @fabianp's profiler yep,
dirname(__file__) is the location of the tool's __main__.py
instead of the benchmarks directory.

Also, we shipped a tarball containing a large dataset before.
2014-01-13 23:26:50 +01:00
Gilles Louppe cb113b9aba Benchmark: use specified dtype 2013-07-25 14:50:12 +02:00
Peter Prettenhofer 6de5e41c8f covertype benchmark: use C-style input as default (most models require it as input) 2013-07-24 12:11:28 +02:00
Gilles Louppe 01081b5f61 Benchmark: use default values in forests 2013-07-22 12:20:00 +02:00
Peter Prettenhofer 7344b8ef81 add GBRT to covertype benchmark 2013-07-22 12:19:57 +02:00
Lars Buitinck e89ecd8c6e FIX don't rely on Bunch behavior with fetch_covtype
For consistency with new documentation
(176c9cee08).

Still returns Bunch so as not to break third-party scripts.
2013-06-18 18:02:41 +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
Lars Buitinck 16e595ab94 ENH move covtype loading to sklearn.datasets 2013-02-13 21:01:19 +01:00
Lars Buitinck 85ec0fd1ae P3K death to the print statement 2013-02-11 23:11:57 +01:00
Peter Prettenhofer 15b1d9702f zero_one_loss now does normalize on default. 2013-01-14 12:44:48 +01:00
Arnaud Joly 6cf5ee0fbf ENH rename zero_loss_score to accuracy_score 2013-01-09 15:31:57 +01:00
Arnaud Joly fdf4846e98 ENH add random-seed args 2012-11-28 16:54:54 +01:00
Olivier Grisel 31de016227 Improved bench_covtype.py to load data faster and support configurable n_jobs 2012-11-25 03:17:16 +01:00
Andy 78ecda67f7 COSMIT typos in covertype benchmark 2012-07-22 21:32:30 +02:00
Paolo Losi 82cc2d0116 BENCHMARK covertype: select classifier via cmd line opt 2012-03-27 23:25:21 +02:00
Peter Prettenhofer 835af05624 Merge remote branch 'upstream/master' into gradient_boosting
Conflicts:
	sklearn/tree/tree.py
2012-03-13 07:16:35 +01:00
Peter Prettenhofer 05b5e389c3 uncomment RandomForest 2012-03-03 11:44:48 +01:00
Peter Prettenhofer 51b6faa44a renamed and updated covertype benchmark. 2012-03-03 11:44:08 +01:00