scikit-learn/doc/tutorial/statistical_inference
Manoj-Kumar-S e915fcc3ab Changed default argument of precompute in ElasticNet and Lasso
Setting precompute to "auto" was found to be slower when n_samples > n_features
since the computation of the Gram matrix is computationally expensive and
outweighs the benefit of fitting the Gram for just one alpha.
2014-10-03 18:25:12 +02:00
..
finding_help.rst Type-os and added great links to learning more about Machine Learning 2013-01-02 17:24:35 +01:00
index.rst DOC double backticks for fixed-width (code) font 2014-07-06 14:18:33 +02:00
model_selection.rst DOC fix line references in tutorial 2014-08-20 21:00:54 +10:00
putting_together.rst DOC fix line references in tutorial 2014-08-20 21:00:54 +10:00
settings.rst MAINT ensure that examples figures are displayed in the correct order 2014-07-14 15:47:17 +02:00
supervised_learning.rst Changed default argument of precompute in ElasticNet and Lasso 2014-10-03 18:25:12 +02:00
unsupervised_learning.rst DOC fix line references in tutorial 2014-08-20 21:00:54 +10:00