Commit Graph

34 Commits

Author SHA1 Message Date
JSchuerz 4a52eb6de9
DOC Use :doi: and :arxiv: directives for references (#22603)
Co-authored-by: Chiara Marmo <cmarmo@users.noreply.github.com>
Co-authored-by: Jérémie du Boisberranger <34657725+jeremiedbb@users.noreply.github.com>
2022-03-02 15:15:44 +01:00
Thomas J. Fan 3ae7c76153
STY Enables black with experimental_string_processing=true (#20412) 2021-06-29 09:47:04 +02:00
Thomas J. Fan 82df48934e
MNT Applies black formatting to most of the code base (#18948) 2021-06-17 14:21:09 -04:00
Thomas J. Fan 7cc0177f8e
MNT Replaces numpy alias with builtin typse (#17687)
* MNT Replaces numpy alias with builtin typse

* STY Lint error
2020-06-24 16:51:51 +02:00
Harsh Mahajan 228109cd5c MAINT Remove tolerance paramter from Perceptron (#14558) 2019-08-02 16:11:46 -04:00
Harsh Mahajan 38fd24ac1e EXA Remove redundant tol parameter for SGDClassifier (#14556) 2019-08-02 14:04:10 -04:00
surgan12 62d2059804 MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
Thomas Moreau d25da1be20 FIX make joblib utils private, and remove mentions of externals.joblib (#12345) 2018-11-20 10:53:52 +11:00
TakingItCasual f4e7d2b19a Converting http to https (3)... (#12302) 2018-10-05 18:50:31 +02:00
Joel Nothman 14e7c328df Restructure access to vendored/site Joblib (#11471)
In order to fix #11408, this swaps `joblib` and `_joblib`. It however, allows users to access joblib's `Memory` or `Parallel` functionality without accessing `sklearn.externals._joblib` by importing `Memory`, `Parallel`, etc. into `sklearn.utils`.
2018-07-17 18:02:11 +02:00
Tom Dupré la Tour edeb3af217 Deprecate n_iter in SGDClassifier and implement max_iter (#5036) 2017-06-23 21:49:29 +02:00
jackmartin c625256f4f Fixed pep8 errors
linting
2016-06-10 18:30:26 -04:00
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