Commit Graph

20 Commits

Author SHA1 Message Date
Mathieu Blondel f65efcf8eb More use sklearn.utils.testing.
My model is training :)
2012-10-25 21:21:22 +09:00
Andreas Mueller 1313f25cda COSMIT pep8 2012-09-20 14:49:14 +01:00
Fabian Pedregosa 5528334660 Robustify LARS. Fixes issue #487
Avoid division by zero when the y variable sums to zero.
2012-09-14 15:30:15 +02:00
Alexandre Gramfort 466479fe03 API : consistent use alpha_/alphas_ for alpha/alphas estimated by CV in linear models (issue #1041) 2012-09-02 23:16:54 +02:00
Alexandre Gramfort 9e3354bb6e use assert_true 2012-09-02 23:16:54 +02:00
Vlad Niculae eac812bca3 return_path option in lars_path 2012-09-02 23:16:53 +02:00
Vlad Niculae 519e204a95 FIX: add test, fix memory initialization bug 2012-09-02 23:16:51 +02:00
Vlad Niculae abc9cccc0b TEST: precomputed lasso and lars 2012-09-02 23:16:51 +02:00
Andreas Mueller 3e5f2e5e08 ENH backport "assert_less" and "assert_greater", rename "assert_lower" and use it everywhere :) 2012-05-06 15:43:29 +02:00
Andreas Mueller 4d652d1f97 MISC added warning to coordinate descent if alpha=0, don't call cd with alpha=0 in tests. 2012-02-11 16:07:07 +01:00
Alexandre Gramfort ad8e4912cb TST: use assert_true instead of assert + remove some relative imports 2012-02-11 15:43:03 +01:00
Andreas Mueller 3a6e490e05 COSMIT pep8 2011-12-23 19:12:52 +01:00
Fabian Pedregosa 7dc1ea07f7 More robust test for lars_path 2011-12-20 10:58:32 -05:00
Fabian Pedregosa c4decfbd97 Replace unmaintainable test
closes https://github.com/scikit-learn/scikit-learn/issues/485
2011-12-20 10:58:32 -05:00
Andreas Mueller 25c93f4af6 COSMIT: pep8 2011-12-15 17:24:53 +01:00
Andreas Mueller d0854d5a07 COSMIT pep8 2011-12-15 17:08:30 +01:00
Andreas Mueller 78fa279dc6 COSMIT more pep8 2011-11-28 23:55:33 +01:00
Fabian Pedregosa ddf4b72109 Move project directory from scikits.learn to sklearn 2011-09-02 12:06:57 +02:00
Fabian Pedregosa 68f27e3790 Revert "Move project directory from scikits.learn to sklearn"
This reverts commit fd0d3b879d.
2011-09-02 12:03:18 +02:00
Fabian Pedregosa fd0d3b879d Move project directory from scikits.learn to sklearn 2011-09-02 11:38:24 +02:00