Thomas J. Fan
1fc86b6aac
MNT Update black to stable version ( #22474 )
2022-02-15 11:36:26 +01:00
drskd
1d697842a3
MNT Accelerate plot_model_complexity_influence.py modifying the SGDClassifier parameters ( #21963 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2022-01-18 11:56:17 +01:00
siavrez
fda5b16b10
MNT Accelerate plot_model_complexity_influence.py example using a subset of dataset for classification ( #21742 )
2021-11-26 15:25:47 +01:00
Dimitri Papadopoulos Orfanos
d4d5f8c7e0
MAINT consistent use of `print(__doc__)` in examples ( #21307 )
...
Co-authored-by: Guillaume Lemaitre <g.lemaitre58@gmail.com>
2021-10-22 15:33:22 +02:00
Thomas J. Fan
70a185ae59
MAINT Enable and run black on examples ( #20502 )
2021-10-07 10:13:00 +02:00
Christian Lorentzen
b9d6db81ec
[MRG] ENH Consistent loss name for squared error ( #19310 )
2021-03-19 15:21:34 +01:00
maikia
1986c89a12
DOC exchange Boston for Diabetes at plot model complexity influence ( #16533 )
2020-05-18 15:30:23 +02:00
Thomas J Fan
0a7adef005
MNT Make modules private in linear_model ( #15324 )
2019-10-23 15:34:26 +02:00
Thomas J Fan
9b0d02d429
MNT Uses public modules instead of deprecated modules in examples ( #15296 )
2019-10-21 09:56:55 +08:00
Nicolas Hug
5c5635feb7
MNT make files private in sklearn.svm ( #15165 )
2019-10-18 16:18:33 -04:00
Allen Akinkunle
01d8e70af0
MNT Use return_X_y=True with load_boston where appropriate ( #14678 )
2019-08-20 10:08:23 +08:00
syonekura
32fcc364ab
[MRG+1] Setting max_iter/tol explicitly for SGD estimators in docs ( #9776 )
2017-10-04 17:28:32 +02:00
plagree
1f6ac72df7
[MRG] DOC examples with correct notebook style ( #9061 )
...
* DOC examples with correct notebook style
* Modifications in examples/ to avoid unwanted notebook style
* Remove last notebook style example
* Space formatting to avoid notebook style
2017-06-20 14:48:57 +02:00
Andreas Mueller
9bc4de8dae
some fixes for sphinx and in examples
2015-03-02 12:50:53 -05:00
Olivier Grisel
40597f1df5
Merge pull request #3169 from mjbommar/issue-3167-eradicate-todense
...
PR re: issue 3167 to eradicate .todense()
2014-05-24 21:02:47 +02:00
mjbommar
d8099d6d27
Replacing the non-test .todense() methods with .toarray()
2014-05-20 21:16:34 -04:00
Rajat Khanduja
cca6fc7e8b
Some more examples updated to use matplotlib.pyplot
2014-05-16 09:42:02 +05:30
Lars Buitinck
b97fb3c5fc
MAINT drop support for NumPy < 1.6.1
2014-03-02 20:13:57 +01:00
eustache
3e7f4455a0
found a good elasticnet example
2013-12-02 16:39:07 +01:00
eustache
f08d2c601f
merge doc/whats_new.rst
2013-11-15 11:51:40 +01:00
eustache
8e2d6a2e8b
added ElasticNet to the narrative doc
2013-11-14 09:31:29 +01:00
eustache
0371831388
removed CV code to tune hyperparameters (better for CI)
2013-11-14 09:09:47 +01:00
eustache
dd84e10d3a
added example and fullfilled section on influence of model complexity
2013-11-14 08:45:21 +01:00