Commit Graph

18 Commits

Author SHA1 Message Date
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 9a13bdfaf1
MNT Adds black config and fixes formatting before black (#19031)
Co-authored-by: Roman Yurchak <rth.yurchak@gmail.com>
Co-authored-by: Christian Lorentzen <lorentzen.ch@gmail.com>
2021-06-12 17:14:09 +02: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
Thomas J Fan 4a95e33e63 MNT Make modules private in sklearn.datasets (#15307) 2019-10-27 17:17:23 -04:00
Kuai Yu fec7670ad0 ENH Enable the "sufficient stats" mode of LARS (#11699) 2019-03-06 08:06:47 +01:00
surgan12 62d2059804 MNT remove __future__ imports (#12791) 2019-02-02 22:05:06 +08:00
Loïc Estève 8c3e028608 FIX bench_plot_lasso_path.py error.
TypeError: numpy.float64 object cannot be interpreted as an integer.
2018-04-25 18:38:06 +02:00
jackmartin c625256f4f Fixed pep8 errors
linting
2016-06-10 18:30:26 -04:00
Ken Geis ca2142ebba ENH lots of benchmarks fixes
* add a title to all benchmark figures/windows
* "bench" is non-standard slang for benchmarking
* remove calls to pyplot.clf because the previous call
  to pyplot.figure sets the current figure
* standardize on "Time (s)" as time axis label
* move some benchmark plot legends to the upper left corner of the plot:
  most benchmarks expand from (0,0) up and to the right
* simplified plot titles and moved constant info from legend into title
* fixed typos
* made some labels more viewer-friendly

Fixes #2023.
2013-06-30 17:06:46 +02:00
Lars Buitinck 85ec0fd1ae P3K death to the print statement 2013-02-11 23:11:57 +01:00
Lars Buitinck 819b322a38 P3K one more iteritems 2013-02-03 21:24:04 +01:00
Olivier Grisel 743035f7f0 P3K: avoid iteritems / itervalues when feasible 2013-01-18 18:36:15 +01:00
Bala Subrahmanyam Varanasi 36d0adb8c1 pep8 compliant 2011-12-17 00:48:40 +05:30
Olivier Grisel a57c2ae933 more scikits.learn => sklearn updates 2011-09-03 12:57:53 +02:00
Gilles Louppe 3fd8292c18 Fixes for broken benchmarks due to API changes in samples_generator.py 2011-08-04 15:09:32 +02:00
Alexandre Gramfort 5a12763441 API : renaming LARS to Lars 2011-07-25 21:41:48 -04:00
Alexandre Gramfort 45beef41c5 revert previous commit regarding mpl_toolkits.mplot3d in bench 2010-12-11 22:20:32 -05:00
Olivier Grisel 9514c289d9 new benchmark for lasso path implementations 2010-12-12 03:42:48 +01:00